@charset "utf-8";
/* CSS Document */


/* DEJAR DIVS
-------------------------------------*/

*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#616247;
	padding:0px;
	margin:0px;
	border:none;
}

#header_print {

	}

#header_print h1 {
	font-size:30px;
	}

#footer_print {
	clear:both;
	padding-top:15px;
	}

#footer_print .textos {
	font-size:11px;
	color:#BFD73D;
	font-weight:bold;
	}

#footer_print .textos strong {
	font-size:11px;
	color:#616247;
	font-weight:normal;
	}

#col_der_white {
	overflow:hidden;
	float:left;	
}

#info_detalle {
	overflow:hidden;
	height:100%;
}

#info_detalle .pic {
	overflow:hidden;
	width:382px;
	height:220px;
	float:left;
	margin-right:4px;
}

#info_detalle .datos {		
	float:left;
	overflow:hidden;
	width:167px;
}

#info_detalle .datosW {		
	overflow:hidden;
}

#info_detalle .datos h1 , #info_detalle .datosW h1{
	font-size:24px;
	line-height:24px;
	color:#b2db1f;
	margin-bottom:13px;
	font-weight:bold;
	text-transform:uppercase;
}

#info_detalle .datos h3 , #info_detalle .datosW h3{
	color:#9fb800;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:7px;
}

#info_detalle .datos h2 , #info_detalle .datosW h2{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#616247;
	margin-top:0px;
}

#info_detalle .datos h2{
	margin-top:0px;
}

#info_detalle .titulares {
	height:93px;
	margin-top:15px;
}

#info_detalle .titularesW {
	height:50px;
}

#caja_detalle {
	background-color:#e6e6df;
	height:87px;	
	width:155px;
	padding:12px 10px 12px 10px;
	margin-top:2px;
}

#caja_detalle .item {
	font-weight:normal;
	font-size:11px;
}

#caja_detalle h3 {
	color:#616247 !important;
	font-size:13px !important;	
}

#caja_float_right {
	width:150px;
	float:right;
	overflow:hidden;
}

#pageText {	
	padding:0px;
}

#pageText h1 {
	font-size:24px;
	line-height:24px;
	color:#9fb800;
	margin-bottom:0px;
	font-weight:bold;
}

#pageText a:link , #pageText a:visited {
	color:#9fb800;
}

#page {
	float:left;
	background-color:#FFFFFF;
	padding:26px 18px 18px 0px;
}

#page h1 {
	font-size:12px;
	color:#9fb800;
	margin-bottom:13px;
	font-weight:bold;
	text-transform:uppercase;
	}

#page a:link , #page a:visited {
	color:#9fb800;
}



/* OCULTAR DIVS
-----------------------------------------*/
#header , #footer , #mod_files , #col_izqPegado, .tiraGris ,.tiraGrisFooter , #menuPage , .separacionPage , #col_der , #caja_float_right{
display:none;
}