* {text-indent: 5px; margin:0px ; padding:0px ; border:0px}
body {
	font-family: "Palatino Linotype" , Times, Arial, sans-serif;
	font-size:12px;
	color:#000000; /* color de la letra */
	margin:10px auto 0 auto;
	background-color: #88947B; /* Color de fondo*/
	text-align:center; 
}
/* Contenedores principales NOTA: No agregar Padding o margin o border*/
#superior-curve { background-image: url(img/top_curve.gif) ; 
				  background-repeat: no-repeat ;
				  width: 760px ;
				  height: 12px ;
				  margin:0 auto 0 auto;
				  overflow: hidden;
				  }
#contenedor {
	width:760px;
	min-height: 520px;
	background-color: #FFEBBA; /*Color del fondo contenedor principal */
	margin:0px auto; 
	text-align:left; 
	display: block;
}
#encabezado {
	margin: 0;
	width:465px;
	height:72px;
	float:left;
	padding: 0;
}
#supernav {
	margin: 0;
	width: 270px;
	height: 72px;
	background-image: url(img/supernav.png);
	background-repeat: no-repeat;
	float: right;
	padding: 0;
}
#menu {
	margin: 0;
	width: 760px;
	height: 43px;
	float: left;
	padding-top: 0px;
}
#graphics {
	margin: 0;
	width: 760px;
	height: 105px;
	background-image: url(img/graphics.png);
	background-repeat: no-repeat;
	float: left;
	padding: 0;
	text-align:center; 
}
#detalle {
	margin: 0;
	width: 760px;
	min-height: 280px;
	background-color: #FFF7E5; /* Color de fondo*/
	float: left;
	padding: 0px;
}

#footer {
	position: relative;
	bottom: 0;
	margin: 0;
	width: 760px;
	height: 52px;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-color: #FFEBBA; /*Color del fondo contenedor principal */
	padding: 0;
	float: right;
	text-align:center; 
}
/* Contenedores secundarios asociados al uno principal*/

#det_left {
position: relative;
width: 46%;
height: auto;
z-index: 0;
padding: 0 0.2em 0 1.5em;
margin-top: 1em;
float: left;
background-image: url(img/bg_001.gif);
background-repeat: no-repeat;
background-position: top right;
text-indent: 0px;
}

#det_right {
position: relative;
width: 46%;
height: auto;
z-index: 0;
padding: 0 1.0em 0 0;
margin-top: 1em;
float: right;
text-indent: 0px;
}

#logo {
float: left;
clip: auto;
margin: 0 0 0 1em;
}
#detalle li{
	margin-left: 3em;
}

/* funtes y letras para reparar problemas de los contenedores*/
#leyenda {
color: #000000; /* Color de la leyenda */
}

#encabezado small {
color: #000000;
}
#detalle p {
text-indent: 0px;
text-align: justify;
margin: 5px;}

#supernav p {
text-align: center;
margin: 2em 0 0 0;}

#footer small {
text-align:center; 
color: #FFFFFF;
}
/* Anexos utiles */
.info_right	{
		position: relative;
		float:right;
	}
.titulo{
	margin-top: 1em;
	text-align: left; 
	color: #FFFFFF;
	float: left;
	}
.fotos{
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	}
.logotipo{
	float: right;
	}
.color01{color:#FF0000;} /*Rojo*/
.color02{color:#00C233;} /*Verde tenue*/
	
/* Correciones universales */
h1{font-size: 24px;}
h2{font-size: 15px;}
h3{font-size: 13px;}


a, a:link, a:visited {
    color: #006F9A;
        text-decoration: none;
        padding: 0;
        font-weight: bold;
	}

a:hover, a:active {
    color: #006F9A;
        text-decoration:underline;
    }
table.tabla {
	width: 300px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.tabla td {
	padding: 3px;
	margin: 2px;
	border: 1px solid #ccc;}

.tabla-firstrow td {
	text-align:center; 
	color: #FFF;
	font-weight: bold;}

.tbc {text-align:center;}

.tbc01 {background-color: #088A08;} /*Trigo*/
.tbc02 {background-color: #FE9A2E;} /*Cebada*/
.tbc03 {background-color: #0080FF;} /*Avena*/
.tbc04 {background-color: red;} /*Quinoa*/
.tbc05 {background-color: #4000C0;} /*Raps (1)*/
.tbc06 {background-color: #CC99FF;} /*Raps (2)*/
.tbc07 {background-color: #00CCCC;} /*Triticale*/
.tbc08 {background-color: #FFBF00;} /*Lupino*/

