
/* GENERALES
 ------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
}
body{
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #4E5B72;
	line-height: 15px;
	background: #EFEFEF;
}
img{
	border: none;
}
a, a:link, a:visited, a:active{
	color: #3F8DC3;
	text-decoration: none;
}
a:hover{
	color: #4E5B72;
}
/* FIN GENERALES
 ------------------------------------------------------------------------------------------------- */
/* CONTENEDORES
-------------------------------------------------------------------------------------------------- */
#cntTotal{
	width: 920px;
	margin: 0 auto;
	padding: 0 15px;
	background: url("img/fndContenido.gif") repeat-y #FAFAFA;
}
#cntCabecera{
	height: 104px;
	background: url("img/cabecera.jpg") no-repeat top;
}

#cntLogo{
	float: left;
}
#cntContenido{
	padding: 0 10px;
}
#cntColumnaIzda{
	float: left;
	overflow: hidden;
	width: 710px;
	height: 1%;
	margin: 0 8px 0 0;
	padding: 0 5px;
	background: url("img/fndLatIzda.gif") repeat-y;
}
#cntColumnaIzda .fondoInfIzda{
	height: 6px;
	margin: 0 -5px;
	background: url("img/fndInfIzda.gif") no-repeat top #FAFAFA;
}
#cntPrincipal{
	height: 1%;
	overflow: hidden;
	padding: 10px 10px 0 10px;
	border: 1px solid #C5D9E6;
}
#cntColumnaDcha{
	float: left;
	width: 160px;
	padding: 0 5px;
	background: url("img/fndLatDcha.gif") repeat-y;
}
#cntColumnaDcha .fondoSupDcha{
	height: 4px;
	margin: 0 -5px;
	background: url("img/fndSupDcha.gif") no-repeat bottom #FAFAFA;
}
 #cntColumnaDcha .fondoInfDcha{
	height: 4px;
	margin: 0 -5px;
	background: url("img/fndInfDcha.gif") no-repeat top #FAFAFA;
}
#cntBannersDcha{
	width: 138px;
	padding: 9px 11px 3px 10px;
	background: #FFF;
	border: 1px solid #C5D9E6;
}
#cntPie{
	clear: both;
	margin: 0 -15px 0 -15px;
	padding: 10px 15px 20px 30px; 
	padding: 10px 15px 68px 37px; 
	background: url("img/fndPie.gif") no-repeat bottom;
	height: 30px;
}


#cntPie span.logos{
  float: right;
  padding-right: 17px;
}

.cntPaginacion{
	clear: both;
	text-align: right;
	margin-bottom: 10px;	
}
#cntAtras{
	float: right;
	visibility: visible;
	margin: 20px 6px 0 0;
}
#cTexto{ /* para IE */
	height: 1%;
	overflow: hidden;
}
/* CONTENEDORES FIN
-------------------------------------------------------------------------------------------------- */
/* LISTADOS
-------------------------------------------------------------------------------------------------- */
#cTexto ul{
	text-align: left;
	margin: 0 0 18px 30px;
	list-style-image: url("img/bullet.gif");
}
#cTexto li{
	
}
#cTexto ul ul{
	font-size: 100%;
	margin-bottom: 0;
}
/* LISTADOS FIN
-------------------------------------------------------------------------------------------------- */
/* MENUS
-------------------------------------------------------------------------------------------------- */
#menuPrincipal{
	font-size: 110%;
	float: left;
	margin: 65px 0 0 10px;
}
#menuPrincipal li{
	float: left;
	margin: 0 2px 0 0;
	list-style: none;
}
#menuPrincipal a, #menuPrincipal a:visited{
	color: #194F74;
	display: block;
	padding: 7px 5px;
}
#menuPrincipal a:hover, #menuPrincipal li a.sel, #menuPrincipal li a.sel:visited{
	color: #000;
	background: #FFF;
	filter: alpha(opacity=60); /* IE */
	opacity: 0.6; /* FF */
}
/* MENU ICONOS */
#menuIconos{
	float: left;
	margin: 68px 62px 0 15px;
}
#menuIconos li{
	float: left;
	list-style: none;
}
#menuIconos li.flash{
	height:20px;
}
/* IDIOMAS */
#menuIdiomas{
	float: right;
	margin: 73px 12px 0 0;
}
#menuIdiomas li{
	float: left;
	margin-left: 3px;
	list-style: none;
	list-style-image: none;
}
#menuIdiomas img{
	border: 1px solid #3E78A6;
}
/* FIN MENUS
-------------------------------------------------------------------------------------------------- */
/* TITULARES Y TEXTOS
-------------------------------------------------------------------------------------------------- */
h1{
	font: 160% Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: right;
	width: 720px;
	height: 40px;
	margin: 0 0 0 -5px;
	background: url("img/titular_vacio.gif") bottom;
}
h1 span{
	color: #B1CDDE;
	float: right;
	margin: 0 50px 0 0;
	padding: 0;
}
h2{
	font: 160% Arial, Verdana, Geneva, Helvetica, sans-serif normal;
	line-height: 100%;
	color: #222;
	margin: 2px 0 0 0;
}
h3{
	font-size: 110%;
	margin: 0 0 5px 0;
}
p{
	line-height: 150%;
	padding: 0 0 10px 0;
}
.txtResaltado{
	font-weight: bold;
}
.txtPagSel{
	font-weight: bold;
}
#cntPie p{
	padding-bottom:2px;
}
#cntPie span {
  margin-top:-1px;
  padding:0 0 0 15px;
}
/* FIN TITULARES Y TEXTOS
-------------------------------------------------------------------------------------------------- */
/* ENLACES
-------------------------------------------------------------------------------------------------- */
a.btnCalendario, a.btnCalendario:hover{
	text-decoration: none;
	padding: 0 34px 10px 0;
	background: url("img/btnCalendario.gif") no-repeat top left;
}
/* ENLACES FIN
-------------------------------------------------------------------------------------------------- */
/* FORMULARIOS
-------------------------------------------------------------------------------------------------- */
form{
	margin: 0;
	padding: 0;
}
input, textarea, select{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #4E5B72;
	vertical-align: middle;
}
label{
	display: block;
	width: 150px;
	padding-bottom: 1px;
}
.boton{
	margin: 5px 5px 0 0;
	color: #408DC5;
	background: #CFE7F7;
	border: 1px solid #408DC5;
}
.caja, .cajaFecha, textarea{
	padding: 2px;
	border: 1px solid #C5D9E6;
}
form .cntBotones{
	clear: both;
}
form ul li{
	float: left;
	padding: 0 10px 5px 0;
	list-style: none;
}
form ul li ul{
	margin-top: 4px;
}

/* FORMULARIOS FIN
-------------------------------------------------------------------------------------------------- */
/* IMÁGENES
-------------------------------------------------------------------------------------------------- */
.imagen, .imagenIzd, .imagenDcha{
	font-size: 90%;
	width: 1px;
	border: 1px solid #C5D9E6;
	border-collapse: collapse;
}
.imagen{
	margin: 10px 0px 10px 0px;
}
.imagenIzd{
	float: left;
	margin: 10px 10px 5px 0px;
}
.imagenDcha{
	float: right;
	margin: 10px 0px 5px 10px;
}
#cntTotal .imagenIzd img, #cntTotal .imagenDcha img, #cntTotal .imagen img{
	margin: 0;
}
/* Pies */
.imagenIzd tr, .imagenDcha tr, .imagen tr{
	background: #C2DAE9;
}
.imagenIzd p, .imagenDcha p, .imagen p{
	font-size: 90%;
	line-height: 120%;
	color: #1B2440;
	padding: 4px 4px 4px 4px;
	margin: 0px;
}
/* IMÁGENES FIN
-------------------------------------------------------------------------------------------------- */
/* FICHAS
-------------------------------------------------------------------------------------------------- */
.cntFicha{
	overflow: hidden;
	height: 1%;
	margin: 0 0 10px 0;
}
.cntFicha img{
	float: left;
	border: 1px solid #636D73;
}

.cntFichaMultiMedia{
	overflow: hidden;
	height: 1%;
	margin: 41px 10px 34px 40px;
	float: left; 
}
/*.cntFichaMultiMedia img{
	border: 1px solid #636D73;
}*/

.cntFichaMultiMedia h2{
	text-align:right;
	margin-top: 10px;
	font: Arial, Helvetica, sans-serif , Verdana;
	font-size: 18px;
	margin-right: 8px;
}

.cntFichaMultiMedia h2 img{
	border: none;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
}


.cntDatosFicha{
	float: left;
	width: 349px;
	height: 170px;
	margin: 0 0 0 5px;
	background: #ECF4F7;
	border: 1px solid #C5D9E6;
}
.cntFicha h2{
	padding: 5px 10px;
}
.cntFicha p{
	padding: 0 10px 5px 10px;
}
p.verMas{
	text-align: right;
	padding-top: 5px;
}
/* FICHAS FIN
-------------------------------------------------------------------------------------------------- */
/* POP UP
-------------------------------------------------------------------------------------------------- */
#cntPopCabecera{
	background: url("img/fndPopCabecera.jpg") repeat-x top;
}
#cntGlobalPop{
	min-height: 100%;
	margin: 0 auto;
	background: #FFF;
}
#cntCerrar{
	min-width: 290px;
	text-align: right;
	margin: -28px 10px 20px 0;
}
#cntGlobalPop h1{
	background:none;
	text-align: left;
	width: auto;
	margin: 30px 20px 0 20px;
}
#cntSeccionPop{
	padding: 0 20px;
	text-align: center;
}
/* FIN POP UP
-------------------------------------------------------------------------------------------------- */
/* BANNERS DCHA
-------------------------------------------------------------------------------------------------- */
.cntBanner{
	font-size: 110%;
	margin-bottom: 6px;
	border: 1px solid #C2DEEF;
}
.cntBanner img{
	width: 136px;
	height: 60px;
}
.cntBanner a span{
	color: #1B2440;
	display: block;
	width: 132px;
	padding: 2px 0 2px 4px;
	background: #C2DAE9;
	margin: 0;
}
.cntBanner a:hover img{
	filter: alpha(opacity=60); /* IE */
	opacity: 0.60; /* FF */
}
/* FIN BANNERS DCHA
-------------------------------------------------------------------------------------------------- */
/* BLOQUE DE PROMOCIONES
-------------------------------------------------------------------------------------------------- */
#cntFndBloquePromociones{
	font-size: 110%;
	padding: 0px 5px 5px 6px;
	background: url("img/fndPromos.gif") no-repeat #FAFAFA;
}
#cntFndBloquePromociones.cntPromosFlash{
	padding: 8px;
	background: url("img/fndPromos.gif") no-repeat #FAFAFA 0 -10px;
}
#cntBloquePromociones{
	padding: 6px 0 6px 7px;
	height: 1%;
	overflow: hidden;
}
.cntPromoPortada{
	float: left;
	width: 224px;
	height: 129px;
	margin: 0 7px 0 0;
	border: 1px solid #C5D9E6;
}
.cntPromoPortada span{
	text-align: right;
	position: relative;
	top: -129px;
	float: right;
	width: 200px;
	padding: 5px 4px;
	background: #FFF;
	filter: alpha(opacity=80); /* IE */
	opacity: 0.8; /* FF */
}
.cntPromoPortada a:hover span{
	filter: alpha(opacity=90); /* IE */
	opacity: 0.90; /* FF */
}
/* FIN PROMOCIONES PORTADA
-------------------------------------------------------------------------------------------------- */
/* CALENDARIO
-------------------------------------------------------------------------------------------------- */
#tblCalendario{
	font-size: 90%;
	float: left;
	height: 150px;
	margin: 0 10px 0 0;
	border-collapse: collapse;
}
#tblCalendario .cntNavMeses{
	
}
#tblCalendario .cntNavMeses table{
	margin: 0 auto;
	border-collapse: collapse;
}
.cntLeyenda table{
	font-size: 80%;
	margin: 0 0 0 1px;
	border-collapse: collapse;
}
.cntLeyenda table td.cntDiaActual, .cntLeyenda table td.cntDiaEvento, .cntLeyenda table td.verMas{
	padding: 2px 4px;
}
#tblCalendario #cntTblDias{
	height: 117px;
	vertical-align: top;
}
#tblCalendario #tblDias{
	margin: 4px 0;
}
#tblDias td{
	text-align: center;
	padding: 1px 8px 0 8px;
	background: #EFEFEF;
}
#tblCalendario #tblDias td.vacio{
	background: #FFF;
}
.cntDiaActual, #tblDias .cntDiaActual{
	padding: 0;
	background: #C2DAE9;
} 
.cntDiaEvento, #tblDias .cntDiaEvento{
	color: #FFF;
	padding: 0;
	background: #7AAED3;
}
 #tblDias a, #tblDias a:visited{
	display: block;
	padding: 0px 8px;
	color: #FFF;
}
 #tblDias a:hover{
	background: #4E5B72;
}
#tblCalendario .verMas{
/*	border: 1px solid #C5D9E6;*/
}
/* FIN CALENDARIO
-------------------------------------------------------------------------------------------------- */
/* PARCHES IE
-------------------------------------------------------------------------------------------------- */
* html{
	overflow-x: hidden;
}
* html #cntCabecera{
	margin: 0 -6px;
}
* html #menuIconos{
	margin-left: 8px;
	margin-right: 64px;
}
* html #menuIdiomas{
	margin-right: 5px;
}
*html #cntContenido{
	margin-top: -2px;
}
* html #cntColumnaDcha{
	margin-top: -9px;
}
* html .cntBanner a img{
	margin-bottom: -2px;
}
* html .cntPromoPortada span{
	top: -89px;
}
* html .cntPromoPortada a img{
	margin-bottom: -42px;
}
*html #cntPie{
	padding-bottom:49px; 
}
*html form{
	float: left;
}

