
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fuentes/BebasNeue-webfont.eot');
    src: url('fuentes/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/BebasNeue-webfont.woff') format('woff'),
         url('fuentes/BebasNeue-webfont.ttf') format('truetype'),
         url('fuentes/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'OswaldLight';
    src: url('fuentes/Oswald-Light-webfont.eot');
    src: url('fuentes/Oswald-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/Oswald-Light-webfont.woff') format('woff'),
         url('fuentes/Oswald-Light-webfont.ttf') format('truetype'),
         url('fuentes/Oswald-Light-webfont.svg#OswaldLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OswaldBook';
    src: url('fuentes/Oswald-Regular-webfont.eot');
    src: url('fuentes/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/Oswald-Regular-webfont.woff') format('woff'),
         url('fuentes/Oswald-Regular-webfont.ttf') format('truetype'),
         url('fuentes/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OswaldBold';
    src: url('fuentes/Oswald-Bold-webfont.eot');
    src: url('fuentes/Oswald-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/Oswald-Bold-webfont.woff') format('woff'),
         url('fuentes/Oswald-Bold-webfont.ttf') format('truetype'),
         url('fuentes/Oswald-Bold-webfont.svg#OswaldBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OswaldStencilRegular';
    src: url('fuentes/Oswald-Stencil-webfont.eot');
    src: url('fuentes/Oswald-Stencil-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/Oswald-Stencil-webfont.woff') format('woff'),
         url('fuentes/Oswald-Stencil-webfont.ttf') format('truetype'),
         url('fuentes/Oswald-Stencil-webfont.svg#OswaldStencilRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

body{
    margin: 0;
    font-family: Arial;
    font-size: 12px;
    color: #1f1f1f;
    background-color: #FFFFFF;
    background-image: url("../images/fondo_pagina.png");
    background-position: left 93px;
    background-repeat: repeat-x;
}



a img{
    border : none;
}

a{
    color:#006f4b;
}

p {
    margin : 0;
    line-height: 16px;
}
.limpar {
    clear: both;
}

ul {
    list-style-image: url('../images/bullet.png');
}

/* ------------------------------------------- */
/* titulos */
/* ------------------------------------------- */
h1, h2, h3, h4, h5{
    margin : 0;
    font-weight: normal;
}

/* ------------------------------------------- */
/* general */
/* ------------------------------------------- */
    
#pagina{
    margin: 0 auto;
    overflow: hidden;
    width: 958px;
    position: relative;
}


/* ------------------------------------------- */
/* cabecera */
/* ------------------------------------------- */
#cabecera{
    width : 100%;
    height : 108px; /*133px;*/
    position: relative;
    margin: 0 auto;
    background-color: #0b825b;
    background-image: url('../images/fondo_cabecera.jpg');
    background-position: left top;
    background-repeat: repeat-x;
}

#cabecera.cernatv-header {
    background-color: #E7EBED;
    background-image: none;
}

#cabecera .cab{
    width: 958px;
    margin: 0 auto;
    height: 133px;    
    position: relative;
}

#cabecera h1{
    display: inline-block;
    height: 85px;
    margin: 10px 0 0;
    width: 512px;
}

#cabecera h1 a{
    /*background: url("../images/logo_cabecera.png") no-repeat scroll left top transparent;*/
    display: inline-block;
    height: 85px;
    /*text-indent: -9999px;*/
    width: 512px;
}

#accesos{
   /* float: right;
    width: 340px;
    margin: 10px 0 0;*/
    position: absolute;
    right: 0px;
    top: 10px;
    width: 370px;
    height: 95px;
}

#accesos ul{
    float: left;
    width: 290px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#accesos ul li{
    list-style: none;
    display: inline;
}
 
#accesos ul li a{  
    color: #FFFFFF;
    display: inline-block;
    font-family: 'OswaldBook';
    font-size: 13px;
    padding: 3px 0 3px 30px;
    text-decoration: none;
    width: 110px;
}

.cernatv-header #accesos ul li a{
    color: #38383b;
}

#accesos ul li a.radio{  
    background-image: url('../images/ico_radio_cerna.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#accesos ul li a.revista{  
    background-image: url('../images/ico_revista_cerna.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#accesos ul li a.cadernos{  
    background-image: url('../images/ico_cadernos.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#accesos ul li a.publicacions{  
    background-image: url('../images/ico_outras_publicacions.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#accesos ul li a.cernatv{
    background-image: url('../images/ico-video-cerna.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#accesos ul li a:hover{
    text-decoration: none;
}     

#accesos a.facebook{
    background: url("../images/facebook.png") no-repeat scroll left top transparent;
    display: inline-block;
    float: left;
    height: 24px;
    margin: 0 0px 0 0;
    text-indent: -9999px;
    width: 24px;     
}

#accesos a.twitter{
    background: url("../images/twitter.png") no-repeat scroll left top transparent;
    display: inline-block;
    float: left;
    height: 24px;
    margin: 0 0px 0 0;
    text-indent: -9999px;
    width: 24px;     
}

#accesos a.instagram {
    background: url(../images/instagram.png) no-repeat scroll left top transparent;
    display: inline-block;
    float: left;
    height: 24px;
    margin: 0 0px 0 0;
    text-indent: -9999px;
    width: 24px;
}

#accesos form{
    bottom: 0;
    clear: both;
    float: right;
    margin: 10px 10px 0 0;
    position: absolute;
    right: 0;
} 

#accesos form fieldset{
    border: none;
    margin: 0px;
    padding: 0px;    
}    

#accesos form legend,
#accesos form label{
    display: none;
}

#accesos form input[type=text]{
    border: 1px solid #076a4a;
    font-family: 'ArialItalic';
    font-size: 10px;
    color: #000;
    width: 80px;
    letter-spacing: 1px;
}
       
#accesos form input[type=submit]{
    background-color: transparent;
    background-image: url("../images/ico_lupa.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    margin: 0 5px 0 0;
    text-indent: -9999px;   
}   

#accesos form a{
    background-image: url('../images/boton_buscar.png');
    background-position: left top;
    background-repeat: no-repeat;
    color: #333333;
    display: inline-block;
    font-size: 10px;
    height: 16px;
    padding: 2px 0 0 10px;
    text-decoration: none;
    width: 69px;
}        

/* ------------------------------------------- */
/* pie */
/* ------------------------------------------- */
#pie .linea{
    background-image: url("../images/linea_2.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 none;
    height: 5px;
    margin: 0 0 10px;
    padding: 0;
    width: 958px;
    border: none;    
}    


#proxectos{
    margin: 5px 0;
}

#proxectos h2{
    background-image: url("../images/ico_novas.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    color: #007C54;
    font-family: 'OswaldBook';
    font-size: 24px;
    padding: 0 0 0 35px;
}


#proxectos ul{
    width: 100%;
    background-image: url('../images/fondo_proxectos.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 42px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#proxectos ul li{
    float: left;
    list-style-image: none;
}

#proxectos ul li,
#proxectos ul li a{
    display: inline-block;
    width: 237px;
    font-family: 'OswaldBook';
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

#proxectos ul li a{
    display: block;
    padding: 7px 0 0 50px;
    width: 188px;
    height: 35px;
}    

#pie_banners{
    float: left;
    width: 475px;
    position: relative;    
    clear:both;
    overflow: hidden;
    *margin-bottom: 20px;
}

#contenido #pie_banners .linea{
    background-image: url("../images/linea_1.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 none;
    height: 5px;
    margin: 0 0 10px;
    padding: 0;
    width: 475px;
    border: none;
    position: relative;
    top:0;
}    

#pie_banners h2{
    background-image: url("../images/ico_novas.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    color: #007C54;
    font-family: 'OswaldBook';
    font-size: 24px;
    padding: 0 0 0 35px;
}

#pie_banners ul{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 15px 0;
}

#pie_banners li{       
    list-style: none;
    display: inline-block;
    *display: inline;
    height: 115px;
    width: 233px;    
    margin: 3px 2px 0 0;
}

#pie_banners li.ultima{    
    margin: 0;
}


#pie_banners li img{    
    height: 115px;
    width: 233px;    
}

#pie{
    width : 100%;
    margin-bottom: 60px;
}

#pie_contacto{
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    color: #555;
    height: 55px;
    margin: 20px 0 0;
    background-color: #e0e4dd;
}

#pie_contacto p{
    background-image: url("../images/logo_pie.png");
    background-position: left 15px;
    background-repeat: no-repeat;
    color: #000000;
    font-family: 'BebasNeueRegular';
    margin: 0px 0 0 12px;
    overflow: hidden;
    padding: 3px 0 0 26px;
    float: left;
    width: 500px;
}

#pie_contacto p a{
    text-decoration: none;
    color:#000;
}    

#pie_contacto p a:hover{
    text-decoration: underline;
} 

#pie_contacto ul {
    float: right;
    width: 350px;
    display: inline;
    list-style: none;
    margin: 16px 10px 0 12px;
    padding: 3px 0 0 26px;
    text-align: right;
}

#pie_contacto ul li{
    display: inline;
}

#pie_contacto ul li a{
    color: #000000;
    font-family: 'BebasNeueRegular';
    text-decoration: none;    
    padding: 0 5px;
}

#pie_contacto ul li a:hover{
    text-decoration: underline;    
}
/* ------------------------------------------- */
/* portada */
/* ------------------------------------------- */
.mas {
    float: right;
    width: 100%;
    font-size: 14px;
    text-align: right;
    text-decoration:none;
    font-family: 'OswaldBook';
    color: #037e56;
}

.mas:hover {
    text-decoration: underline;
}    


#portada_novas{
    float: left;
    width: 475px;
    position: relative;
}

#portada_novas.columna{
    width: 958px;
}

#portada_video .mas,
#portada_novas .mas {
    position: absolute;
    top: 14px;
    right: 0px;
}
    

#portada_novas h2{
    background-image: url("../images/ico_novas.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    color: #007C54;
    font-family: 'OswaldBook';
    font-size: 24px;
    padding: 0 0 0 35px;
}

#contenido #portada_novas .linea{
    background-image: url("../images/linea_1.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 none;
    height: 5px;
    margin: 0 0 10px;
    padding: 0;
    width: 475px;
    border: none;
    position: relative;
    top:0;
}    

#contenido #portada_novas.columna .linea{
    background-image: url("../images/linea_2.png");
    width: 958px;
    border: none;
}    

#portada_novas .nova{
    clear: both;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 0 15px 0 0;
    width: 460px;
}

#portada_novas.columna .nova{
    clear: none;
    float: left;
    margin: 0 8px 10px 0;
}    

#portada_novas.columna .nova.ultima{
    margin: 0 0 10px 0;
}   

#portada_novas .nova p{
    margin: 0 0 15px 15px;
}


#portada_novas .nova.verde{
    background-image: url('../images/fondo_verde.png');
    background-position: left top;
    background-repeat: repeat;
}


#portada_novas .nova .img{
    float: left;
    width: 208px;
    height: 136px;
    margin: 0 15px 0 0;
}

#portada_novas .nova h3 a{
    text-decoration: none;
    /*font-family: 'BebasNeueRegular';*/
    font-family: 'OswaldBook';
    font-size: 18px;
    color: #1f1f1f;    
}

#portada_novas .nova h3 a:hover{
    text-decoration: underline; 
}

#portada_novas .nova .data{
    font-family: 'BebasNeueRegular';
    font-size: 12px;
    color: #007c54;
    margin: 15px 0 0 0;
}

#portada_novas #portada_programas.nova ,
#portada_video #portada_programas.nova {
    position: relative;
    padding: 0;
    width: 475px;
}

#contenido #portada_novas #portada_programas h2,
#contenido #portada_video #portada_programas h2{
    /*background-image: url("../radiocerna/images/ico_programas.png");*/
   background-image: none;
    background-position: left -3px;
    background-repeat: no-repeat;
    color: #F8B333;
    font-family: 'OswaldBook';
    font-size: 24px;
    padding: 0 0 0 0px;
}

#contenido #portada_novas #portada_programas .linea,
#contenido #portada_video #portada_programas .linea{
    background-image: url("../radiocerna/images/linea_1.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 none;
    height: 5px;
    margin: 0 0 10px;
    padding: 0;
    width: 475px;
    border: none;
    position: relative;
    top:0;
}    

#contenido #portada_novas #portada_programas .programa,
#contenido #portada_video #portada_programas .programa {
    background-image: url("../radiocerna/images/fondo_laranxa.png");
    background-position: left bottom;
    background-repeat: repeat;
    overflow: hidden;
    padding: 5px 10px;    
}

#contenido  #portada_programas .mas{
    color: #F8B333;
}

#contenido #portada_programas iframe{
    width: 100%;
    border: none;
    height: 110px;
}


.banner_columna img{
    margin: 10px 0;
}

#portada_video{
    float: right;
    width: 475px;
    position: relative;
}
    
#portada_video h2{
    background-image: url("../images/ico_video.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    color: #007C54;
    font-family: 'OswaldBook';
    font-size: 24px;
    padding: 0 0 0 35px;
}
#portada_video.cerna-tv h2 {
    background-image:none;
    padding: 0;
}

#contenido #portada_video .linea{
    background-image: url("../images/linea_1.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 none;
    height: 5px;
    margin: 0 0 10px;
    padding: 0;
    width: 475px;
    border: none;
    position: relative;
    top:0;    
}    

#portada_video .video {
    margin: 0px 0px 10px 0px;
}

#portada_video .video .videoSobre{
    margin: 0px;
}

#portada_video .banner{
    width: 475px;
    height: 137px;
}


#portada_redes{
    float: right;
    width: 475px;
    position: relative;
}
/* ------------------------------------------- */
/* Contenido principal, entre cabecera y pie */
/* ------------------------------------------- */

#contenedor {    
    clear: both;    
    overflow: hidden;
    margin: 0;
    position:relative;
    z-index: 0;
    width: 958px;
}

#contenido {    
    clear: both;    
    overflow: hidden;
    position:relative;
    z-index: 0;
    padding: 0;
    width: 958px;    
}

#contenido .linea{
    background-image: url("../images/linea_2.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: none;
    clear: both;
    height: 5px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 958px;
}


/* ------------------------------------------- */
/* columna central interior  */
/* ------------------------------------------- */

#info{
    margin: 20px 0 40px;
    position: relative;
    padding: 0 10px;
    overflow: hidden;
    
}

#top_contenido {
    clear: both;
    margin: 0;
    overflow: hidden;
}

#migapan {
    color: #006141;
    font-size: 12px;
    float:left;
    width: 700px;
    margin: 0 0 5px 0px;
}

#migapan a{
    text-decoration:none;
}

#migapan a:hover{
    text-decoration:underline;
}

#info #redessociais{
    float: right;
    width: 50px;
}

#info #redessociais ul{
    list-style : none;
    margin : 0px;
    padding : 0px;     
}

#info #redessociais ul li{
    float : left;
    overflow : hidden;
    margin: 0px;
    list-style: none;
    background: none;
    padding: 0px;
}

#info #redessociais ul li a.enviar{
    background: url("../images/ico_email.png") no-repeat scroll left top transparent;
    display: block;
    height: 17px;
    text-indent: -9999px;
    width: 17px;  
    margin-right: 5px;
}    

#info #redessociais ul li a.imprimir{
    background: url("../images/ico_imprimir.png") no-repeat scroll left top transparent;
    display: block;
    height: 16px;
    text-indent: -9999px;
    width: 15px;
    margin-right: 5px;
}  

#info #redessociais ul li a.facebook{
    background: url("../images/ico_facebook.png") no-repeat scroll left top transparent;
    display: block;
    height: 17px;
    text-indent: -9999px;
    width: 17px; 
    margin-right: 5px;
} 

#info #redessociais ul li a.twitter{
    background: url("../images/ico_twitter.png") no-repeat scroll left top transparent;
    display: block;
    height: 17px;
    text-indent: -9999px;
    width: 17px;    
    margin-right: 5px;   
}   


#info #redessociais ul li a.chuza{
    background: url("../images/chuza.gif") no-repeat scroll left top transparent;
    display: block;
    height: 17px;
    text-indent: -9999px;
    width: 17px; 
    margin-right: 5px;
    margin-left: 5px;
} 

#info #redessociais ul li a.cabozo{
    background: url("../images/cabozo.png") no-repeat scroll left top transparent;
    display: block;
    height: 17px;
    text-indent: -9999px;
    width: 17px; 
    margin-right: 0px;
} 

/* ------------------------------------------- */
/* texto contenido  */
/* ------------------------------------------- */

#info h2{
    color: #007c54;
    font-size: 24px;
    font-family: 'OswaldBook';
    margin: 15px 0;
}

#info h2.titulo{
    font-size: 23px;
}

#info p{
    text-align: justify;
    margin: 0 0 10px 0;
}

#info p.intro{
  font-size: 14px; 
  margin: 10px 0; 
}

#info .listado h3{
    font-size: 18px;
    font-family: 'OswaldBook';
    margin: 10px 0;
}

#info .listado h3 a{
    text-decoration: none;
}    

#info .listado h3 a:hover{
    text-decoration: underline;
}    
    

#info h3{
    font-size: 18px;
    font-family: 'OswaldBook';
    line-height: 24px;
    margin: 30px 0 20px 0;
    
}

#info h3.subtit,
#info h3.antetit{
    font-size: 16px;
    font-family: 'OswaldBook';
    margin: 0px;
}

#info h3.subtit a,
#info h3.antetit a{
    text-transform: none;
}



#info h4.subtit,
#info h4.antetit{
    margin-bottom: 5px;
    font-weight: bolder;
}

#info .data{
     color: #007C54;
    font-family: 'BebasNeueRegular';
    font-size: 12px;
    margin: 15px 0 0;
}    

#info .dpto{
    color: #000;
    font-family: 'OswaldBook';
    font-size: 12px;
    margin: 15px 0 0;
    text-decoration: none;
} 

#info .dpto:hover{
    text-decoration: underline;
}

#info iframe{
    max-width: 938px;
}

#info img.fotoSobre {
    max-width: 938px;
    margin-bottom: 20px;
} 
                                       

#info img.fotoLeft {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    max-width: 450px;
    margin-bottom: 20px;
}

#info img.fotoRight {
    float: right;
    margin-left: 20px;
    overflow: hidden;
    max-width: 450px;
    margin-bottom: 20px;
}

#info a.audioSobre {
    overflow: hidden;
}

#info a.audioRight {
    float: right;
    overflow: hidden;
}

#info a.audioLeft {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

#info a.audioRight, #info a.audioLeft, #info a.audioSobre {
    text-decoration: none;
    font-size: 14px;
    font-weight: bolder;
}

#info p.txtDestacadoSobre, p.txtDestacadoRight, p.txtDestacadoLeft {
    /*border: 1px solid #006f4b;*/
    color: #006f4b;
    padding: 15px 20px !important;
    font-size: 18px;
}

#info p.txtDestacadoSobre {
    margin: 15px 0 !important;
}

#info p.txtDestacadoRight {
    float: right;
    margin: 0 0 10px 10px !important;
    overflow: hidden;
    width: 250px;
}

#info p.txtDestacadoLeft {
    float: left;
    margin: 0 15px 10px 0 !important;
    overflow: hidden;
    width: 250px;
}

/* listas contenido */
#info h3.titListado{
    color: #007C54;
    margin: 20px 0 10px 0;
}

#info ul.listEnlaces, 
#info ul.listDescargas, 
#info ul.listVideos, 
#info ul.listAudios, 
#info ul.listNotiRela{
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 0 1px !important;
}

#info .listEnlaces li, 
#info .listDescargas li, 
#info .listVideos li, 
#info .listAudios li, 
#info .listNotiRela li{
    margin-bottom: 5px;
    margin-left: 0;
    background-image: none;
}

#info .listEnlaces a, 
#info .listDescargas a, 
#info .listVideos a, 
#info .listAudios a, 
#info .listNotiRela a{
    text-decoration: none;
    color: #1f1f1f;
}

#info .listEnlaces a:hover, 
#info .listDescargas a:hover, 
#info .listVideos a:hover, 
#info .listAudios a:hover, 
#info .listNotiRela a:hover{
    text-decoration: underline;
}

#info ul li a span.bullet{
    background-image:url(../images/listados_bullets.png);
    background-repeat:no-repeat;
    display:block;
    left:0px;
    top:0px;
    width:18px;
    height:18px;
    position:absolute;
    z-index:1;
}

/**/
#info ul.listEnlaces{
    margin:0px !important;
    padding:0px 0px 1px 0px !important;
    list-style:none;
    overflow:hidden;
}
#info ul.listEnlaces li{
    padding-bottom:2px;
}
#info ul.listEnlaces li a{
    position:relative;
    padding: 2px 2px 0px 22px !important;
}
#info ul.listEnlaces li a span.bullet{
    background-position:left top;
}
/**/
#info ul.listDescargas{
    margin:0px !important;
    padding:0px 0px 1px 0px !important;
    list-style:none;
    overflow:hidden;
}
#info ul.listDescargas li{
    padding-bottom:2px;
}
#info ul.listDescargas li a{
    position:relative;
    padding: 2px 2px 0px 22px !important;
}
#info ul.listDescargas li a span.bullet{
    background-position:-18px top;
}
/**/
#info ul.listVideos{
    margin:0px !important;
    padding:0px 0px 1px 0px !important;
    list-style:none;
    overflow:hidden;
}
#info ul.listVideos li{
    padding-bottom:2px;
}
#info ul.listVideos li a{
    position:relative;
    padding: 2px 2px 0px 22px !important;
}
#info ul.listVideos li a span.bullet{
    background-position:-36px top;
}
/**/
#info ul.listAudios{
    margin:0px !important;
    padding:0px 0px 1px 0px !important;
    list-style:none;
    overflow:hidden;
}
#info ul.listAudios li{
    padding-bottom:2px;
}

#info ul.listAudios li object {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
}

#info ul.listAudios li a {
    border: 0 none;
    clear: both;
    float: left;
    margin: 0 !important;
    padding: 5px 2px 0 !important;
    position: relative;
}

/**/
#info ul.listNotiRela{
    margin:0px !important;
    padding:0px 0px 1px 0px !important;
    list-style:none;
    overflow:hidden;
}
#info ul.listNotiRela li{
    padding-bottom:2px;
}
#info ul.listNotiRela li a{
    position:relative;
    padding: 2px 2px 0px 22px !important;
}
#info ul.listNotiRela li a span.bullet{
    background-position: -54px top;
}



/* listados contenido */
.listado{
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.listado img{
    float: left;
    margin: 0px 10px 0px 0px;
}

.listado.directorio .img{
    float: right;
    margin: 10px 10px 0px 0px;
}


#info .listado.directorio h3{
    margin: 0 0 10px 0;
}

.listado .mas{
    width: auto;
    font-size: 12px;
}

.listado .mas a{
   background: url("../images/boton_mas.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 22px;
    padding: 3px 0 0;
    text-align: center;
    text-decoration: none;
    width: 82px;
}


/* pagina galeria */
#info .listado.itemGaleria{
    clear: none;
    float: left;
    margin-right: 20px;
    width: 298px;
}

#info .listado.itemGaleria img{
    margin: 0px 0px 10px 0px;
}

#info .listado.itemGaleria.ultima{
    margin-right: 0px;
}

#info .separador{
    clear: both;
    margin-top: 20px;
}

/* pagina video */
#info .listado.itemVideo{
    clear: none;
    float: left;
    margin-right: 50px;
    width: 440px;
}


#info .listado.itemVideo.ultima{
    margin-right: 0px;
}


/* ficha directorio */


.listado_mapa {
    border: 1px solid #007C54;
    height: 350px;
    width: 935px;
    padding: 5px;
    margin: 20px 0;
    overflow: hidden;
}  
.mapa {
    border: 1px solid #007C54;
    height: 350px;
    width: 935px;
    display:none;
    padding: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}  


.plus_mapa{
    background-color: #007C54;
    display: inline-block;
    height: 20px;
    padding: 6px 6px 0;
    text-decoration: none;
    color: #fff;
    cursor: pointer;   
}

/* pagina directorio */
#info .listado.directorio{
    clear: none;
    float: left;
    margin-right: 20px;
   /* width: 276px;
    border: 1px solid #007C54;*/
    padding: 10px;
    width: 278px;
    min-height: 200px;
}

#info .listado.verde{
    background-image: url("../images/fondo_verde.png");
    background-position: left top;
    background-repeat: repeat;    
}

#info .listado.directorio.ultima{
    margin-right: 0px;
}

#info .datos_contacto ul{
   margin: 0px;
   padding: 0px;
   list-style-image:none;
   list-style: none;  
}

#info .listado.ficha_directorio{
    padding: 10px;
    width: 450px;
    float: left;
    overflow:hidden;
    min-height: 195px;
}

#info .ficha_mapa {
    border: 1px solid #007C54;
    height: 200px;
    overflow: hidden;
    padding: 5px;
    width: 450px;
    float: right;
}


/*enquisas*/

.bloque_estatistica {
    overflow: hidden;
    clear:both;
    margin-bottom: 20px;
}
.bloque_estatistica.activa {
    padding-bottom: 40px;
}
    
.bloque_estatistica .entrada {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
.bloque_estatistica .estatistica {
    clear: both;
    height: 23px;
    position: relative;
}
.estatistica .lenda {
    float: left;
    font-weight: bold;
    margin-right: 10px;
    padding: 2px 0 0;
    width: 500px;
}
.estatistica .barra {
    /*background-color: #E5E5E5;*/
    background-image: url("../images/fondo_verde.png");
    background-position: left top;
    background-repeat: repeat;         
    float: left;
    width: 300px;
    margin: 0 0 10px;
    height: 22px;
}
.estatistica .barra span {
    background-color: #007C54;
    height: 22px;
    position: absolute;    
}
.estatistica .barra img {
}
.estatistica .resumo {
    padding-left: 10px;
    position: absolute;
    right: 0;
    top:0;
    font-weight: normal;
}

/* mapa web*/

#mapaweb{
    list-style-image: none;
    font-family: 'OswaldBook';
    font-size: 18px;
    list-style: none;
}

#mapaweb li ul{  
    font-size: 16px;
    list-style-image: none;
    list-style: none;
}

#mapaweb li ul li ul{  
    font-size: 14px;
    list-style-image: url("../images/bullet.png");
}

#mapaweb a{
    text-decoration: none;
}    

#mapaweb a:hover{
    text-decoration: underline;
}   

/* buscador */
.resultados{
    overflow: hidden;
    clear:both;
    padding: 10px 20px;
}

#info .resultados h3 {
    margin: 10px 0 20px;
}

#info .resultados .listado.itemVideo{
    width: 420px;
}

.resultados.verde{
    background-image: url("../images/fondo_verde.png");
    background-position: left top;
    background-repeat: repeat;
}