
/* GENERALES
 ----------------------------------------------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
}
body{
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	line-height: 130%;
	color: #363636;
	background: url("img/fndMosaico.gif") #F8C90B;
}


img, div {
 behavior: url(iepngfix.htc);
}


/* CONTENEDORES
-------------------------------------------------------------------------------------------------- */
#fndWeb, #cntCabecera, #cntPie{
	width: 910px;
}
#fndWeb, #cntCabecera{
	margin: 0 auto;
  	background: url("img/fndWeb.png") repeat-y center; 
}
#fndWeb{
	min-height: 350px;
}
*html #fndWeb{
	height: 350px;
}
#cntTotal, #cntImgCabecera, #menuDesplegable, .cntFlash{
	margin: 0 23px;
}
.cntFlash{
	height: 156px;
}
/*#cntImgCabecera{
	height: 156px;
	background: url("img/fndCabecera.jpg") no-repeat;
}*/
#cntTotal{
	padding: 0 14px;
}
*html #cntTotal{
	float: left;
	margin: 0;
	padding: 0 40px;
}
#fndCabecera{
  	background: url("img/fndMosaicoCabecera.gif") repeat-x; 
}
#fndCabeceraBrillo{
  	height: 236px;
	margin-bottom: -52px;
  	background: url("img/fndCabecera.png") repeat-x top;   
}
#titGranada{
	width: 985px;
	margin: 0 auto;
  	background: url("img/titGranada.png") no-repeat top left;  
}
#tit2010{
	width: 985px;
	margin: 0 auto;
  	background: url("img/tit2010.png") no-repeat top left;  
}
#cntContenido{
	padding: 15px 0 5px 0;
}
#cntPie{
	overflow: hidden;
	height: 60px;
	margin: 0 auto;
  	background: url("img/fndPie.png") top center no-repeat;   
}
#cntPie p{
	margin: 10px 37px 0 37px;
}
.cntBuscador{	
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url("img/fndBuscador.gif") repeat-x #F8C90B;
}
*html .cntBuscador{
	display: inline-block;
}
.cntPaginacion{
	text-align: right;
	margin-bottom: 10px;	
}
#cntAtras{
	padding: 0;
}
.ficha{
	height: 1%;
	overflow: hidden;
}
#cTexto{
	overflow: hidden;
	padding-bottom: 10px;
}
.cntBloque{
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F8C90B;
}


/* BLOQUES
-------------------------------------------------------------------------------------------------- */ 
.cntBloquePrimero {
}

.cntBloque {
	background:url(img/sepHorizontal.gif) top repeat-x;
}

.cntBloqueInferior {
	background:url(img/sepHorizontal.gif) top repeat-x;
	margin-top: 1px;
	padding-top: 1px;
}

.cntBloqueColumnas {
	background:url(img/sepVertical.gif) 312px 0 repeat-y;
	margin-top: 15px;
	overflow:hidden;
}
*html .cntBloqueColumnas {
	overflow:visible;
	height:1px;
}
.cntBloqueIzquierda {
	width:400px !important; 
	width:301px; 
	padding-right:9px;
	float:left;
}
.cntBloqueDerecha {
	width:400px !important; 
	width:299px; 
	float:right;
	padding-left:9px;
}

.cntBloqueDerecha .cntBotones, .cntBloqueIzquierda .cntBotones {
	overflow:hidden;
}

/* BLOQUES FIN
-------------------------------------------------------------------------------------------------- */


/* FICHAS
-------------------------------------------------------------------------------------------------- */ 
.ficha, .fichaPrimera {
	overflow: hidden;
	height: 1%;
}

.ficha img, .fichaPrimera img {
	float: left;
	margin: 2px 14px 2px 0;
	border: 1px solid #9BB1C1;
}

.ficha p, .fichaPrimera p {
}
.ficha p.cFecha,
.fichaPrimera p.cFecha,
.cntDestacado p.cFecha,
.cntDestacadoF2 p.cFecha{
	padding-bottom: 0;
}

/* Para las fichas cuando es por columnas*/
.cntFichaColumna0, .cntFichaColumna1 {
	margin-right:15px;
	overflow:hidden;
	width:300px;
	float:left;
}
.cntFichaColumna0 {
	margin-right:0;
}


/* FICHAS FIN
-------------------------------------------------------------------------------------------------- */


/* MENU DESPLEGABLE
-------------------------------------------------------------------------------------------------- */
#menuDesplegable{
	color: #FFF;
	clear: both;
	padding: 0;
	height: 28px;
	background: #F88D19;
}
#menuDesplegable li{
	list-style: none;
	position: relative;
	float: left;
	padding: 7px 0 5px 0;	
	z-index: 2000;
}
#menuDesplegable li ul{
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	margin: 0px;
}
#menuDesplegable li ul li{
	clear: left;
	display: block;
	width: 200px;
	margin: 0px;
	padding:0px;
	background-color: #F88D19;
	border-top:1px solid #F8C90B;	
}
#menuDesplegable li:hover ul, #menuDesplegable li.over ul{
	display: block;
	margin-top: 28px;
}
#menuDesplegable li.over ul{
	margin-top: 27px;
}
#menuDesplegable li.menuSel li a, #menuDesplegable li.menuSel li a:link, #menuDesplegable li.menuSel li a:visited{
	color: #FFF;
}
#menuDesplegable li.menuSel a, #menuDesplegable li.menuSel a:link, #menuDesplegable li.menuSel a:visited, #menuDesplegable li.menuSel li.menuSel a, #menuDesplegable li.menuSel li.menuSel a:link, #menuDesplegable li.menuSel li.menuSel a:visited{
	color: #F8C90B;
}
#menuDesplegable a, #menuDesplegable a:link, #menuDesplegable a:visited{
	color: #FFF;
	font-weight:normal;
	text-decoration: none;
	padding: 5px 4px 5px 5px;
}
#menuDesplegable a.submenu, #menuDesplegable a.submenu:visited{
	color: #FFF;
	text-decoration: none;
	padding: 7px 12px;
}
#menuDesplegable a:hover, #menuDesplegable li ul li a:hover, #menuDesplegable a.sel, #menuDesplegable a.sel:visited, #menuDesplegable a.sel:hover, #menuDesplegable li.sel a.submenu, #menuDesplegable li.sel a.submenu:visited, #menuDesplegable li.sel a.submenu:hover{
	color: #685946;
}
#menuDesplegable li.menuSel li a:hover {
	color: #F8C90B;
}
#menuDesplegable li ul li a, #menuDesplegable li ul li a:visited, #menuDesplegable li ul li a:link{
	display: block;
}
#menuDesplegable a.noEnlace {
	cursor:default;
}
#menuDesplegable a.noEnlace:hover{
	color: #FFF;
}
/* FIN MENU DESPLEGABLE
-------------------------------------------------------------------------------------------------- */


/* LISTADOS
-------------------------------------------------------------------------------------------------- */
#lstIconos{
	padding: 130px 0 0 15px;
	list-style: none;
}
#cTexto ul, #cTexto ol{
	text-align: left;
	margin: 0 0 18px 30px;
	padding: 0;
	list-style-image: url(img/bullet.gif);
}
#cTexto ol{
	list-style-image: none;
}
#cTexto li{
	margin: 0;
	padding: 0;
}
ul.listaContinua {
	text-align: left;
	margin-bottom:12px;
	margin-left:10px;
	list-style-type:none;
}
ul.listaContinua li {
	float: left;
	background:url(img/bullet.gif) 0 -6px no-repeat;
	padding-left:20px;
	margin-right:20px;
}
#cTexto ul ul, #cTexto ol ol{
	font-size: 100%;
	margin-bottom: 0;
}
/* LISTADOS FIN
-------------------------------------------------------------------------------------------------- */


/* TITULARES
-------------------------------------------------------------------------------------------------- */
h1 {
	font: 200% Arial, Verdana, Helvetica, sans-serif;
	color: #F8C90B;
}
h2{
	font: 170% Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	color: #F8C90B;
}
h2.titSubMenu{
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 7px 0;
}
h3{
	font: 140% Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 110%;
	padding: 0 0 5px 0;
}
/* TITULARES FIN
-------------------------------------------------------------------------------------------------- */


/* TEXTOS
-------------------------------------------------------------------------------------------------- */
p{
	padding-bottom: 15px;
}
#cTexto p{
	line-height: 130%;
}
.subtitulo{
	padding-top: 3px;
	padding-bottom:0;
}
.txtTitular{
	color:#64C1B9;
	font-size:170%;
}
.txtResaltado{
	color:#64C1B9;
	font-weight: bold;
}
.txtTitularNoticias{
	color:#EA7E00;
	font-size:125%;	
	font-weight: bold;
}
.txtTitularAmarillo{
	color:#F6CA09;
	font-size:120%;
}
.txtResaltadoAmarillo{
	color:#F6CA09;
	font-weight: bold;
}
.txtTitularAzul{
	color:#AAE2E3;
	font-size:120%;
}
.txtResaltadoAzul{
	color:#AAE2E3;
	font-weight: bold;
}
.txtTitularRosa{
	color:#AC3352;
	font-size:120%;
}
.txtResaltadoRosa{
	color:#AC3352;
	font-weight: bold;
}
.txtTitularVerde{
	color:#77AC1E;
	font-size:120%;
}
.txtResaltadoVerde{
	color:#77AC1E;
	font-weight: bold;
}
.txtTitularChocolate{
	color:#766048;
	font-size:170%;
	line-height: 110%;
}
.txtResaltadoChocolate{
	color:#766048;
	font-weight: bold;
}

.txtPagSel{
	font-weight:bold;
}
.cFecha, #cFecha{
	color: #8B8B8B;
	padding-bottom: 5px;
}
.cBreve, .ficha .cBreve, .fichaPrimera .cBreve{
	font-style: italic;
	padding-bottom: 0;
}
.cBreveNormal{
	padding-bottom: 0;
}

#cBreve{
	font-style: italic;
	padding-bottom: 14px;
}

.masInfo{
	text-align: right;
	color: #F8C90B;
}

/* TEXTOS FIN
-------------------------------------------------------------------------------------------------- */


/* ENLACES
-------------------------------------------------------------------------------------------------- */
a, a:link, a:visited, a:active{
	color: #F78F20;
	text-decoration: none;
}
a:hover{
	color: #8F7352;
}
a.btnCalendario img{
	margin: 0 5px 0 0;
	padding: 1px 0;
	vertical-align: bottom;
}
a.btnCalendario img, .cntPaginacion img, .boton, #btnAtras{
	border: 1px outset #CCC;
	background-color: #8F7352;
}
#btnAtras{
	float: right;
}
a.btnCalendario:hover img, .cntPaginacion a:hover img, .boton:hover, #btnAtras:hover{
	background: #FFCB04;
}
/* ENLACES FIN
-------------------------------------------------------------------------------------------------- */


/* IMÁGENES
-------------------------------------------------------------------------------------------------- */
img{
	border: none;
}
.cntPaginacion img {
	margin-bottom:-3px;
}
.imagen, .imagenIzd, .imagenDcha, .ficha img{
	font-size: 90%;
	width: 1px;
	border: 1px solid #F8C90B;
}
.imagen{
	margin: 10px auto;
}
.imagenIzd{
	float: left;
	margin: 10px 10px 5px 0px;
}
.imagenDcha{
	float: right;
	margin: 10px 0px 5px 10px;
}
.ficha img{
	float: left;
	width: auto;
	margin: 0 10px 5px 0;
}
.imgPortada, .cntBanners img{
	margin: 0 0 5px 0;
	border: 1px solid #F8C90B;
}


/* FORMULARIOS
-------------------------------------------------------------------------------------------------- */
form {
	background-color: #F8C90B;
	padding: 10px 10px 10px 14px;
	color: #FFF;
}
label{
	color: #FFF;
	padding-bottom: 1px;
}
input, textarea{
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}
select{
	font-size: 100%;
}
.cntPaginacion select{
	width: 45px;
	font-size: 80%;
}
.boton{
	color: #FFFFFF;
	padding: 0 6px;
	cursor: pointer;
}
#cntCerrar .boton{
	background-image: none;
	font-weight: bold;
}
.cntBotones .boton{
	margin-right: 0;
	margin-left: 5px;
}
.botonIcono{
	vertical-align: bottom;
}
.botonIcono:hover{
	background-color: #8F7352;
}
.caja, .cajaUsuario, .cajaClave, .cajaLarga{
	border: 1px inset #808080;
	vertical-align: bottom;
	padding: 1px 2px;
}
/* FORMULARIOS FIN
-------------------------------------------------------------------------------------------------- */


/* POP UP
-------------------------------------------------------------------------------------------------- */
#cntGlobalPop{
	min-height: 100%;
	padding: 0px 20px;
	margin: 0px auto 0px auto;
	background: #FFF;
}
* html #cntGlobalPop{
	height: 100%;
}
#cntCabeceraPop{
	margin: 0 0 0 -15px;
}
#cntCerrar{
	text-align: right;
	margin: 0 0 -20px 0;
}
#cntGlobalPop h1{
	margin-left: 0;
}
#cntSeccionPop{
	padding: 10px;
	border: 1px solid #F8C90B;
}
/* POP UP
-------------------------------------------------------------------------------------------------- */
