/*
Documento CSS propiedad de FLEXO estudio digital.
Prohibida la reproducción total o parcial de este código salvo consentimiento expreso del autor.
*/


/* ---------- General ---------------------------------------------------------------------- */
html{
height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #2F2824;
	color: #ffffff;
	height:100%;
}
acronym {
	cursor: help;
}

img {
	border: none;
}

a{
	color: #FF6600;
	text-decoration: none;
}
a:hover{
	color: #DF0928;
	text-decoration: none;
}

#clear{
clear:both;
height:1px;
font-size:1px;
margin:0px;
padding:0px;
}

.destacados{
color: #DF0625;
}

.negrita{
font-weight: bold;
}


/*----------------------------------Capas-----------------------------------*/
#contenedor{
position:absolute;
left: 50%;
margin-left:-360px;
	padding: 0px;
	background: #FFFFFF;
	width:720px;
	height:100%;
	}

#contenedorsup{
	margin: 0px;
	padding: 0px;
	width:720px;
	height:195px;
	}

#cabecera{
	position:absolute;
	background-image:url(img/img_cabecera.gif);
	background-repeat: no-repeat;
	height:55px;
	width:335px;
}

#detalleimagen{
position:relative;
left: 380px;
top: 66px;
height:129px;
width: 274px;
background-image: url(img/img_toro.jpg);
background-repeat: no-repeat;
z-index:1;
}



/*-----------Menu---------*/
	
#menu{
	position:relative;
	top: 49px;
	margin-left: 15px;
	padding: 0px;
	height: 10px;
	width: 450px;
	z-index:2;
}
#menu ul{
	margin: 0px;
	list-style-type: none;
	padding: 0;
}

#menu ul li
{
	display: block;
	float: left;
	margin-right:12px;
	font: 0.7em Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
}

/*-----------Contenido---------*/

#contenido{
padding:25px 15px 35px 15px;
width:690px;
background: #F2F1ED;
background-image:url(/img/img_det_contenido.gif);
background-repeat:no-repeat;
background-position:top;
}

#cajacontenido{
float: left;
width:400px;
background: #FFFFFF;
}

#cajatexto{
padding:20px 20px 20px 20px;
color: #000000;
font: 0.7em Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
margin-bottom: 10px;
}

#cajasubmenu{
margin-left:15px;
float: left;
width:230px;
z-index:1;
}

#submenu{
padding:10px;
color: #000000;
background: #80746C;
font: 0.7em Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
color: #ffffff;
}

#submenu a{
	color: #ffffff;
	text-decoration: none;
}

#submenu a:hover{
color: #F5CB08;
}

#cajaimagen{
margin-top: 15px;
}

.margen{
	margin-left: 10px;
}

.formulario{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	text-indent: 5pt;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px none #999999;
	margin-bottom: 3px;
}

.formulario2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	text-indent: 5pt;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 5px;
	border: 1px dotted #999999;

}

.botonformulario{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
	}
/*-----------Pie---------*/

#pie{
width:695px;
font: 0.7em Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
color:#333333;
background-color: #FFFFFF;
height: 30px;
border-top: 1px solid #E0E0DE;
padding:5px 10px 0px 15px;
}

#pie a{
color:#666666;}

#pie a:hover{
color:#DF0928;}
