@charset "utf-8";

/*==================================
    Estilos específicos home
====================================*/

/*------------------------------ WRAPPER ------------------------------*/

#cabeceraInf img { width: 100%;margin-bottom: 20px; /*height: 200px;*/ }
#contenido {padding-top: 40px;}
#contenidoPrincipal { float: left; width: 59.74em; padding-top: 0; margin-bottom: 14px; }

/*------------------------------ EVENTO ------------------------------*/

#eventoHome { width: inherit; height: 16.2em; position: relative; }
	#eventoHome img { float: left; margin-right: 1.96em; height: inherit; width: 21em; }

.eventoHomeContenido { width: 36.70em; height: 16.2em; float: right; overflow: hidden; }
	
.eventoHomeTitular { width: inherit; background: #f7f7f7;overflow: hidden; }
.eventoHomeTitular h2 { position: absolute; margin-left: 10px; padding:0; font-family: Arial, Helvetica, sans-serif; font-size: 10px; z-index:-1; }
	h3.eventoHomeTextoTitular { font-size: 1.05em; font-weight: bold; color: #029ad9; display: block; 
		padding: 10px 15px;line-height: 2em;}
	h3.eventoHomeTextoTitular a { font-size: 1.50em; font-weight: bold; color: #095b97;letter-spacing:-0.01em; }

.eventoHomeFecha { float: left; padding: 4px 0px 0px 10px;display:none; }
	.eventoHomeFecha .eventoHomeMes { width: 40px; height: 18px; background: url(../img/home/bk_fecha_mes.png); }
	.eventoHomeFecha .eventoHomeMes p { padding-top: 2px; text-align: center; font-size: 12px; font-weight: bold; color: #fefefe; }
	.eventoHomeFecha .eventoHomeDia { width: 40px; height: 18px; background: url(../img/home/bk_fecha_dia.png); }
	.eventoHomeFecha .eventoHomeDia p { display: block; position: relative; top: -3px; text-align: center; 
										font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; 
										font-weight: bold; font-style:italic; color: #313131; }
.eventoHomeTexto { overflow: hidden;padding: 8px 18px 0px 10px;}

#eventoHome .btnMasInfo { position: absolute; bottom: 0px; right: 1.96em; }

/*------------------------------ DESTACADOS ------------------------------*/
/*---Dentro de los destacadosHome había una altura (height: 33.92em;)  se ha quitado para que se puedan ver 6 destacados y no 3---*/
#destacadosHome { width: inherit; margin-top: 22px; background-color: #f7f7f7; overflow: hidden; }
	.destacadosHomeCabecera { padding: 17px 0px 14px 39px; }
	.destacadosHomeCabecera img { width: 9.02em ; height: 1.25em;display:none; }
	.destacadosHomeCabecera h2 { font-size: 20px;font-weight: normal;color: #095b97;letter-spacing: -0.01em;}

.listaDestacadosHome {  position: relative; padding-left: 21px; }

.destacadoHome, .destacadoHomeUlt { position: relative; float: left; width: 17.58em; height: 28.76em;  } 
.destacadoHome {padding-right: 10px;margin-right: 10px;border-right: 1px solid #e9e9e9; /*background: url(../img/home/bk_destacados_separador.png) no-repeat top right;*/ }
	.destacadoImagen { height: 10.72em;/* background: url(../img/home/bk_destacado_img.png) repeat-x;*/ }
	.destacadoFrameImagen {  margin: 0.44em 1.33em 1.33em 1.33em;text-align: center }
	.destacadoImagen img { width: 161px; height: 97px; }
	.destacadoTexto { height: 16.07em; width: auto; padding:0 10px;}
	.destacadoTexto h3 { margin-bottom: 7px; font-size: 1.05em; color: #0a5c98; }
	.destacadoTexto h3 a { font-size: 1.05em; color: #0a5c98; }

.divBtnMasInfo { position: absolute; bottom: 0px; margin-bottom: 30px}
	.divBtnMasInfo .btnMasInfo { margin-left: 10.18em; margin-bottom: 1em;}
	
#banner_home{position:abosolute; z-index:-1}
/* Model Hack para IE7 */
*+html .divBtnMasInfo .btnMasInfo { margin-right: 50.18em; }
*+html #destacadosHome { position: relative; }
	