/*
    Document   : estilos_1.css
    Created on : 27-dec-2005
    Author     : PLEXUS S.L. (www.plexus.es)
    Description: basic CSS for www.elcorreogallego.es

*/

/* GENERALES
 ---------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 80%;
    color: #373737;
    line-height: 125%;
    background: url('../img/fndWeb_2.gif') repeat-y center #F9F9F9;
}
a, a:link, a:active, a:visited{
    color: #005184;
    text-decoration: none;
    cursor: pointer;
}
.jssocials-share a {
    color: #fff;
}
a:hover{
    text-decoration: underline;
    cursor: pointer;
}
button:hover{
    cursor: pointer;
}
input, select, textarea{
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
textarea, select, input.caja, fieldset{
    border-width: 1px;
    border-style: solid;
    border-color: #ddd #aaa #aaa #ddd;
}
textarea, select, input.caja{
    font-size: 90%;
    padding: 1px 2px;
}
input.cajaFecha{
    width: 70px;
}
div.btnCalendario{
    display: inline;
    height: 30px;
    margin-left: 2px;
}
textarea:hover, input:hover, input.caja:hover, select:hover,
textarea:focus, input:focus, input.caja:focus, select:focus{
    border: 1px solid #666;
    background: #EFF9FF;
}
input[type="image"]:hover{
    border: 0;
}
label,
.txtEtiqueta{
    font-size: 90%;
    color: #666;
}
legend{
    padding: 0 4px;
    margin-left: 5px;
    font-weight: bold;
}
small{
    color: #777;
}
img{
    border: 0;
}
br.clear, .clear{
    clear: both;
}
br.clear{
    line-height: 0%;
}
.oculto{
    display: none;
    opacity: 0;
}
.btnInactivo{
    opacity: 0.5;
}
.cntScroll{
    overflow-y: scroll;
}
.cntCondicionesUso{
    font-size: 90%;
    color: #666;
    background: #EFEFEF;
    clear: both;
    height: 80px;
    border: 1px inset #AAA;
    margin-bottom: 25px;
}
/* GENERALES - fin */


/* CONTENEDORES
 ---------------------------------------------------------------------------- */
#cntPrincipal,
#menuPie,
#cntPie{
    width: 993px;
    margin: 0 auto;
}
#cntPrincipal,
#cntPie{
    background: #FFF;
    border-width: 0 1px;
    border-style: solid;
    border-color: #EAE9E8;
}
#cntPrincipal{
    min-height: 600px;
    position: relative;
}
#cntOjd{
    float: left;
}
#cntCabecera{
    height: 76px;
    border-top: 1px solid #CCC;
    background: #0069AA;
    clear: both;
}
.cntCabeceraDcha{
    float: right;
    width: 555px;
    height: 76px;
}
#cntContenido{
    padding: 15px 10px;
    min-height: 550px;
}
.cntColumnas{
    display: flex;
    flex-wrap: wrap;
}
#cntPosiciones123,
.cntPosiciones123,
.cntPortadaBloqueG{
    float: left;
    width: 650px;
    /*overflow: hidden;*/
}
#portadaBloquesColumnaDcha,
.portadaBloquesColumnaDcha,
.subportadaColumnaSuperiorDerecha{ /* columna derecha */
    float: right;
    width: 312px;
}
#cntLoad{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=70);
    opacity: 0.7;
    background: #FFF;
}
#cntLoad,
.cntLoad{
    background-image: url("../img/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}


/* CABECERA
 ---------------------------------------------------------------------------- */
#cntLogosECG{
   background: #fff none repeat scroll 0 0;
   float: left;
   padding: 3px 0;
   text-align: left;
   width: 100%;
}
#cntLogosECG a {
    margin-left: 12px;
    text-transform: uppercase;
    font-size: 90%;
}
#logoECG{
    float: left;
}
#cntFrmBuscadores{
    width: 430px;
    float: right;
    text-align: right;
    padding: 0 10px 0 0;
}
.cntRadioSelect{
    float: left;
    padding: 5px 0;
}
#cntFrmBuscadores .caja{
    width: 120px;
    vertical-align: top;
}
/*
#cntFrmBuscadores form{
    margin-bottom: 4px;
    float: right;
}
#cse-search-box{
    margin: 0;
}
#cntFrmBuscadores .logoGoogle{
    vertical-align: top;
}
#cntFrmBuscadores .logo{
    margin-top: 5px;
    vertical-align: baseline;
}
#cntFrmBuscadores .caja{
    width: 120px;
    vertical-align: top;
    margin-top: 3px;
}
#cntFrmBuscadores .boton{
    vertical-align: top;
    margin-top: 3px;
    color: #FFF;
    border: 1px solid #E0E0E0;
}*/
/* CABECERA - fin */


/* MENÚS
 ---------------------------------------------------------------------------- */
.menu,
#menuPie{
    font-size: 110%;
    clear: both;
    overflow: hidden;
    height: 28px;
    background: #3387BB;
}
#menuPie{
    border: 1px solid #CCC;
}
.menu li,
#menuPie li{
    float: left;
    list-style: none;
}
.menu li a,
#menuPie li a{
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 6px 8px;
}
#lstMenuPrincipal li.sinEdicion{
    float: right;
}
#lstMenuPrincipal li.sinEdicion a{
    color: #FFF;
}
#lstMenuPrincipal li a:hover,
#lstMenuPrincipal li.sinEdicion a:hover{
    color: #FFF;
    text-decoration: none;
}
#lstMenuPrincipal li a.sel,
#lstMenuPrincipal li.sinEdicion a.sel{
    color: #FFF;
    background: #66A5CC;
}
#subMenu{
    height: 25px;
    background: #66A5CC;
}
#subMenu li a{
    font-size: 90%;
    padding: 5px 7px;
    margin-right: 1px;
}
#subMenu li a:hover,
#subMenu li a.sel{
    background: #58B;
    text-decoration: none;
}
#menuPie .sinEdicionUltimo{
    border: 0;
}
/* MENÚS - fin */


/* TEXTOS
 ---------------------------------------------------------------------------- */
h1{
    font-size: 195%;
    font-weight: normal;
    color: #666;
    letter-spacing: -1px;
    line-height: 115%;
    padding: 0 0 12px 0;
}
h1 a, h1 a:link, h1 a:active, h1 a:visited{
    /*	color: #666;*/
}
.noticiaPortadaCentral h1,
.cntBloque h1,
.cntPortadaBloqueGtresColumnas h1{
    font-size: 140%;
    font-weight: bold;
    padding: 0 0 3px 0;
    clear: both;
}
.cntPortadaBloqueB .pImgIzda h1,
.cntPortadaBloqueC .pImgIzda h1{
    clear: none;
}
.cntSubportadas .cntPortadaBloqueD h1{
    font-weight: normal;
    font-size: 130%;
}
.noticiaPortadaTresColumnas h1 a:hover,
.noticiaPortadaDosColumnas h1 a:hover,
.noticiaPortadaIzda h1 a:hover,
.noticiaPortadaCentral h1 a:hover{
    text-decoration: none;
}
a b,
a strong{
    color: #284057;
}
.cntSubportadas .cntPortadaBloqueC h1{
    font-size: 170%;
    line-height: 100%;
    font-weight: normal;
    padding: 0 0 3px 0;
}
.cntBloque h1.estilo_2{
    font-size: 160%;
}
h2{
    font-size: 135%;
    font-weight: normal;
    color: #333;
    padding: 0 0 8px 0;
}
h3{
    font-size: 90%;
    font-weight: bold;
    color: #0074BB;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}
.cntBloque h3{
    margin: 6px 10px 0 10px;
    padding: 0 0 5px 0;
}
.bloqueBlogsWP h3 {
    margin: 0;
    padding: 0;
    text-align: left;
}
h5{
    font-size: 90%;
    font-weight: normal;
    word-spacing: 3px;
    clear: both;
    margin: -15px -10px 20px -10px;
    padding: 5px 10px;
    background: #F0F0F0;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
}
h5 span{
    vertical-align: middle;
    word-spacing: 0;
    float: right;
}
h5 span font{
    display: block;
    float: left;
    font-size: 100%;
    margin: 3px 6px 0 0;
}
h5 .lnkNestoria{
    float: right;
    margin-top: 0;
}
h6{
    font-size: 85%;
    font-weight: normal;
    color: #666;
    height: 23px;
    margin: 0 0 10px 0;
    padding: 4px 3px;
    border-bottom: 1px solid #DDD;
}
h6.abajo{
    clear: both;
    text-align: right;
    margin: 0 0 20px 0;
    border-top: 1px solid #DDD;
}
h6.with_breadcrumb{
    margin-top: -15px;
}
h6.infoSesion{
    background: #E5F3FC;
    margin: -48px -10px 15px -10px;
    text-align: right;
}
h6.infoSesion b{
    font-size: 120%;
    margin-right: 5px;
}
h6 .cntAcciones{
    float: right;
}
h6 .cntAcciones .lstEnviar,
h6 .cntAcciones .lstEnviar li{
    float: left;
    list-style: none;
}
h6 .cntAcciones .lstEnviar li{
    margin-right: 10px;
}
.cntNoticiaInfo{
    float: left;
    margin-right: 20px;
}
.txtAcciones{
    float: right;
}
p{
    line-height: 130%;
}
#txtFechaActualizacionPortada{
    color: #BFE0EC;
    word-spacing: 0;
    float: left;
    width: 415px;
}
#txtFechaActualizacionPortada b,
#txtFechaActualizacionPortada a,
#txtFechaActualizacionPortada a:link,
#txtFechaActualizacionPortada a:active,
#txtFechaActualizacionPortada a:visited{
    color: #FFF;
}
#txtFechaActualizacionPortada b{
    margin-right: 10px;
}
p.infoRel{ /* links a comentarios, galerías, encuestas, ... */
    font-size: 90%;
    letter-spacing: 0;
    line-height: 125%;
    margin: 3px 0 0 0;
}
p.infoRel a,
#cntPortada p.infoRel a:hover{
    white-space: nowrap;
    display: inline-block;
}
#iframeFacebook{
    overflow: hidden;
    width: 150px;
    height: 21px;
    border: none;
}
.txtHora{
    font-weight: normal;
    color: #0069AA;
}
.numImg{
    font-size: 140%;
    padding-bottom: 0;
    margin-bottom: 0;
}
.portadaNoticiasColumnaCentral .txtHora{
    font-size: 80%;
}
.txtFechaEdicion{
    color: #E20001;
    font-weight: normal;
}
.txtLadillo{
    font-weight: bold;
}
.txtApoyosNombre{
    font-weight: bold;
}
.txtApoyosCargo{
}
.txtBusqueda{
    color: #369;
    font-weight: bold;
}
.txtResaltado{
    color: #E20001;
    font-weight: bold;
}
.txtSeparador{
    color: #CCC;
    padding: 0 2px;
}
.infoRel .txtSeparador{
    color: #FFF;
    padding: 0 1px;
}
h5 span.txtSeparador{
    word-spacing: 0;
    float: none;
    padding-left: 5px;
}
small.charCounter{
    display: block;
    color: #999999;
    font-size: 85%;
}
.errorCookies{
    font-size: 90%;
    text-align: right;
}
.txtObligatorios{
    color: #FE0202;
    padding: 0 0 0 10px;
    background: url('../img/fndCampoObligatorio.gif') no-repeat top left;
}
.txtFrmMsg{
    clear: both;
    text-align: center;
    padding: 4px 10px;
    margin: 0 0 10px 0;
}
.error{
    background-color: #FFCCCC;
    border:1px solid #DD7777;
    color: #A30000;
}
.exito{
    background: #DDFFDD;
    color: #017F00;
    border: 1px solid #017F00;
}
.txtFrmMsg.info{
    background: #49b4f7;
    color: #fff;
    border: 1px solid #49b4f7;
}
.txtFrmMsg.info a{
  color: #000;
}
.cnt article h3,
.cnt article h2,
.cntPEncuesta form{
  margin: 0;
  padding: 5px 16px 0 16px;
}
.cnt.cntPGaleria h2{
  font-size: 180%;
}


/* BOTONES y LINKS
 ---------------------------------------------------------------------------- */
.boton, .botonGrande,
a.boton, a.botonGrande{
    font-size: 100%;
    color: #FFF;
    background-color: #3387BB;
    background-color: -webkit-linear-gradient(#3387BB, #0069AA);
    background-color: -moz-linear-gradient(#3387BB, #0069AA);
    background-color: -o-linear-gradient(#3387BB, #0069AA);
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.boton:hover, .botonGrande:hover{
    background-color: #0063AA;
    border: 0;
    cursor: pointer;
}
input.botonActualizar,
a.botonActualizar{
    color: #fff !important;
    background: #3B3 !important;
    border: 1px solid #3B3 !important;
}
input.botonActualizar:hover,
a.botonActualizar:hover{
    background: #090 !important;
    border: 1px solid #000 !important;
}
input[type="button"].boton,
input[type="submit"].boton,
a.boton, .botonGrande{
    padding: 4px 8px;
    text-decoration: none;
}
a.botonEliminar{
    color: #fff !important;
    background: #CE3D33 !important;
}
a.botonEliminar:hover{
    background: #EF5F55 !important;
}
.botonImg, .botonImg:hover,
a.botonImg, a.botonImg:hover,
a.botonImg img, a.botonImg:hover img,
.cntBloque ul.lista li.fotoTxtImgDcha a.botonImg img,
.cntPortadaEntrevistas .cntBloquePortadaEntrevistas ul.lista li.fotoTxtImgDcha a.botonImg img{
    padding: 0;
    border: 0;
    background: none;
}
h5 .boton{
    padding: 0;
    background: none;
}
a.btnCalendario, a.btnCalendario:hover{
    text-decoration: none;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
#noticiaDetalle .cuerpoNoticia a,
.comentarioTexto a,
.cntFicha a,
#map_canvas a{
    color: #0069AA;
}
#noticiaDetalle .cuerpoNoticia a,
.cntFicha a,
#map_canvas a{
    font-weight: bold;
}
.botonVerMas{
    background: url('../img/btnFlechaDe_1.png') no-repeat 0 3px;
    padding-left: 20px;
    display: block;
}
.fondoBase .botonVerMas{
    display: block;
    padding: 3px 3px 3px 20px;
    margin-bottom: 1px;
    background-color: #EEE;
    background-position: 3px 5px;
}
h6 .infoVisitas p{
    float: left;
    padding: 2px 5px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.noticiaOpinion .txtAcciones,
.txtAccionesAbajo{
    margin-right: 0;
    padding: 2px 5px;
    border-color: #BBB;
    border-style: solid;
    border-width: 1px 0 0 1px;
}
h6 .btnComentarios,
.txtAcciones a,
.btnCompartir{
    display: inline-block;
    padding: 3px;
    text-align: center;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.txtAcciones a.btnComentarios{
    font-size: 90%;
    font-weight: bold;
}
.btnCompartir{
    height: 20px;
    padding: 0 5px;
}
a.btnAtras,
.txtAccionesAbajo a.btnAtras{
    border: 0;
    margin: 4px 0 0 5px;
    padding: 0;
}
h6.abajo .btnTuenti{
    margin-right: 15px;
}
h5 .btnAnterior, h5 .btnAnterior:hover,
h5 .btnSiguiente, h5 .btnSiguiente:hover,
a.btnAtras, a.btnAtras:hover{
    background: none;
}

/* FORMULARIOS
 ---------------------------------------------------------------------------- */
label.obligatorio,
legend.obligatorio,
.obligatorio{
    background: url("../img/fndCampoObligatorio.gif") no-repeat right top;
    padding-right: 7px;
}
.fndAcciones{
    text-align: right;
    padding: 8px;
    margin-top: 8px;
    clear: both;
    background: #F0F0F0;
    background: -webkit-linear-gradient(#FFF, #F0F0F0);
    background: -moz-linear-gradient(#FFF, #F0F0F0);
    background: -o-linear-gradient(#FFF, #F0F0F0);
    border-width: 1px;
    border-style: solid;
    border-color: #DDD #AAA #AAA #DDD;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* PESTAÑAS
----------------------------------------------------------------------------- */
.cntPestanasListado{
    font-size: 90%;
    display: block;
    height: 21px;
    list-style: none;
}
.cntPestanasListado li{
    float: left;
}
.cntPestanasListado li a{
    display: block;
    padding: 2px 5px;
    margin-right: 1px;
    background: #E8E8E8;
}
.cntPestanasListado a:hover,
.cntPestanasListado a.sel{
    color: #FFF;
    background: #9D9290;
    text-decoration: none;
}

/* INFORMACIÓN DE BÚSQUEDA
 ---------------------------------------------------------------------------- */
.infoBusqueda{
    font-size: 100%;
    clear: both;
    overflow: hidden;
}
.infoBusqueda .filtro{
    clear: both;
    margin-top: 5px;
    border-top: 1px dotted #DDD;
}
.infoBusqueda .info{
    float: left;
    padding: 10px 0;
}
.infoBusqueda .combos{
    font-size: 90%;
    float: right;
    padding: 10px;
}
#cuentaAtras,
.infoBusqueda .nRegistros{
    color: #000;
    font-weight: bold;
    font-size: 150%;
}
/* TEXTOS - fin */


/* IMAGENES
 ---------------------------------------------------------------------------- */
.fotoNoticia,
#noticiaDetalle .cntFirma img,
.cntFichaCompleta .imagenFicha img,
#map_canvas,
.cntBloque .cntImg img,
.cntPortadaBloqueGtresColumnas img,
.noticiaPortadaTresColumnas img,
.noticiaPortadaDosColumnas img,
.noticiaPortadaIzda img,
.noticiaPortadaCentral img,
.noticiaPortadaDcha img,
.noticiaPortadaOpinion img,
.cntBloque ul.lista img{
    color: #666;
    margin: 5px 0 5px 1px;
    padding: 1px;
    border: 1px solid #CCC;
}
.fotoNoticia{
    border-collapse: collapse;
}
.cntPortadaBloqueGtresColumnas img,
.noticiaPortadaTresColumnas img,
.noticiaPortadaDosColumnas img,
.noticiaPortadaIzda img,
.noticiaPortadaCentral img,
.noticiaPortadaDcha img,
#cntOpinionPortada .jcarousel-list img,
.cntBloque ul.lista img{
    float: left;
    margin: 0 10px 6px 0;
    max-width: 98%;
}
.fotoNoticiaIzda{
    float: left;
    margin-right: 15px;
}
.fotoNoticiaDcha{
    float: right;
    margin-left: 15px;
}
.fotoNoticiaFull{
    text-align: center;
    float: none;
    width: 98%;
}
.fotoNoticiaFull img{
    width: 100%;
}
.fotoNoticia td{
    padding: 1px;
}
.cntBloque .cntImg img{
    margin: 0;
}
.fotoNoticia .txtFoto{
    color: #C0C0C0;
    font-size: 85%;
    line-height: 160%;
    padding: 6px 8px;
    margin-top: -3px;
    background: #4D4D4D;
    text-align: center;
}
table.fotoNoticia .txtFoto{
    font-size: 70%;
}
.noticiaPortadaTresColumnas a:hover img,
.noticiaPortadaDosColumnas a:hover img,
.noticiaPortadaIzda a:hover img,
.noticiaPortadaDcha a:hover img,
.noticiaPortadaCentral a:hover img,
.cntBloque a:hover img.imgVisible,
.cntBloque li.fotoTxtImgDcha a:hover img,
.cntBloque ul.lista li.foto a:hover img,
.cntImgEvento a:hover img,
.cntFicha a:hover img{
    opacity: 0.8;
}
.cntBloque a:hover img.imgVisible{
    border-width: 0 0 1px 0;
}


/* PIE
 ---------------------------------------------------------------------------- */
.contPie{
    font-size: 85%;
    color: #666;
    height: 80px;
}
.contPie div{
    float: left;
    width: 23%;
}
.contPie .logoPie{
    padding: 10px 0 0 21px;
    width: 17%;
}
.contPie .contacto, .contPie .copyRight{
    margin: 10px 40px 0 0;
}
.contPie .logoOjd,
.contPie .logoTitRSS{
    width: 10%;
}
.contPie .logoOjd{
    margin: 10px 50px 5px 10px;
}
.contPie .logoTitRSS{
    margin: 25px 0 0 0;
}


/* POPUP
----------------------------------------------------------------------------- */
#popBody{
    background: #FFF;
}
#popBody #cntPrincipal{
    width: auto;
    position: static;
    border: 0;
}
#cntPopCabecera{
    margin: 20px;
    border-bottom: 1px dotted #666;
}
#cntPopCabecera .cntBotones{
    float: right;
    padding: 10px;
}
.fndCabeceraPopup{
    text-align: right;
    width: 100%;
    padding: 0 20px 0 0;
}
.fndCabeceraPopup .logo{
    padding: 0 0 0 10px;
}
#popNoticiasImagenes, #cntPopContenido{
    background: #FFF;
    height: 100%;
    padding: 20px 0;
}
#cntCabeceraPopupImagenes{
    clear: both;
}
#cntImagenesNoticias{
    margin-top: 10px;
}
/* ventana modal */
#simplemodal-overlay  {
    background-color: #000;
}
#simplemodal-container  {
    border: 6px solid #444444;
    background-color: #333;
}
#simplemodal-container body{
    background: #FFF;
}
#simplemodal-container a.modalCloseImg {
  background: url(../img/modal-close.png) no-repeat;
  border-radius: 25px;
  width: 32px;
  height: 32px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 6px;
  right: 18px;
  cursor: pointer;
}
#simplemodal-container .txtFoto{
  color: #fff;
}



/* NOTICIAS - lista de noticias de una sección
 ---------------------------------------------------------------------------- */
#listadoNoticiasColumnaIzda{
    float: left;
    width: 49%;
}
#listadoNoticiasColumnaDcha{
    float: right;
    width: 49%;
}
#listadoNoticiasColumnaDcha.cntBloque{
    clear: none;
    width: 49%;
}
.seccionListaNoticia{
    margin: 0 0 18px 0;
}
.seccionListaNoticia h1{
    font-size: 150%;
    padding-bottom: 6px;
}
.noticiaLstColumnaDcha{
    margin: 0 0 10px 0;
}


/* MARQUESINA
----------------------------------------------------------------------------- */
#marquesina{
    width: 650px;
    height: 33px;
}
#ticker{
    width: 100%;
    height: 20px;
    float: right;
    margin-bottom: 5px;
}
#tickerContainer{
    color: #FFF;
    position: absolute;
    overflow: hidden;
    width: 634px;
    height: 18px;
    margin-bottom: 15px;
    padding-top: 2px;
    background: #369;
}
#tickerContainer a{
    font-weight: bold;
    color: #FFF;
}
.clsTickerEntry{
    color: #FFF;
    font-size: 12px;
}


/* COLUMNA BUSCADOR
----------------------------------------------------------------------------- */
.colDchaBuscador #cntMenuDcha{
    clear: both;
    margin: 0 0 15px 0;
}
.colDchaBuscador h2.titBloque{
    color: #666;
    font-weight: bold;
    margin: 10px 0;
    padding: 6px 0;
    border-bottom: 1px solid #DDD;
}
.colDchaBuscador .cntPalabrasClave{
    line-height: 160%;
    text-align: center;
    padding: 0 30px 10px 30px;
}
.colDchaBuscador .cntPalabrasClave a.sel,
.cntPalabrasClave a.sel:visited{
    color: #E20001;
}


/* LISTADO FOROS
 ---------------------------------------------------------------------------- */
#cntContenido ul.lstForos{
    margin: 0 10px;
}
#cntContenido ul.lstForos li{
    margin: 0 0 5px 0;
    padding: 0;
    background: none;
    list-style: none;
}


/* LISTADO DE PASOS
 ---------------------------------------------------------------------------- */
.lstPasos{
    clear: both;
    border-bottom: 1px solid #DDD;
    height: 64px;
    padding-left: 30px;
    margin-bottom: 30px;
}
.lstPasos li{
    float: left;
    font-size: 120%;
    padding: 13px 30px 8px 30px;
    border: 1px solid #DDD;
    margin: 0 3px -1px 0;
    background: #DDD;
    list-style: none;
    text-align: center;
}
.lstPasos li.sel{
    background: #FFF;
    border-bottom: 1px solid #FFF;
}
.lstPasos li h3{
    color: #666;
    font-size: 140%;
    margin-bottom: 10px;
}
.lstPasos li h3 span{
    border-radius: 30px;
    background: #FFF;
    padding: 3px 10px;
}


/* ICONOS
 ---------------------------------------------------------------------------- */
.ico{
    padding-left: 19px;
    margin-left: 3px;
    background-image: url("../img/iconos.png");
    background-repeat: no-repeat;
}
.icoComentario{
    background-position: 0 2px;
}
.icoGaleria{
    background-position: 0 -20px;
}
.icoSiguiente,
.icoAnterior{
    background-image: url('../img/iconos.png');
    background-repeat: no-repeat;
}
.icoAnterior{
    background-position: 0 -60px;
}
.icoSiguiente{
    background-position: 0 -77px;
}
.icoVideo{
    background-position: 0 -246px;
}
.icoEncuesta{
    background-position: 0 -266px;
}
.icoDocumento{
    background-position: 0 -286px;
}
.icoGrafico{
    background-position: 0 -307px;
}/*
.icoForo{
    background: url("../img/icoForo.gif") no-repeat;
}*/
.icoImprimir{
    background-position: 2px -398px;
}
.icoAudio{
    padding-left: 19px;
    margin-left: 2px;
    background: url("../img/icoAudio.gif") no-repeat 0 2px;
}
.icoRecomendar{
    background-position: 0px -473px;
}
.icoTxtAmenos,
.icoTxtAmas{
    width: 18px;
    height: 17px;
    vertical-align: top;
    background-image: none;
}
.txtAcciones .icoTxtAmenos:hover,
.txtAcciones .icoTxtAmas:hover{
    text-decoration: none;
}
.txtAcciones .icoTxtAmenos{
    font-size: 90%;
    padding-top: 4px;
}
.txtAcciones .icoTxtAmas{
    font-size: 120%;
}
.icon-comentarios:before,
.icon-imagen:before,
.icon-video:before,
.icon-encuesta:before {
  font-size: 1.6em;
  vertical-align: sub;
}


/* COOKIES
 ---------------------------------------------------------------------------- */
#msgCookies-wrapper{
    background: #666;
    z-index: 99999;
    position: relative;
    top: 0;
    width: 100%;
}
.msgCookies{
    color: #FFF;
    font-size: 90%;
    line-height: 170%;
    margin: 0 auto;
    padding: 15px 0;
    width: 970px;
}
#msgCookies-wrapper .msgCookies a{
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}
#msgCookies-wrapper .msgCookies a.boton,
#msgCookies-wrapper .msgCookies a.boton:visited,
#msgCookies-wrapper .msgCookies a.boton:link{
  float: right;
  margin: 8px 0 0 5px;
  text-decoration: none;
}
.politicaCookiesDetalle ul{
    margin: 0 0 10px 40px;
}
.politicaCookiesDetalle .tblEditor {
    border: 1px solid #CCC;
    border-collapse: collapse;
    font-size: 90%;
}
.politicaCookiesDetalle .tblEditor td{
    border: 1px solid #CCC;
    padding: 5px;
}


/* CABECERA Y MENÚ
 ---------------------------------------------------------------------------- */
#barraAdmin{
    background: #000;
    text-align: center;
    font-size: 11px;
    color: #fff;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}
#barraAdmin .infoUser{
    float: right;
    padding: 9px 20px;
}
#barraAdmin .cntBotones{
    float: left;
    margin: 4px 0 0 0;
    padding: 4px 10px;
}
#barraAdmin .cntBotones a{
    background: rgba(0,0,0,0.3);
    color: #fff;
    border: 1px solid #3399FF;
    padding: 5px 8px;
    margin: 0 6px 0 0;
}
#barraAdmin .cntBotones a:hover{
    color: #000;
    background: #CCCCCC;
    text-decoration: none;
    border: 1px outset #FFF;
}
body.esAdmin{
    padding-top: 32px;
}
body.header-scrolled.esAdmin #mainHeader{
    top: 35px;
}
#headerInfo{
  clear: both;
  padding: 4px 0 0 0;
}
#logoECG,
.cntCabeceraDcha{
  float: none;
  height: auto;
  padding: 0;
  width: auto;
}
#logoECG{
  line-height: 100%;
  padding: 0.6em 0 0 0;
  text-align: center;
}
#cntFrmBuscadores .logoGoogle,
#cntFrmBuscadores .logo{
  vertical-align: baseline;
}
#cntFrmBuscadores .logoGoogle{
  margin-bottom: -2px;
}
#headerInfo #txtFechaActualizacionPortada,
#accesosCabecera {
  white-space: nowrap;
}
#headerInfo #txtFechaActualizacionPortada {
  display: inline-block;
  margin: 0.5em 0.5em 0.5em 1em;
  width: auto;
}
#headerInfo #txtFechaActualizacionPortada .fechaEdicion,
#headerInfo #cabecera_social li a {
  color: #BFE0EC;
}
#headerInfo #txtFechaActualizacionPortada .fechaEdicion {
  margin-right: 10px;
}
#headerInfo #cabecera_social {
  display: inline-block;
  margin-top: 0.2em;
}
#headerInfo #cabecera_social li {
  list-style: none;
  float: left;
  font-size: 1.8em;
}
#msgCookies-wrapper #aceptaCookies.boton,
#accesosCabecera a:hover,
#headerInfo #cabecera_social li a:hover,
#headerInfo #txtFechaActualizacionPortada span{
  color: #fff;
}
#msgCookies-wrapper #aceptaCookies.boton{
  border-color: #fff;
  margin: 0 0 0 0.75em;
}
#accesosCabecera {
  float: right;
  margin-top: 0.3em;
  margin-right: 6px;
}
#accesosCabecera li {
  list-style: none;
  margin-right: 10px;
  display: inline-block;
}
#accesosCabecera a {
  text-transform: uppercase;
  color: #4F9CCD;
  text-decoration: none;
}
#accesosCabecera a:before {font-size: 1.4em;}
#cntFrmBuscadores {
  clear: both;
  display: none;
  padding: 1.5em 1em 1em 1em;
  width: 490px;
  z-index: 1;
  position: relative;
  background: #0069AA;
}
#cntFrmBuscadores .caja {
  width: 150px;
  padding: 5px;
  margin: 0 10px;
}
.menu,
#menuPie {height: auto;}
#menuPie {
  background: none;
  border: 0;
  width: auto;
}
#bodyEcg #lstMenuPrincipal,
#bodyEcg #menuPie {
  font-size: 120%;
  text-align: center;
}
.menu li, #menuPie li {
  float: none;
  display: inline;
}
.menu li a, #menuPie li a {display: inline-block;}
#btnMenuDesplegable {
  border: 0;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  vertical-align: text-top;
}
#lstMenuPrincipalSecciones .secciones {
  float: right;
  list-style: none;
  padding: 0.3em 0.5em 0.5em 0.5em;
}
#menuDesplegable{
  display: none;
  background: none;
  left: 0;
  margin-top: 0.9em;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  width: 100%;
  z-index: 10;
}
#btnMenuDesplegable {
  color: #fff;
  margin-top: -4.5em;
}
#btnMenuDesplegable .icon-menu {
  font-size: 2.2em;
}
#menuDesplegable #cntMapaWeb {
  background: rgba(0, 82, 134, 0.95);
  width: 80%;
  float: right;
}
#menuDesplegable #cntMapaWeb ul {
  border-bottom: 1px solid #4f889c;
  overflow: hidden;
  padding: 0.4em;
}
#menuDesplegable #cntMapaWeb ul li {
  float: left;
  font-size: 1em;
  list-style: none;
  padding: 0.2em 0.5em;
}
#menuDesplegable #cntMapaWeb ul li a {
  color: #fff;
}
#menuDesplegable #cntMapaWeb ul li.title {
  font-size: 1.2em;
  margin: -0.2em 0.2em -0.2em -0.2em;
  padding: 0.5em;
  width: 15%;
}


/* CSS con scroll
 ---------------------------------------------------------------------------- */
body.header-scrolled #mainHeader,
#bodyEcgGaleriasDetalle #mainHeader{
  background: rgba(0, 105, 170, 0.9);
  position: fixed;
  padding-bottom: 0;
  z-index: 1000;
}
#bodyEcgGaleriasDetalle.web-2 #mainHeader,
#bodyEcgGaleriasDetalle.web-4 #mainHeader {
    background: #fff;
}
body.header-scrolled #mainHeader{
  overflow: visible;
  top: 0;
}
.header-scrolled #headerInfo{
  margin: 0 0.5em;
  background: none;
  overflow: hidden;
}
.header-scrolled nav,
.header-scrolled #cntLogosECG,
.header-scrolled #headerInfo #cabecera_social,
.header-scrolled #accesosCabecera li a .txt{
  display: none;
}
.header-scrolled #cntLogosECG{
  margin-top: -0.3em;
}
.header-scrolled #accesosCabecera{
  margin-top: 0.85em;
  margin-right: 10%;
}
.header-scrolled #accesosCabecera li a:before{
  color: #fff;
}
.header-scrolled #cntFrmBuscadores{
  background: #0069AA;
  position: absolute;
  right: 0;
  top: 50px;
}
.header-scrolled #cntFrmBuscadores input[type=submit]{
  color: #fff;
}
.header-scrolled #headerInfo #txtFechaActualizacionPortada{
  min-width: 0;
  max-width: 0;
  margin-top: 0.9em;
}
.header-scrolled #logoECG,
.header-scrolled #lstMenuPrincipalSecciones{
  margin-top: -1.7em;
}
.header-scrolled #logoECG{
  padding: 0;
}
.header-scrolled #logoElCorreoGallego{
  display: inline-block;
}
.header-scrolled #logoECG img{
  margin-top: 0.1em;
  width: 45%;
}
.header-scrolled #logoRadioObradoiro img{
  width: 6%;
}
.header-scrolled #btnMenuDesplegable{
  margin-top: -1.3em;
  margin-bottom: 0.3em;
}
.header-scrolled #btnMenuDesplegable .icon-menu{
  font-size: 1.9em;
}
.header-scrolled #menuDesplegable{
  margin-top: 0.5em;
  display: none;
}
.imgGaleriaZoom .icoZoom,
#noticiaDetalle .fotoNoticiaFull .icoZoom{
  background: url(../../img/ico_full_image.png) no-repeat center rgba(0, 105, 170, 0.6);
  display: block;
  position: absolute;
  opacity: 0;
}