
@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 top;
    background-repeat: repeat-x;
}



a img{
    border : none;
}

a{
    color:#f8b333;
}

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;
}

.arial{
    font-family: Arial;
}
/* ------------------------------------------- */
/* cabecera */
/* ------------------------------------------- */
#cabecera{
    width : 100%;
    height : 105px;
    position: relative;
    margin: 0 auto;
}

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

#cabecera h1{
    display: inline-block;
    height: 108px;
    margin:  0;
    width: 446px;
}

#cabecera h1 a{
    display: inline-block;
    height: 108px;
    /*text-indent: -9999px;*/
    width: 380px;
}

#cabecera .adega_logo{
    height: 38px;
    position: absolute;
    right: 365px;
    top: 34px;
    width: 34px;
}    


#accesos{
    position: absolute;
    right: 0px;
    top: 20px;
    width: 340px;   
    height: 80px;
}

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


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

#accesos ul li a.adega{  
    background-image: url('../images/ico_web_adega.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;
}

#menu_principal form{
    top: 2px;
    clear: both;
    float: right;
    margin: 0 10px 0 0;
    position: absolute;
    right: 0;
} 

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

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

#menu_principal form input[type=text]{
    border: 1px solid #076a4a;
    font-family: 'ArialItalic';
    font-size: 10px;
    color: #000;
    width: 80px;
}
       
#menu_principal 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;   
}   

#menu_principal 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;    
}    



#pie_banners{
    clear:both;
    overflow: hidden;
    *margin-bottom: 20px;
}

#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: 235px;    
    margin: 3px 2px 0 0;
}

#pie_banners li.ultima{    
    margin: 0;
}


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

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

#pie_contacto{
   color: #FFFFFF;
    font-family: 'OswaldBook';
    font-size: 14px;
    height: 105px;
    margin: 20px 0 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    background: url('../images/fondo_pe.png') repeat-y left top transparent;
}


#pie_contacto p {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 3px 0 0;
    width: 500px;
}

#pie_contacto ul {
    list-style: none outside none;
    margin: 10px 10px 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#pie_contacto ul li{
    display: inline;
    border-right: 2px solid #fff; 
     padding: 0 10px 0 5px;
     margin: 0 5px;
}

#pie_contacto ul li:last-child{
    border-right: none;
}    
    
#pie_contacto ul li a{
    color: #fff;
    font-family: 'OswaldBook';
    font-size: 14px;
    text-decoration: none;      
}

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

#pie .contacto {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0 10px;
    width: 100%;
}
#pie .contacto span {
    font-size: 16px;
}

#pie .contacto a {
    color: #FFFFFF;
    text-decoration: none;
}

#pie .contacto a:hover {
    text-decoration: underline;
}

/* ------------------------------------------- */
/* portada */
/* ------------------------------------------- */

.podcast a{
    background-image: url("../images/podcast.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #1F1F1F;
    display: block;
    font-family: 'Arial';
    font-size: 12px;
    padding: 6px 0 2px 30px;
    text-decoration: none;
}

.podcast a:hover {
    text-decoration:underline;
}


.mas {
    float: right;
    width: 100%;
    font-size: 14px;
    text-align: right;
    text-decoration:none;
    font-family: 'OswaldBook';
    color: #000;
}

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

#portada_programas{
    width: 401px;
    float: left;
    overflow: hidden;
    margin: 0 0px 20px 0;
    position: relative;
}

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



#portada_programas h2{
    background-image: url("../images/ico_programas.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #f8b333;
    font-family: 'OswaldBook';
    font-size: 20px;
    padding: 10px 0 0 38px;
    
}    

#portada_programas .portada_programas{
    background-image: url("../images/fondo_gris.png");
    background-position: left bottom;
    background-repeat: repeat-x;    
    overflow: hidden;
}

#portada_programas .programa,
#portada_escoitados .programa,
#info .listado.programa.buscador{
    padding: 20px 12px;
    overflow: hidden;
    position: relative;
    
}    

#info .listado.programa.buscador .datos2{
    float: right;
    width: 100px;
}

#portada_programas .programa span,
#portada_escoitados .programa span,
#info .listado.programa.buscador span{
    color: #bb8116;
    font-family: 'OswaldBook';
    font-size: 12px;  
}   

#portada_programas .programa .data,
#portada_escoitados .programa .data,
#info .listado.programa.buscador .data{
    color: #000;
    font-family: 'OswaldBook';
    font-size: 12px;  
}     

#portada_programas .programa h3 a,
#portada_escoitados .programa h3 a,
#info .listado.programa.buscador h3 a{
    color: #000;
    font-family: 'OswaldBook';
    font-size: 16px;  
    text-decoration: none;
}   

#portada_programas .programa h3 a:hover,
#portada_escoitados .programa h3 a:hover,
#info .listado.programa.buscador h3 a:hover{
    text-decoration: underline;
}    
    
#portada_programas .programa.destacado{
    background-image: url("../images/fondo_laranxa.png");
    background-position: left bottom;
    background-repeat: repeat;        
}

#portada_programas .programa.destacado .datos1{
    width: 280px;    
    float: left;
}   

#portada_programas .datos1 p{
     text-align: justify;
     margin: 0 5px 0 0;
}   

.programa p{
     text-align: justify;
     margin: 0 5px 0 0;
}   

#portada_programas .programa.destacado .datos2{
    width: 80px;
    float: right;
    border-left: 1px solid #1F1F1F;
    padding: 0 0 0 10px;
    min-height: 100px;
}    
 
#portada_programas .programa.destacado .descargar{
    margin: 10px 0 0;
}  

#portada_programas .mas,
#portada_escoitados .mas,
#info .listado.programa.buscador .mas{
    background-image: url("../images/boton_mas.png");
    background-position: left top;
    background-repeat: no-repeat;           
    float: right;
    width: 82px;
    height: 22px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    text-decoration:none;
    color: #fff;   
    margin: 0 0 10px;
    padding: 2px 0 0;
}

#portada_escoitados .datos2 {
    float: right;
    padding: 0 0 0 10px;
    width: 80px;
}


#portada_programas .mas a,
#portada_escoitados .mas a,
#info .listado.programa.buscador .mas a{
    color: #fff; 
    font-size: 14px;
    text-decoration: none;
    font-family: Arial;
}

#info .descargar,
#portada_programas .descargar,
#portada_escoitados .descargar,
#info .listado.programa.buscador .descargar{
    background-image: url("../images/boton_descargar.png");
    background-position: left top;
    background-repeat: no-repeat;           
    float: right;
    width: 82px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    text-decoration:none;
    color: #fff;   
    margin: 0px 0px 0 0;
    padding: 2px 0 0;
    font-family: Arial;
    font-weight: bolder;
}

#info .descargar{
    margin: 10px 0 0;
}

.programa h3{
    margin: 0 0 10px 0;
}

#portada_programas .datos2{
     float: right;
     width: 100px;
}

#portada_programas .escoitar,
#portada_escoitados .escoitar{
    background-image: url("../images/boton_escoitar.png");
    background-position: left top;
    background-repeat: no-repeat;           
    float: right;
    width: 82px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    text-decoration:none;
    color: #fff;   
    margin: 10px 0; 
    padding: 2px 0 0;
    font-family: Arial;
    font-weight: bolder;    
}



#portada_escoitados{
    width: 365px;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 20px 20px 0;
}

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

#portada_escoitados h2{
    background-image: url("../images/ico_escoitados.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #f8b333;
    font-family: 'OswaldBook';
    font-size: 20px;
    padding: 9px 0 0 38px;
    
}   

#portada_escoitados h2.radio{
    background-image: url("../images/ico_radio.jpg");
    background-position: 2px 5px;
    padding: 10px 0 0 38px;   
}

        
/* ------------------------------------------- */
/* 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: -10px 0 0;
    padding: 0;
    /*position: absolute;*/
    top: 40px;
    width: 795px;
}

/* ------------------------------------------- */
/* columna dereita  */
/* ------------------------------------------- */
#p_dereita {
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
    width: 573px;
}

#col_banners{
    float: right;
    width: 152px;    
}

#col_banners img{
    border: 0px;
    overflow: hidden;
    clear: both;
    margin: 0 0 25px 0;
}

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

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

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

#migapan {
    color: #38383B;
    font-size: 12px;
    float:left;
    width: 600px;
    margin: 0 0 5px 0px;
}

#migapan a{
    text-decoration:none;
}

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

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

.programa #redessociais{
    position: absolute;
    top:18px;
    right:15px;
}

.programa .datos2 #redessociais{
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    right: auto;
    top: auto;
}
    
#redessociais ul{
    list-style : none;
    margin : 0px;
    padding : 0px;     
}

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

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

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

#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: -1px 5px 0 0;
} 

#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: -1px 5px 0 0;
}   

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

#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: #f8b333;
    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.firstHeading{
    margin: 0 !important;
}

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

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

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

#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, a.audioLeft, a.audioSobre {
    text-decoration: none;
}

#info p.txtDestacadoSobre, p.txtDestacadoRight, p.txtDestacadoLeft {
    border: 1px solid #f8b333;
    color: #f8b333;
    padding: 15px 20px !important;
}

#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: #f8b333;
    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;
    font-family: Arial;
    font-size: 12px;
    font-weight: bolder;    
}

.listado .mas a:hover{
    text-decoration: none !important;
}

/* 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 #f8b333;
    height: 550px;
    width: 765px;
    padding: 5px;
    margin: 20px 0;
    overflow: hidden;
}  
.mapa {
    border: 1px solid #f8b333;
    height: 350px;
    width: 935px;
    display:none;
    padding: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}  


.plus_mapa{
    background-color: #f8b333;
    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;
    min-height: 120px;
    padding: 10px;
    width: 225px;
}

#info .listado.directorio.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;  
}



/* 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: 0;
}

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

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

.ui-datepicker-trigger{
    float: left;
    margin: 5px 15px 0 0;
}
