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

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font: 70% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*line-height:150%;*/
	color: #48718e;
	background: #BCCAD2;
}

img.transparente,
img.emblema {
	behavior: url(pngbehavior.htc); /* para que los png se vean en explorer */
}


/* CONTENEDORES
-------------------------------------------------------------------------------------------------- */
#cntTotal {
	width: 884px;
	margin: 0 auto;
	padding: 0 8px;
	background: url(img/fndWeb.gif) repeat-y center;
}
#cntCabecera {
	padding-top: 5px;
}
#logo{
	float: left;
	padding: 2px 0 7px 18px;
}
#textoImgCabecera{
	margin: -36px 0 0 0;
	margin: -40px 0 0 0 !ie;
	border-bottom: 1px solid #FFF;
}
.cntMenusIconos {
	float: right;
	clear: both;
	padding: 0px 15px 0 0;
}
#cntCabeceraColabora{
	float: left;
	margin: 4px 0 0 177px;
}
#cntIdiomaIconos{
	float: right;
	width: 200px;
	padding: 45px 0 0 0;
}

#cntContenidoTotal {
	margin: 0 0 50px 0;
	background:url(img/sepVertical.gif) 655px 0 repeat-y #FFF;
	overflow:hidden;
}
*html #cntContenidoTotal {
	overflow:visible;
	height:1%;
}

#cntColumnaDcha {
	float: right;
	width: 205px;
	margin: 0 0 0 9px;
	padding: 0 16px 5px 10px;
}

#cntColumnaDcha .msgAdvertencia {
	width:188px;
	margin-bottom:5px;
}

#cntColumnaDcha form .cntBotones {
	width:186px;
}

#cntContenido {
	font-size: 120%;
	padding: 0 0 5px 18px;
	width:626px !important;
	width:620px ;
}

#cntPie {
	clear: both;
	margin: 0;
	background:url(img/sepVertical.gif) 170px 0 repeat-y;
	overflow:hidden;
	padding-bottom:15px;
}
#cntPie {
	clear: both;
	margin: 0;
	background:url(img/sepVertical.gif) 170px 0 repeat-y;
	overflow:hidden;
	padding-bottom:15px;
}
#cntFinalWeb {
	height:10px;
	background: url(img/fndPie.gif) no-repeat center top;
}

.cntRedesSociales{
    font-size: 1.1em;
    padding: 0px;
    padding-bottom: 22px;
    height: 22px;
}
.txtSiguenos{
    float: left;
    padding-top: 8px;
}
.imgRedesSociales{
    float:right; 
    margin-right:3px;
}
.cntBuscador{
	margin: 0 0 10px 0;
}

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

#cntAtras{
	float: right;
	padding: 0;
}
#btnAtras{
	height: 19px;
	display: inline;
	margin: 0 0 5px 0;
}

#cTexto{
	overflow: hidden;
}

.cntBanners {
	background:url(img/sepHorizontal.gif) bottom repeat-x;
	overflow: hidden;
	margin-bottom:14px;
}

.cntBotones {
	text-align:right;
}

.msgAdvertencia {
	padding:5px;
	text-align:center;
	border:1px solid #9BB1C1;
	background:#e9eef2;
	font-weight:bold;
	clear:left;
}
.cntReadSpeaker{
    height: 40px;
    margin-bottom: 5px;
}

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


/* TITULARES
-------------------------------------------------------------------------------------------------- */
h1 {
	font: 150% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2{
	font: 150% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	word-spacing:0.1em;
}
h2.titSubMenu {
	font-size:120%;
	font-weight:bold;
	padding: 0 0 7px 0;
}

#cntColumnaDcha h2 {
	font-size:170%;
	padding: 0 0 7px 0;
}

h3 {
	font: 110% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	font-weight:bold;
}
.ficha h3, .fichaPrimera h3 {
	padding: 0 0 5px 0;
}

/* TITULARES FIN
-------------------------------------------------------------------------------------------------- */


/* TEXTOS
-------------------------------------------------------------------------------------------------- */
h3.usuario span {
	font-weight:normal;
}

p{
	padding-bottom: 12px;
}

.subtitulo {
	padding-top: 3px;
	padding-bottom:0;
}

.txtTitular{
	color:#008AD0;
	font-size:170%;
}
.txtResaltado{
	color:#008AD0;
	font-weight: bold;
}

.txtPagSel{
	font-weight:bold;
}

.cFecha, #cFecha {
	padding-bottom:0;
}

.cBreve, .ficha .cBreve, .fichaPrimera .cBreve {
	font-style:italic;
	padding-bottom: 7px;
}

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

.frmUsuarioPrensa span {
	font-weight:normal;
}

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


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

#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{
	font-size: 100%;
	margin-bottom: 0;
}
/* LISTADOS FIN
-------------------------------------------------------------------------------------------------- */


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

a:hover{
	color: #FFCB04;
}

a.boton, a.boton:link, a.boton:visited, a.boton:active{
	color: #FFF;
}

.cntMenusIconos a, .cntMenusIconos a:link, .cntMenusIconos a:visited, .cntMenusIconos a:active{
	color: #FFF;
	margin-right:5px;
}

a.btnCalendario img{
	margin: 0 5px 1px 0;
	cursor: pointer;
	vertical-align:bottom;
}
.cntDestacado,
.cntDestacadoF2{
	overflow: hidden;
	height: 1%;
	margin-bottom: 10px;
}
/* Elementos destacados en portada*/
.cntDestacado span,
.cntDestacado a,
.cntDestacado a:link,
.cntDestacado a:visited,
.cntDestacado a:active {
	font-weight: bold;
	font-size: 110%;
}
.cntDestacadoF2 {
	padding: 5px 0 0 0;
	border-top: 1px solid #FDD01F;
	border-bottom: 1px solid #FDD01F;
}
.cntDestacadoF2 a,
.cntDestacadoF2 a:link,
.cntDestacadoF2 a:visited,
.cntDestacadoF2 a:active{
	display: block;
	font-size: 160%;
	line-height: 110%;
	padding-bottom: 5px;
}

.masInfo{
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	background: url("img/sepHorizontal.gif") bottom repeat-x;
}
.masInfoEventos{
	background: none;
}
.masInfo a, .masInfoEventos a,
.masInfo a:link, .masInfoEventos a:link,
.masInfo a:visited, .masInfoEventos a:visited,
.masInfo a:active, .masInfoEventos a:active{
	font-weight: bold;
}

.cntTemaDebate a, .cntTemaDebate a:link,
.cntTemaDebate a:visited, .cntTemaDebate a:active{
	display: block;
	font-size: 150%;
	line-height: 110%;
	padding-bottom: 5px;
}


.breve{
	margin-bottom: 5px;
}
/* Enlace interno en enlaces*/
.enlInterno{
	float: right;
	margin: -9px 0 0 0;
	background: #64869F;
}
 a:hover img.enlInterno{
	background: #FFCB04;
}

/* abrir - cerrar capas */
.lstIcono{
	float: right;
	margin: -9px 0 0 0;
	background: #64869F;
}
 a:hover img.lstIcono{
	background: #FFCB04;
}

.cntBanners a, #cntLogoPieSup a{
	text-align: center;
	display: block;
	margin-bottom: 7px;
	width: 200px;
	background: #F5F7F9;
	border:1px solid #9BB1C1;
}
#cntLogoPieSup{
	overflow: hidden;
	clear: both;
	margin-right: 31px;
}
#cntLogoPieSup a{
	border: none;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
}

.cntBanners a.ultimo {
	margin-bottom: 13px;
}

.cntBanners .cntBannerFlash{
	border: 1px solid #9BB1C1;
	margin-bottom: 16px;
}
#cntColumnaDcha .cntBanners .cntBannerFlash{ width: 200px; margin-bottom: 7px; }

form a, form a:link, form a:visited, form a:active{
	color:#FFF;
}

form a:hover{
	color: #FFCB04;
}
/* ENLACES FIN
-------------------------------------------------------------------------------------------------- */


/* FORMULARIOS
-------------------------------------------------------------------------------------------------- */
form {
	background-color: #64869F;
	padding:10px 10px 10px 14px;
	color:#FFF;
}

#cntColumnaDcha form {
	font-size:120%;
	width:191px;
	padding:13px 0 10px 9px;
}

.frmUsuarioPrensa {
	text-align:right;
	float:right;
	font-weight:bold;
	background-color:#FFF;
	padding:0 0 0 0;
	color: #48718E;
}

label {
	color:#FFF;
	padding-bottom:1px;
}

input, textarea{
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
select{
	font-size: 100%;
}
.cntPaginacion select{
	width: 45px;
	font-size:70%;
}
.boton{
	height: 20px;
	color: #FFFFFF;
	border: 0;
	background-color: #64869F;
	background:url(img/fndBoton.gif) right no-repeat #64869F;
	padding: 0 28px 3px 6px;
	padding-right: 20px !IE;
	margin: 5px 5px 0 0;
	cursor: pointer;
}

#cntCerrar .boton {
	background-image:none;
	font-weight:bold;
	padding-right:2px !important;
}

.cntBotones .boton {
	margin-right:0;
	margin-left:5px;
}

.cntBloqueDerecha .cntBotones .boton, .cntBloqueIzquierda .cntBotones .boton {
	float:right;
	padding-top:2px !important;
	padding-bottom:2px !important;
	padding-right:32px !ie;
	height:auto;
}

.boton:hover{
	color: #FFCB04;
}
.botonIcono {
	vertical-align:bottom;
}

.botonIcono:hover{
	background-color: #FFCB04;
}
.caja, .cajaUsuario, .cajaClave, .cajaLarga{
	border: 1px inset #808080;
	vertical-align: bottom;
}

#cntColumnaDcha form .cajaUsuario, #cntColumnaDcha form .cajaClave {
	width:180px;
}

#cntColumnaDcha form .cajaUsuario {
	margin-bottom: 13px;
}
#cntColumnaDcha form .cajaClave {
	margin-bottom: 5px;
}

/* Letras del buscador*/
fieldset.fstLetras {
	border: 0;
	margin-bottom: 5px;
}

.fstLetras span {
	color:#BBB;
}
.fstLetras span, .fstLetras a, .fstLetras b {
	padding-left: 5px;
	padding-right: 5px;
}
.fstLetras .letraA {
	padding-left: 0;
}

.fstLetras .separadorLetras {
	padding:0;
}


	 /*formularios que insertan entradas nuevas */

.cntNuevoForm form{
	/*padding-right: 14px;*/
	padding: 10px 12px 10px 12px;
}
.cntNuevoForm ul{
	/*clear:both;*/
	overflow:hidden;
}
.cntNuevoForm ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 49%;
}
.cntNuevoForm label{
	display: block;
}
.cntNuevoForm .caja,
.cntNuevoForm .cajaLarga{
	/*width: 287px;*/
	width: 100%;
	margin-bottom:15px;
}
.cntNuevoForm textarea.caja{
	height: 100px;
	width: 596px;
}
.cntNuevoForm .cajaLarga{
	width: 596px;
}
.cntNuevoForm .left{
	float: left;
	/*width: 50%;*/
	/*margin: 0 15px 0 0;*/
}
.cntNuevoForm .right{
	float: right;
}

/* FORMULARIOS FIN
-------------------------------------------------------------------------------------------------- */



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

.msgAdvertencia img {
	vertical-align:bottom;
}

.cntPaginacion img {
	margin-bottom:-3px;
}

.imagen, .imagenIzd, .imagenDcha{
	font-size: 90%;
	width: 1px;
	border: 1px solid #9BB1C1;
}

.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: #E3ECF3;
}

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

.cntBanners img {
}

#logoPie {
	margin-left:92px;
	float:left;
}
#lnkRSS img, #lnkRSS2 img{
    vertical-align: top;
}

#cntPie #imglogoISO {
	margin-left: 20px;
}

#cntPie div {
	float:left;
	margin-left:38px;
}

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

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

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

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

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

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

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


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

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

.ficha p, .fichaPrimera p {
	padding-bottom: 8px;
}
.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 {
	background: #48718E;
	height: 26px;
	padding-left: 13px;
	margin: 2px 0 25px 0;
	font: 110% Arial, Helvetica, sans-serif;
}

#menuDesplegable li{
	list-style: none;
	position: relative;
	float: left;
	padding: 6px 0 5px 0;
	z-index:500;
}

#menuDesplegable li.menuSel{
}

#menuDesplegable li.separador{
	color: #FFF;
}


#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: #48718E;
	border-top:1px solid #BBB;
}

#menuDesplegable li:hover ul, #menuDesplegable li.over ul{
	display: block;
	margin-top: 26px;
}


#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: #FFCB04;
}


#menuDesplegable a, #menuDesplegable a:link, #menuDesplegable a:visited{
	color: #FFF;
	font-weight:normal;
	text-decoration: none;
	padding: 6px 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: #FFCB04;
}

#menuDesplegable li.menuSel li a:hover {
	color: #FFCB04;
}

#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
-------------------------------------------------------------------------------------------------- */


/* PESTAÑAS
 ------------------------------------------------------------------------------------------------- */
#cntPestanas{
	color: #FFF;
	height: 1%;
	overflow: hidden;
	background: #FFF;
}
#cntPestanas li{
	background-color: #64869F;
}
#pestana{
	float: left;
	border-right: 1px solid #FFF;
}
#pestanaUltima{
	float: left;
	padding-right: 20px;
	background: url("img/fndPestanaUltima.gif") no-repeat top right;
}
#cntPestanas a{
	color: #FFF;
	display: block;
	padding: 4px 13px;
}
#cntPestanas span{ /* la pestaña seleccionada */
	color: #FFCB04;
	display: block;
	padding: 4px 13px 4px 13px;
	border-bottom: 1px solid #64869F;
}
#cntPestanas li{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
/* FIN PESTAÑAS
 ------------------------------------------------------------------------------------------------- */


/* IDIOMAS
-------------------------------------------------------------------------------------------------- */
#idiomas {
	font: 110% Arial, Helvetica, sans-serif;
	color: #CCC;
	margin: 3px 0 0 0;
	padding-right: 20px;
	float: right;
}
#idiomas li {
	list-style: none;
	list-style-image: none;
	float: left;
	margin-left: 5px;
}
#idiomas li.separador{
	color: #FFCB06;
	margin-left:5px;
}
/* FIN IDIOMAS
-------------------------------------------------------------------------------------------------- */


/* POP UP
-------------------------------------------------------------------------------------------------- */
#cntGlobalPop{
	min-height: 100%;
	padding: 0px 20px;
	margin: 0px auto 0px auto;
	background: #FFF;
}

* html #cntGlobalPop{
	height: 100%;
}

#cntCabeceraPop{
	margin: 5px 0 0 -15px;
}

#cntCerrar{
	text-align: right;
	margin: -35px 0px 20px 0px;
}

#cntGlobalPop h1{
	margin-left: 0px;
}
#cntSeccionPop{
	padding: 10px;
	border: 1px solid #E5E9F2;
}


/*
LECTURA FACIL
*/
#cntCabeceraLF{
  position: absolute;
  right: 16%;
}
#cntIdiomaIconos{
	width: 100px;
  margin-right: 114px;
}

#cntCabecerainteriorLF{
  border: 1px solid #E7E7E7;
  padding: 15px 10px;
  margin-top: 39px;
  margin-bottom: 10px;
  background-color: #F6F6F6;
  position: relative;
}

.imgInteriorLF{
  position: absolute;
  right: 5px;
  top: -40px;
}

.lf{
  font-size: 120%;
}/* CSS Document */

