/*#############################################################
Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #00f;
}

a:hover {
	color: #f00;
}

body {
	background: #bf5611 url(img/background.jpg);
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#main {
	width:100%;
	margin-top: 0px;
	background:url(img/bgtop.jpg) top repeat-x;
	position:relative;
	float:left;
}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}

p {
	font-size: 1.1em;
	padding-bottom: 0.8em;
	text-align: justify;
}

h1,h2,h3,h4 {
	color: #bf5611;
}

h1,h2,h4 {
	text-align: center;
	padding-top: 6px;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3,h4 {
	font-size: 1.1em;
	margin-top: 0px;
	padding-top: 0px;
}

.marco {
	margin:10px 0 10px 15px;
	width: 469px;
	background: #ffff99;
	border: 1px solid #bf5611;
	padding: 8px;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background:#ffffff;
	margin: 0 auto;
	width: 780px;
	height: 970px;
}

/* header */
.header {
	background: #bf5611 url(img/bgheader.jpg);
	height: 120px;
	margin: 0 auto;
	width: 780px;
}

/* title */
.title {
	padding-left: 80px;
}

.title h1 {
	color: gold;
	font: normal 3.4em "Times New Roman";
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.subtitle {
	color: gold;
	padding-top: 45px;
	padding-right: 12px;
	font-weight: bold;
	text-align: right;
}

.search {
	background:#FAF7F0;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}

/* principal */
.ppal {
	clear: both;
	background:#ffffff;
	padding: 0 10px 12px 28px;
}

.sidenav {
	background:#FAF7F0;
	float: right;
	width: 227px;
	margin-top: 5px;
	padding-top: 0.5em;
	text-align:center;
}

/* navigation */
.sidenav h1 {
	background: #F7F2E7 url(img/heading.jpg) repeat;
	color:#794F1D;
	border-width: 2px;
	border-color: #ffe #DBD9CD #DBD9CD #fff;
	border-style: solid;
	margin-top:4px;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:1px;
	font-size:14px; 
}

.sidenav ul {
	margin: 0;
	padding: 0;
	text-align:left;
}
.sidenav li {
	border-width: 1px;
	border-color: #ffe #DBD9CD #DBD9CD #fff;
	border-style: solid;
	list-style: none;
	padding: 0.5em 0 0.5em 2em;
	color: #794F1D;
	font-size: 12px;
	background: #F7F2E7;
}

.sidenav li a {
	display: block;
	color: #794F1D;
	text-decoration: none;
}

.sidenav li a:hover {
	font-weight: bold;
	color:#794F1D;
	border-color: #ffe #DBD9CD #DBD9CD #fff;
	background: #FAF7F0;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}

.content .descr {
	color: #987E57;
	margin-bottom: 10px;
	text-align: center;
}

.content li {
	list-style: url(img/checkbox.gif);
	margin-left: 25px;
	font-size: 1.1em;
}

/* footer */
.footer {
	background: #bf5611 url(img/bgfooter.jpg);
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 780px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.footer .left, .footer .right { 	padding: 0 12px;
}

/* floats */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clearer {
	clear: both;
}


.imagen_izq {
        float: left; 
        padding-top: 5px;
        padding-right: 10px;
	border:0;
        }

.imagen_der {
        float: right; 
        padding-top: 5px;
        padding-left: 10px;
	border:0;
        }

.resaltado {
        font-weight: bold;
	font-style: italic;
	color: #bf5611;
        }

.italicas {
	font-style: italic;
        }

.navsup {
	background:#ffffff;
	text-align: center;
        font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
        }
.navinf {
	background:#ffffff;
	text-align: center;
        font-weight: normal;
	padding-bottom: 10px;
        }

.forma {
	margin: 5px 50px 10px 50px;
        font-weight: bold;
	color: #bf5611;
}

.short_story {
	text-align: justify;
}

.rojo {
	font-size: 1.4em;
	font-weight: bold;
	color: red;
}

s {
	color: red;
}

.error {
	border:1px solid #990000;
	background-color:#D70000;
	color:#FFFFFF;
	font-weight: bold;
 	padding:4px;
	text-align:center;
}


.small {
	font-size: 10px;
        font-weight: normal;
        }
