﻿body
{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

p 
{
    margin-bottom: 10px;
   /* margin-left:15px;*/
    line-height: 1.6em;
} 

a {
	
	text-decoration:none;
}


/* HEADINGS   
----------------------------------------------------------*/
 
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    color: #05669B;
    margin: 0px;
}

 h1
{
    margin-left:10px;
	margin-bottom:10px;
font-size: 24px;    
}

h2
{   font-size: 32px; 
	margin-left:10px;
	margin-bottom:10px;
	
  
}

h3, h4
{
    font-size: 18px;
}

h3
{
    font-variant: small-caps;
}

h5, h6
{
    font-size: 14px;
}

h5
{
    font-variant: small-caps;
}


h7 {

	font-size: 11px; 
	margin-left:10px;
	
	

}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1000px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #cccccc;
}

.header
{
    position: relative;
    margin: auto;
    padding: 0px;
    width: 1000px;
}



.menu a

{
    font-size: 12px;
    text-decoration:none;
    margin-top: 14px;
    padding:5px 2px 5px 2px;
    color: #ffffff;
   
}

.menu a:hover

{
    color: #FFFF00;
    background-color: #04527B;
    
    
   
}



.submenu a

{
    font-size: 11px;
    text-decoration:none;
    padding:5px 2px 5px 2px;
    color: #666666;
   
}

.submenu a:hover

{
    color: #999999;
    
    
    
   
}


.fondo
{ 
    background-image: url('/img/elementos/fondo_cab.jpg');
    background-repeat:repeat-x;
    padding: 0px;
 
}

.menugris a

{
    font-size: 12px;
    text-decoration:none;
    margin: 0px;
    padding: 0px;
    color: #666666;
   
}





.cabecera_noticia{
 background-image:url('../img/elementos/cabecera_noticia.png');
 background-repeat:repeat-x;
 height:45px;
 color:white;
 font-size:18px;
 font-weight:bold;
 padding-left:10px;
 text-transform:capitalize;
 margin-top:3px;
 padding-top:10px;

}


.linea_noticia{
 background-image:url('../img/elementos/linea.png');
 background-repeat:repeat-x;
 height:23px;
 margin-top:3px;

}




.menugris a:hover

{
   color: #808080;
   
}


.buscador{
    background: url('/img/elementos/fnd_cab_n_searching.gif') no-repeat scroll 0 0 ;
    border: 0 none;
    font-size: 1.2em;
    height: 24px;
       vertical-align: middle;
    width: 122px;
}









.suscribete a{

	font-size: 13px;
	font-weight:bold;
    text-decoration:none;
    color:#05669B;
    text-transform:uppercase;
    margin-left:5px;
    margin-top:10px;

}


.suscribete:hover a{

    color:#808080;
   
}

.boletines a{

	font-size: 11px;
    text-decoration:none;
    text-transform:uppercase;
    color:#333333;
    margin-left:5px;
    background-color:aqua;

}


.boletines:hover a{

    color:#808080;
   
}


.menuazul 

{
    font-size: 11px;
     margin: 0px;
    padding: 0px;
    color: #05669B;
   
}


.texto_azul

{
    font-size: 13px;
    font-weight:bold;
     margin: 0px;
    padding: 0px;
    color: #05669B;
   
}



.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
   /*dding: 0px 12px;*/
    margin: 12px 0px 0px 0px;
    min-height: 420px;
}



.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
   
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.floatR
{
    float: right;
}

.floatL
{
    float: left;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.txtNormal
{
    /*border-width: 1px;*/
}

.txtError
{
    border: 1px solid #FF0000;
}

.error
{
    color: #FF0000;
}

/* Titulares/Enlaces de los modulos de las noticias */

.enlaceVideo
{
    font-size: 18px;
    font-weight: bold;
    color: #05669B;
    text-decoration: none;
}





.enlaceNoticia
{
    font-size: 18px;
    font-weight: bold;
    color: #05669B;
    text-decoration: none;
}

.enlaceNoticia:hover
{
    color: #248EBC;
}

.enlace_palabra
{
    font-size: 12px;
    color: #05669B;
    text-decoration: none;
}

.enlace_palabra:hover
{
    color: #248EBC;
}




.enlacePortada
{
    font-size: 26px;
    font-weight: bold;
    color: #05669B;
    text-decoration: none;
}

.enlacePortada:hover
{
    color: #248EBC;
}

.enlaceDestacada
{
    font-size: 31px;
    font-weight: bold;
    color: #05669B;
    text-decoration: none;
}

.enlaceDestacada:hover
{
    color: #248EBC;
}

.enlaceEspecialVideo
{
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.enlaceEspecial
{
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}



.enlaceEspecial:hover
{
    color:#F4F4F4;
    
}
.enlace_interior a
{
    font-size: 13px;
    font-weight: bold;
    color: #05669B;
    text-decoration: none;
   
   
}

.necrologicas
{
    font-size: 17px;
    color: #05669B;
    
    text-decoration: none;
   
   
}

.enlace_interior a:hover
{
    color: #248EBC;
    
}



.textoEspecial
{
    color: #000000;
    
    
}

.mod_contenedor {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DBDBDB;
    color: #888888;
       }


.comentarios
{
    font-size: 11px;
    color: #787878;
    text-decoration: none;
    margin-top:10px;
    margin-bottom:10px;
}

.numero_comentario
{
    
    background-color:#F2F2F2;
    color:#FFCC00;
    font-weight:bold;
    padding:5px 10px 5px 10px;
    
     }
     
     
.nombre_comentario
{
 	font-weight:bold;
    padding:5px;
    margin:8px
     }
     
.mod_comentarios {
    background: url("/img/dotted_cf.gif") repeat-x scroll left bottom transparent;
    padding: 5px 0px 5px 0px;
 
 }

.enlace a
{
    font-size: 11px;
    color: #787878;
    text-decoration: none;
    margin-top:10px;
    margin-bottom:10px;
}

.enlace:hover a
{
    font-size: 11px;
    color: #C0C0C0;
    text-decoration: none;
    margin-top:10px;
    margin-bottom:10px;
}


/*estilos pestañas*/


.ajax__tab_yuitabview-theme .ajax__tab_header
    {
        font-family: arial,helvetica,clean,sans-serif;
        font-size: 12px;
        border-bottom: solid 3px #cccccc;
        background-image:url('/img/elementos/fondo_texto_emisoras.jpg')
       
    }
    .ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer
    {
        background: url(/img/elementos/sprite.png) #d8d8d8 repeat-x;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px 1px 0px;
        vertical-align: bottom;
        border: solid 1px #a3a3a3;
        border-bottom-width: 0px;
    }
    .ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
    {
        color: #333333;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
        cursor: pointer;
    }
    .ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer
    {
        background: url(/img/elementos/sprite.png) #bfdaff repeat-x left -100px;
    }
    .ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab
    {
        color: #333333;
    }
    .ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
    {
        background: url(/img/elementos/sprite.png)  #808080   repeat-x left -100px;
    }
    .ajax__tab_yuitabview-theme .ajax__tab_body
    {
        font-family: verdana,tahoma,helvetica;
        font-size: 10pt;
        padding: 0.25em 0.5em;
        
        border: solid 1px #CCCCCC;
        border-top-width: 0px;
    }



/*estilos clasificacion deportiva */


       .Rajax__tab_yuitabview-theme .ajax__tab_header
    {
        font-family: arial,helvetica,clean,sans-serif;
        font-size: 11px;
        
       /* border-bottom: solid 3px #cccccc;*/
           
    }
    
    .Rajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer
    {
        background: url(/img/elementos/Rsprite.png) #d8d8d8 repeat-x;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px 1px 0px;
        vertical-align: bottom;
        border: solid 1px #a3a3a3;
        border-bottom-width: 0px;
    }
    .Rajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
    {
        color: #333333;
        padding: 0.35em 0.75em;
       margin-right: 0.01em;
        cursor: pointer;
    }
    .Rajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer
    {
        background: url(/img/elementos/Rsprite.png) #bfdaff repeat-x left -100px;
    }
    .Rajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab
    {
        color: #FCEE21;
    }
    .Rajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
    {
        background: url(/img/elementos/Rsprite.png)  #808080   repeat-x left -1400px;
    }
    .Rajax__tab_yuitabview-theme .ajax__tab_body
    {
        font-family: verdana,tahoma,helvetica;
        font-size: 10pt;
        text-align:center;
        color: white;
        padding: 0.25em 0.5em;
        background-image:url('../img/elementos/fondo.jpg');
        background-repeat:repeat-x;
        border: solid 1px #CCCCCC;
        border-top-width: 0px;
    }














/* Modulos de noticias simples */
.divNoticia1, .divNoticia2, .divNoticia3, .divNoticia4, .divNoticia5, .divNoticia6, .divNoticia7, .divNoticia8, .divNoticia9
{
    /*border: 1px solid #CCCCCC;*/
    padding: 3px;
    margin: 3px;
    padding-top:8px;
}

.divFotoNoticia, .divFotoEncuesta
{
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    clear: both;
}

.divFotoEncuesta
{
       overflow: hidden;
}

.divFotoNoticia img, , .divFotoEncuesta img
{
    border: none;
}

/* Modulo de noticia doble */
.divNoticiaDoble
{
    /*border: 1px solid #CCCCCC;*/
    padding: 5px;
    margin: 5px;
    
}

.divFotoNoticiaDoble
{
    position: relative;
    width: 615px;
    overflow: hidden;
    margin: 5px 2px 0px 2px;
}

.divIconosFoto
{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 0px;
    background-image: url('/img/translucido.png');
}

.divIconos1, .divIconos8, .divIconos9
{
    float: left;
}

.divIconosDer1, .divIconosDer8, .divIconosDer9
{
    float: right;
}

.divIconos2, .divIconos3, .divIconos4, .divIconos5, .divIconos6, .divIconos7, .divIconosDoble, .divIconosTriple, .divIconoFotoDia
{
    /*position: absolute;     top: 0px;     left: 0px;     padding-left: 5px;     padding: 5px 5px 5px 0px;*/
    float: left;
    padding: 5px;
}

.divIconosDer2, .divIconosDer3, .divIconosDer4, .divIconosDer5, .divIconosDer6, .divIconosDer7, .divIconosDerDoble, .divIconosDerTriple
{
    /*position: absolute;     top: 0px;     right: 0px;     padding-right: 20px;     padding: 5px 5px 5px 0px;*/
    float: right;
    padding: 5px;
    
}

.divIconosDer1 img, .divIconosDer8 img, .divIconosDer9 img, .divIconosDer10 img, .divIconosDer2 img, .divIconosDer3 img, .divIconosDer4 img, .divIconosDer5 img, .divIconosDer6 img, .divIconosDer7 img, .divIconosDerDoble img, .divIconosDerTriple img
{
    border: none;
   
    
}

.divPieNoticiaDoble, .divPieNoticiaTriple, .divPieNoticia,  .divPieNoticiaInterior
{
    background-image: url('/img/translucido.png');
    width: 100%; /* LA SOBRESCRIBE EL CS PARA CADA ELEMENTO */
    position: absolute;
    left: 0px;
    bottom: 3px;
    padding: 10px; /* SI SE CAMBIA EL PADDING ES NECESARIO ESTABLECERLO EN EL CS DE LOS MODULOS DE NOTICIAS */
}

 .divPieEncuesta 
{
    background-image: url('/img/translucido.png');
    width: 100%; /* LA SOBRESCRIBE EL CS PARA CADA ELEMENTO */
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    
    
   /* SI SE CAMBIA EL PADDING ES NECESARIO ESTABLECERLO EN EL CS DE LOS MODULOS DE NOTICIAS */
}


.divPieNoticiaInterior
{
    bottom: 0px;
}

.divPieNoticiaDoble span, .divPieNoticiaTriple span, .divPieNoticia span, .divPieEncuesta span, .divPieNoticiaInterior span
{
    color: #FFFFFF;
    font-size: 14px;
    font: italic 12px Arial;
}


/* Modulo de noticia triple */
.divNoticiaTriple
{
   /* border: 1px solid Gray;*/
    padding: 7px;
    margin: 7px;
}

.divFotoNoticiaTriple
{
    position: relative;
    width: 625px;
    overflow: hidden;
    float: left;
    margin: 7px 10px 7px 0px;
}

.textoModulo
{
    text-align: justify;
    padding-bottom:5px;
      
}

.textoModuloPie
{
    text-align: justify;
    padding-bottom:20px;
    background-image:url('/img/elementos/fondo_texto.png');
    background-repeat:repeat-x;
  
}


.textoModuloPieEspecial
{
    text-align: justify;
    padding-bottom:20px;
    background-image:url('/img/elementos/fondo_texto_especial.png');
    background-repeat:repeat-x;
  
}



.textoModuloEspecial
{
    text-align: justify;
    padding-bottom:20px;
    background-repeat:repeat-x;

      
}


.textoModuloTriple
{
    text-align: justify;
    padding-bottom:10px;
    
  
}


.textoModuloDoble
{
    text-align: justify;
    padding-bottom:10px;
  }


/* Contenedor de noticias triples */
.contNoticiasTriples
{
    clear: both;
    width: 986px;
    
    
}

/* Contenedor de noticias dobles */
.contNoticiasDobles
{
    width: 638px;
    float: left;
}

/* Contenedor de banners */
.contBanners
{
    width: 350px;
     float: right;
    margin: 7px;
}

/* Contenedor de las columnas de noticias 1 y 2 */
.contColsNoticias
{
    float: left;
    width: 627px;
}

/* Contenedor noticias 1 */
.contNoticias1
{
    width: 350px;
    float: left;
}

/* Contenedor noticias 2 */
.contNoticias2
{
    width: 265px;
    float: right;   
}
 
.contNoticias2Especial
{
    width: 265px;
    float: right;
    background-color:#918D8C;
 }

/* Contenedor Noticias por categoria */
.contNoticiasCategoria
{
    clear: both;
    width: 986px;
}

/* Modulo de Noticias por categoria */
.divNoticiaCategoria
{
    float: left;
    width: 477px;
    height: 145px;
    margin: 7px;
   /* border: 1px solid #cccccc;*/
    background-image:url('../img/elementos/fondo_degradado.jpg');
    background-repeat:repeat-x;
   
}

.divNoticiaCategoria span
{
    margin-left: 7x;
}

.divNoticiaCategoria div
{
    margin: 7px 7px 0px 7px;
    font-weight: bold;
}

.divNoticiaCategoria ul
{
    list-style-type: circle;
}

.divNoticiaCategoria a
{
    color: #696969;
    font-size: 12px;
    text-decoration: none;
}

.divNoticiaCategoria a:hover
{
    text-decoration: underline;
}

.divNoticiaHuesca
{
    color: #3FA9F5;
    border-bottom: 2px solid #3FA9F5;
}

.divNoticiaComarcas
{
    color: #8CC63F;
    border-bottom: 2px solid #8CC63F;
}



.divNoticiaSociedad
{
    color: #F7931E;
    border-bottom: 2px solid #F7931E;
}

.divNoticiaEconomia
{
    color: #9B2B29;
    border-bottom: 2px solid #9B2B29;
}

.divNoticiaDeportes
{
    color: #F5E401;
    border-bottom: 2px solid #F5E401;
}

.divNoticiaCultura
{
    color: #FF7BAC;
    border-bottom: 2px solid #FF7BAC;
}

.divNoticiaSucesos
{
    color: #C138B1;
    border-bottom: 2px solid #C138B1;
}

.divNoticiaOpinion
{
    color: #B9848C;
    border-bottom: 2px solid #B9848C;
}

.divNoticiasOtros
{
    color: #BDBDBD;
    border-bottom: 2px solid #BDBDBD;
}

.divCabNoticiaHuesca
{
    border-top: 2px solid #3FA9F5;
    background-image:url('../img/elementos/cabeceras/huesca.png');
    background-repeat:no-repeat;
   	height:26px;

}


.divCabNoticiaHuesca span
{
     padding: 2px 10px 2px 2px;
    margin-left: 10px;
   	color: #ffffff;
   	line-height:26px;
    text-transform: uppercase;
    font-weight:bold;
}


.divCabNoticiaComarcas
{
    border-top: 2px solid #8CC63F;
    background-image:url('../img/elementos/cabeceras/comarcas.png');
    background-repeat:no-repeat;
   	height:26px;

}


.divCabNoticiaComarcas span
{
    padding: 2px 10px 2px 2px;
    margin-left: 10px;
   	color: #ffffff;
   	line-height:26px;
    text-transform: uppercase;
    font-weight:bold;
}


.divCabNoticiaSociedad
{
    border-top: 2px solid #F7931E;
    background-image:url('../img/elementos/cabeceras/sociedad.png');
    background-repeat:no-repeat;
   	height:26px;
    
  
}


.divCabNoticiaSociedad span
{
    
    padding: 2px 10px 2px 2px;
    margin-left: 10px;
   	color: #ffffff;
   	line-height:26px;
    text-transform: uppercase;
    font-weight:bold;

}

.divCabNoticiaEconomia
{
    border-top: 2px solid #9B2B29;
    background-image:url('../img/elementos/cabeceras/economia.png');
    background-repeat:no-repeat;
   	height:26px;

}

.divCabNoticiaEconomia span
{
    padding: 2px 10px 2px 2px;
    margin-left: 10px;
   	color: #ffffff;
   	line-height:26px;
    text-transform: uppercase;
    font-weight:bold;
}

.divCabNoticiaDeportes
{
    border-top: 2px solid #F5E401;
    background-image:url('../img/elementos/cabeceras/deportes.png');
    background-repeat:no-repeat;
   	height:26px;

}

.divCabNoticiaDeportes span
{
   padding: 2px 10px 2px 2px;
    margin-left: 10px;
   	color: #ffffff;
   	line-height:26px;
    text-transform: uppercase;
    font-weight:bold;
}

.divCabNoticiaCultura
{
    border-top: 2px solid #FF7BAC;
    background-image:url('../img/elementos/cabeceras/cultura.png');
    background-repeat:no-repeat;
   	height:26px;

}

.divCabNoticiaCultura span
{
     padding: 2px 10px 2px 2px;
    margin-left: 10px;
   	color: #ffffff;
   	line-height:26px;
    text-transform: uppercase;
    font-weight:bold;
}

.divCabNoticiaSucesos
{
    border-top: 2px solid #C138B1;
    background-image:url('../img/elementos/cabeceras/sucesos.png');
    background-repeat:no-repeat;
   	height:26px;

}

.divCabNoticiaSucesos span
{
     padding: 2px 10px 2px 2px;
    margin-left: 10px;
   	color: #ffffff;
   	line-height:26px;
    text-transform: uppercase;
    font-weight:bold;
}

.divCabNoticiaOpinion
{
    border-top: 2px solid #B9848C;
    background-image:url('../img/elementos/cabeceras/opinion.png');
    background-repeat:no-repeat;
   	height:26px;

}

.divCabNoticiaOpinion span
{
    padding: 2px 10px 2px 2px;
    margin-left: 10px;
   	color: #ffffff;
   	line-height:26px;
    text-transform: uppercase;
    font-weight:bold;
}

.divCabNoticiasOtros
{
    border-top: 2px solid #BDBDBD;
    margin-bottom: 20px;
    background-image:url('../img/elementos/cabeceras/general.png');
    background-repeat: no-repeat;
    height:26px;
}

.divCabNoticiasOtros span
{
    
    padding: 2px 10px 2px 2px;
    line-height:26px;
    margin-left: 5px;
    font-weight:bold;
    text-transform:uppercase;
    color: #333333;
}




.buscadorHuesca
{
    border-bottom: 1px solid #3FA9F5;
 font-size:14px;
    font-weight:bold;

   	color: #3FA9F5;
   	padding-left:4px;
   	margin-bottom:15px;

}


.buscadorComarcas
{
    border-bottom: 1px solid #8CC63F;
  font-size:14px;
    font-weight:bold;

	color: #8CC63F;
	padding-left:4px;
	margin-bottom:15px;


}



.buscadorSociedad
{
    border-bottom: 1px solid #F7931E;
    font-size:14px;
    font-weight:bold;
    color:#F7931E;
	padding-left:4px; 
	margin-bottom:15px;

  
}


.buscadorEconomia
{
    border-bottom: 1px solid #9B2B29;
    color: #9B2B29;
	padding-left:4px; 
	font-size:14px;
    font-weight:bold;
    margin-bottom:15px;


}


.buscadorDeportes
{
    border-bottom: 1px solid #F5E401;
   	color:#F5E401;
	padding-left:4px; font-size:14px;
    font-weight:bold;
   margin-bottom:15px;


}

.buscadorCultura
{
    border-bottom: 1px solid #FF7BAC;

    color: #FF7BAC;
	padding-left:4px; font-size:14px;
    font-weight:bold;
   margin-bottom:15px;


}


.buscadorSucesos
{
    border-bottom: 1px solid #C138B1;
	color:#C138B1;
	padding-left:4px; font-size:14px;
    font-weight:bold;
   margin-bottom:15px;


	}


.buscadorOpinion
{
    border-bottom: 1px solid #B9848C;
    color: #B9848C;
	padding-left:4px; font-size:14px;
    font-weight:bold;
    margin-bottom:15px;



}

.buscadorOtros
{
    border-bottom: 1px solid #BDBDBD;
    color: #BDBDBD;
	padding-left:4px; font-size:14px;
    font-weight:bold;
    margin-bottom:15px;



}


/*estilos tv*/

.divFechaProgramacion
{
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	
}


.divHoraProgramacion
{
	color:#F29305;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	
	
}

.divProgramaProgramacion {
    background-color: #686465;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 3px;
    padding-left: 3px;
}

.divProgramaProgramacion a {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}

#divBlogContenido .colIzq
{
    float: left;
    margin: 20px 10px 20px 20px;
    width: 640px;
    

}

#divBlogContenido .colDer
{
    float: right;
    margin: 20px 10px 20px 20px;
    width: 280px;
      

}





/*estilo Temperatura */ 


.titularTemperatura
{
	color: #F8E502;
	font-size:12px;
	font-weight:bold;
	
}


.datosTemperatura
{
	color: #F8E502;
	font-size:11px;
	font-weight:bold;
	
	
	
}

.textoTemperatuta
{
	color:#ffffff;
	font-size:11px;
	margin-top:3px;
	padding-left:3px;
	/*font-weight:bold;*/
	
	
}


/*Estilos Farmaacia*/

.titularFarmacia
{
	color: #F8E525;
	font-size:11px;
	background-color:#333333;
	height:15px;
	line-height:15px;
	
}


.farmacia
{
	color:#05669B;
	font-size:13px;
	font-weight:bold;	
	
}

.datosfarmacia
{
	color:#05669B;
	font-size:11px;
}


/* estilos blogs  */


.divBlog
    {
        width: 235px;
        height: 130px;
        cursor: pointer;
        text-decoration: none;
    }
    
    .divInfoBlog
    {
        text-align:left;
        padding: 18px 10px 0px 15px;
        text-decoration: none;
    }
    
    .divInfoBlog span
    {
        font-family: Arial;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
    }
    
    .divInfoBlog span:first-child
    {
        font-family: Arial;
        font-weight: bold;
        font-size: 23px;
        color: #FDF200;
        text-align:center;
        text-decoration: none;
           }



	.divEmisora
	  {
        font-family: Arial;
        font-weight: bold;
        font-size: 18px;
        color: #FDF200;
        text-decoration: none;
        margin-left:10px;
        padding-top:15px;
        padding-bottom:55px;
       
    }
    
    	.divEmisora_local a
	  {
        font-family: Arial;
        padding-left:15px;
       
        font-weight: bold;
        font-size: 14px;
        color: #FDF200;
        text-decoration: none;
       }

	.divEmisora_local a:hover
	  {
        color: #666666;
        text-decoration: none;
        background-image:url('../img/elementos/flecha.png');
        background-repeat:no-repeat;
        
       }




	  .divFrecuencia
    {
   		font-family: Arial;
        font-size: 16px;
        color: #FFFFFF;
        margin-left:10px;
        text-decoration: none;
    }
    
    
    
    
    
    
    
    /* Estilos Contenidos Blogs */
.divBlogCabecera
        {
            width: 990px;
            height: 130px;
            text-decoration: none;
        }
        
        .divInfoBlogCabecera
        {
            padding: 12px 10px 0px 180px;
            text-decoration: none;
        }
        
        .divInfoBlogCabecera span
        {
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            color: #FFFFFF;
            text-decoration: none;
        }
        
        .divInfoBlogCabecera span:first-child
        {
            font-family: Arial;
            font-weight: bold;
            font-size: 34px;
            color: #FDF200;
            text-decoration: none;
        }

/* Estilos Noticias de emisora */

.divFotoNoticiaEmisora
        {
            margin: 5px;
            float: left;
        }
        
        .titularNoticiaEmisora
        {
            color: #05669B;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
        }
        .titularNoticiaEmisora:hover
        {
            color: #248EBC;
        }
        .divNoticiaEmisora
        {
            clear:both;
            border-top: 1px solid #D2D2D2;
            border-bottom: 1px solid #D2D2D2;
            margin: 10px 5px 10px 5px;
        }
        
        .textoNoticiaEmisora
        {
            text-align: justify;
        }
        
        .textoNoticiaEmisora a
        {
            color: #05669B;
            font-weight: bold;
            text-decoration: none;
        }

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    


/* boton */


.submit, .submit:visited, input[type=button], input[type=submit] {
    background: url("/img/elementos/alert-overlay.png") repeat-x scroll 0 0 #222222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF !important;
    cursor: pointer;
    font-size:12px;
    display: inline-block;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
   
    }
    
    
.submit:hover, input[type=button]:hover, input[type=submit]:hover {
    background-color: #111111;
    color: #E9E9E9!important;
    
    }

.boton a{
	
    background: url("/img/elementos/alert-overlay.png") repeat-x scroll 0 0 #222222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    font-size:11px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    
}


.boton a :hover {
	background-color: #111111;
    color: #FFFFFF !important;
    font-size:11px;

}



.boton_mini a{
	
    background: url("/img/elementos/alert-overlay.png") repeat-x scroll 0 0   #666666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    padding: 5px 8px 6px;
    position: relative;
    text-decoration: none;
    font-size:10px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    
}


.boton_mini a :hover {
	background-color: #111111;
    color: #FFFFFF !important;
    font-size:10px;

}
















/* DETALLE NOTICIA */

#divNoticiaDetalle .colIzq
{
    float: left;
    margin: 0px 10px 20px 20px;
    width: 580px;
    background-image:url('/img/elementos/fondo_linea.jpg');
    background-repeat:repeat-x;
   
}

#divNoticiaDetalle .colDer
{
    float: right;
    margin: 0px 10px 20px 10px;
    width: 350px;
    background-image:url('/img/elementos/fondo_linea.jpg');
    background-repeat:repeat-x;

}

.cuerpoNoticia
{
    text-align: justify;
    
}

.cuerpoNoticiaBlog
{
    text-align: justify;
    padding-top:15px;
    
}


.masNoticias
{
    margin-top: 40px;
}

.titularNoticiasSeccion
{
    font-size: 13px;
    font-weight: bold;
    color: #05669B;
    text-decoration: none;
    /*background: url("/img/dotted_cf.gif") repeat-x scroll left bottom transparent;*/
    padding: 5px 0px 5px 0px; 
}

.titular_sonido
{
    font-size: 11px;
    color: #05669B;
    text-decoration: none;
    background-image: url('/img/elementos/fondo_sonido.png');
    background-repeat:no-repeat;

    /*background: url("/img/dotted_cf.gif") repeat-x scroll left bottom transparent;*/
    padding: 10px 0px 0px 10px;
    vertical-align:bottom; 
}



.titularNoticiasSeccion:hover
{
     color:#248EBC;
}

.divCabeceraNoticiasSeccion
{
    border-top: 2px solid #BDBDBD;
    margin-bottom: 20px;
    background-image:url('../img/elementos/cabeceras/general.png');
    background-repeat: no-repeat;
    height:26px;
}

.divCabeceraNoticiasSeccion span
{
    
    padding: 2px 10px 2px 2px;
    line-height:26px;
    margin-left: 5px;
    font-weight:bold;
    text-transform:uppercase;
    color: #333333;
}

.itemNoticiaSeccion
{
    margin-bottom: 20px;
    }

.divMarquesina
{
    background-image:url('../img/elementos/cabeceras/ultimahora.png');
    background-repeat:no-repeat;
    color: #333333;
    height: 28px;
    overflow: hidden;
    margin-bottom: 20px;
}



.hemeroteca{

	width:110px;
	line-height:50px;
	height:30px;
	float:left;
	font-size:12px;
	color:#666666;
	
	

	
}

div.loMasVisto
{
}

div.loMasVisto ul
{
    list-style-type: decimal;
    display: block;
    list-style-position: inside;
    padding-left: 0px;
    margin-left: 0px;
    color: #05669B;
    font-weight: bold;
    left: 0px;
    font-size:11px;
}

div.loMasVisto ul li
{
    padding-left: 0px;
    margin-bottom: 6px;
}

div.loMasVisto ul a
{
    color: #8A8B90;
    text-decoration: none;
    font-weight: normal;
    font-size:11px;
}

div.loMasVisto ul a:hover
{
    color: #B6B7BC;
    font-size:11px;
}

div.divCargandoLoMas
{
    height: 250px;
    text-align: center;
}

.tituloCategoriaAgenda
{
    color: #05669B;
    font-size: 	18px;
    font-weight:bold;
    border-bottom: 1px solid #05669B;
    margin: 0px 0px 20px 15px;
}

.tituloEventoAgenda
{
    color: #05669B;
    font-size: 14px;
    font-weight:bold;
    margin: 0px 0px 10px 15px;
}

.enlaceBlanco
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.enlaceBlanco:hover
{
    color: #FCFCD4;
}

.botonEncuesta{
 	
 	 background: url("/img/elementos/alert-overlay.png") repeat-x scroll 0 0 #F8E502;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #333333!important;
    cursor: pointer;
    display: inline-block;
    padding: 6px 7px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);

}

.botonEncuesta:hover{
  	background-color: #FFFF00;
    color: #333333 !important;	 
}


/*.botonEncuesta
{
    text-align: center;    
    color: #FCFCD4;
    background-color: #00BDF6;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 10px 0px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius : 4px;
}

.botonEncuesta:hover
{
    background-color: #54D1F7;
}
*/
.divRss img
{
    border: none;
}

.divRss .enlaceRss
{
    text-decoration: none;
    color: #034AF3;
    font-size: 16px;
}

.divRss .divIconosRss a
{
    margin: 10px 20px 10px 0px;
}


/* Paginacion*/
.paginador {
     margin: 10px;
     text-align: right;
}

.paginador a {
     background-color: #F2F2F2;
     color: #808080;
     font-weight:bold;
     margin: 3px;
     padding: 3px;
     text-decoration: none;
}

.paginador a:hover {
         background-color: #E9E9E9;

   
}

.paginador span {
     background-color: #F2F2F2;
     color: #108BCE;
     font-weight:bold;
     margin: 3px;
     padding: 3px;
     text-decoration: none;
}

      
.divbanner {
    background-color: #F9F9F9;
    border: 1px solid #E5E5E5;
    padding: 10px;
    text-align: center;
}

/* concurso 40 principales - Fredy - 23112011 */


.pregunta {
	font-size:14px;
	font-weight:bold;
	color:black;
	font-weight:bold;
	background-image:url('../img/elementos/fondo_pregunta.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	height:50px;
	
}

.respuesta {
	

background-color:#F9F9F9;
}


