/* ----------------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font: 70% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background:url(img/fndWeb.jpg) right 72px no-repeat;	
	background-color: #201F1F;
	letter-spacing: 0.8px;
}

img {
	border: 0;
}
img.transparente {
	behavior: url(pngbehavior.htc); /* con esto hacemos que los png se vean correctamente en explorer */
}

/* CONTENEDORES
-------------------------------------------------------------------------------------------------- */
.cntWeb {
	min-height: 100%;
	height: auto !important; 
	!height: 100%;
	margin-bottom:-82px;
	background:url(img/fndTotal.gif) left repeat-y;	
	overflow:visible;
}

*html .cntWeb {
 	margin-bottom:-84px;
}

#cntTotal {
	width:925px; /*ancho del contenedor total (a tamaño fijo)*/
	margin: 0;	
}

#cntCabecera {
	height:34px;
	background:url(img/cabecera.jpg) top repeat-x;
}

*html #cntCabecera {
	margin-bottom:-13px;

}

#cntContenido {
	font-size: 120%;
	margin:0 204px 0 0;
	width:689px;	
	padding: 50px 37px 97px 64px;
	background-color:#000000;
	background:url(img/fndContenido.jpg) top left #000 no-repeat;
}

#cntPie {
	clear: both;
	margin: 0;
	padding: 0 0 0 16px;
	background:url(img/fndPie.jpg) left repeat-y;
	color:#FFF;
	height:82px;
	overflow:hidden;
	width:908px;
}
*html #cntPie {
	overflow:visible;
}
.cntBuscador{
	margin: 0 0 30px 0;
	padding: 10px 15px;
	background: #F9F9F9;
	border-bottom: 1px solid #E8E4E3;
}

.cntPaginacion{
	text-align: right;
	margin-bottom: 10px;	
}

#cntAtras{
	float: right;
	padding: 0;
}
#btnAtras{
	display: block;
	margin: 0 0 5px 0;
}

/* CONTENEDORES FIN
-------------------------------------------------------------------------------------------------- */


/* LOGO Y TEXTO EN CABECERA
-------------------------------------------------------------------------------------------------- */

#logo{
	float: left;
	padding: 3px 0 0 0;
	width: 70px;
	height: 30px;
	position:relative;
	z-index:100;
}

#textoCabecera{
	float: right;
	padding: 58px 10px 0 0;
	width: 219px;
	height: 27px;
}

/* FIN LOGO CABECERA
-------------------------------------------------------------------------------------------------- */


/* TITULARES
-------------------------------------------------------------------------------------------------- */
h1 {
	font-size: 140%;
	margin-bottom: 15px;
	font-weight:bold;
	padding: 10px 10px 0 0;
}

#cntContenido h2{
	font: 150% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	border-bottom: 1px solid #EEE;
}
#cntContenido h3{
	font: 140% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0 5px 5px 5px;
}
/* TITULARES FIN
-------------------------------------------------------------------------------------------------- */


/* TEXTOS
-------------------------------------------------------------------------------------------------- */
p{
	padding-bottom: 4px;
}
.txtTitular{
	color: #FFF;
	font: 200% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 4px 0;
}
.txtResaltado{
	font-weight: bold;
}
.txtPagSel{
	font-weight: bold;
}

#cntPie p {
	line-height:140%;
	font-size:105%;
	margin-top:7px;
	padding-top:10px;
	float:left;
}
#cntPie p.horario {
	float:right;
	text-align:right;
	padding-right:25px;
}
/* TEXTOS FIN
-------------------------------------------------------------------------------------------------- */


/* LISTADOS
-------------------------------------------------------------------------------------------------- */
#cTexto ul{
	margin: 0 0 18px 30px;
	padding: 0;
	list-style-image: url(img/bullet.gif);
	text-align:left;
}

#cTexto li{
	margin: 0;
	padding: 0;
	margin-bottom:8px;
}

#cTexto ul ul{
	font-size: 100%;
	margin-bottom: 0;
}
/* LISTADOS FIN
-------------------------------------------------------------------------------------------------- */


/* ENLACES
-------------------------------------------------------------------------------------------------- */
a, a:link, a:visited, a:active{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a:hover{
	color: #DD0603;
}
a.btnCalendario img{
	margin: -1px 5px 0 0;
}
a.btnCalendario img, .boton{
	background: #669900;
}
/* abrir - cerrar capas */
.lstIcono{
	float: right;
	margin: -9px 0 0 0;
	background: #669900;
}
 a:hover img.lstIcono{
	background: #CC3333;
}
.enlLogoPie {
	float:right;
	margin-right:1px;
}
/* ENLACES FIN
-------------------------------------------------------------------------------------------------- */


/* FORMULARIOS
-------------------------------------------------------------------------------------------------- */
input, textarea{
	font: 90% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
select{
	font-size: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
.cntPaginacion select{
	width: 45px;
}
.boton{
	color: #FFF;
	font-weight: normal;
	margin: 5px 5px 0 0;
	background-color:#950503;
	border:1px solid #8A0902;	
	letter-spacing: 0.75px;
	padding: 2px;
}

.boton:hover{
	background-color: #DD0603;
}


.cntBotones .boton {
	margin: 5px 0 0 5px;
}

.caja{
	border: 1px solid #EEE;
	height: 17px;
	vertical-align: bottom;
}
/* FORMULARIOS FIN
-------------------------------------------------------------------------------------------------- */


/* IMÁGENES
-------------------------------------------------------------------------------------------------- */
img{
	border: none;
}

.imagen, .imagenIzd, .imagenDcha{
	font-size: 90%;
	width: 1px;
	border:0;
}

.imagen{
	margin: 10px 0px 10px 0px;
}

.imagenIzd{
	float: left;
	margin: 10px 10px 5px 0px;
}

.imagenDcha{
	float: right;
	margin: 10px 0px 5px 10px;
}

/* Pies */
.imagenIzd tr, .imagenDcha tr, .imagen tr{
	padding: 0px;
	background: #71bc09;
}

.imagenIzd p, .imagenDcha p, .imagen p{
	font-size: 90%;
	line-height: 120%;
	padding: 4px 4px 4px 4px;
	margin: 0px;
}

img.logoTexto, img.logoTextoPie {
	behavior: url(pngbehavior.htc); /* con esto hacemos que los png se vean correctamente en explorer */
}
img.logoTextoPie {
	margin-bottom:-1px;
	margin-right:3px;
}

/* IMÁGENES FIN
-------------------------------------------------------------------------------------------------- */


/* FICHAS
-------------------------------------------------------------------------------------------------- */ 
.ficha{
	overflow: hidden;
	height: 1%;
	margin-bottom: 12px;
	border-bottom: 1px solid #740E00;
	padding-bottom: 12px;
}
.ficha h3{
	margin: 0;
	padding: 0 0 3px 0;
}
.cFecha{
	color: #A88080;
	margin: 0;
	padding: 0 0 8px 0;
}
#cFecha{
	margin-top: 2px;
}
.cBreve{
	padding: 0;
}
#cBreve{
	color: #A88080;
}
.ficha img{
	float: left;
	margin: 2px 14px 2px 0;
	border: 1px solid #D9D7D7;
}
/* FICHAS FIN
-------------------------------------------------------------------------------------------------- */


/* MENU DESPLEGABLE
-------------------------------------------------------------------------------------------------- */
#cntMenu {
	height: 34px;
	width:790px;
	background: #9F0604;
}

#menuDesplegable{
	padding: 0 0 0 7px;
	margin-top:5px;
	float:right;
	font-size:105%;
}
#menuDesplegable li{
	position: relative;
	float: left;
	padding: 4px 0 4px 0;
	margin-right:5px;
	list-style: none;
	background-color:#950503;
	border:1px solid #8A0902;
}
#menuDesplegable li ul{
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	margin: 0px;
}
#menuDesplegable li:hover ul, #menuDesplegable li.over ul{ /* la clase .over es para ie6 y se usa en la función javascript iniciaMenuDesplegable(); */
	display: block;
	margin: 30px 0 0 0;
}
#menuDesplegable li ul li{
	clear: left;
	display: block;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #999;
}
/* enlaces */
#menuDesplegable a, #menuDesplegable a:link, #menuDesplegable a:visited{
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}
#menuDesplegable a:hover, #menuDesplegable li:hover, #menuDesplegable li.over{
	background-color: #DD0603;
}
#menuDesplegable a.sel, #menuDesplegable a.sel:visited{
	background-color: #DD0603;
}
#menuDesplegable li ul li a, #menuDesplegable li ul li a:visited, #menuDesplegable li ul li a:link{
	display: block;
	padding: 3px 5px;
	border-top: 1px solid #C0C0C0;
}
/* FIN MENU DESPLEGABLE
-------------------------------------------------------------------------------------------------- */


/* MENU LATERAL
-------------------------------------------------------------------------------------------------- */
#menuLat{
	padding: 4px 0;
	border-bottom: 1px solid #EEE;
}
#menuLat li{
	list-style: none;
	list-style-image: none;
}
#menuLat li ul{
	padding: 0;
	margin: 0;
}
#menuLat li a, #menuLat li a:link, #menuLat li a:active, #menuLat li a:visited, #menuLat li a:hover {
	display: block;
	text-decoration: none;
	margin: 0 0 1px 0;
	padding: 0 7px;
}
#menuLat a:hover, #menuLat a.sel{
	background: #EEE;
}
/* FIN MENU LATERAL
-------------------------------------------------------------------------------------------------- */


/* IDIOMAS
-------------------------------------------------------------------------------------------------- */
#idiomas{
	color: #BBB;
	font-weight: bold;
	float: right;
	clear: both;
	margin-top: 4px;
	padding-right: 10px;
}
#idiomas li{
	float: left;
	margin-left: 10px;
	list-style: none;
	list-style-image: none;
}
#idiomas li a, #idiomas li a:link, #idiomas li a:active, #idiomas li a:visited, #idiomas li a:hover {
	color: #FFF;
}
/* FIN IDIOMAS
-------------------------------------------------------------------------------------------------- */


/* POP UP
-------------------------------------------------------------------------------------------------- */
#cntGlobalPop{
	min-height: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
* html #cntGlobalPop{
	height: 100%;
}
#cntCabeceraPop{
	margin: 0 0 0 -20px;
}
#cntCerrar{
	text-align: right;
	margin: -70px 0 55px 0;
}
#cntGlobalPop h1{
	margin-left: 0;
}
#cntSeccionPop{
	padding: 10px;
}
/* FIN POP UP
-------------------------------------------------------------------------------------------------- */
