@import url(http://fonts.googleapis.com/css?family=Arvo);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);

.estirar:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        }
    * html .estirar             { zoom: 1; } /* IE6 */

    *:first-child+html .estirar { zoom: 1; } /* IE7 */

/*********************************************/
/* Page structure */
/*********************************************/
html, body
{
    padding: 0;
    margin: 0;
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

#wrap
{
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0px auto -275px;
    /* Pad bottom by footer height */
    padding: 0 0 275px;

    background-color: #FFF;
}

#main_container_page
{
    background-color: #FFF;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    z-index: 1;
}

.header
{
    margin-bottom: 0px;
}

/*MENU PRINCIPAL*/

.mainnavbar
{
    text-transform: uppercase;
}

    .mainnavbar > li > a
    {
        padding: 5px 10px;
    }
    

.navbar-inverse {
    background: #000;
    background-image: none;
}

.navbar-default .navbar-collapse {
    font-size: 15px;
    color: #fff;
    background-color: #000;
    border-bottom: 2px solid #d2d4d0;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus
{
    padding-bottom: 2px;
    border-bottom: 6px solid #f4cb38;
    color: #f4cb38;
    background-color: #000;
    background: #000;
    background-image: none;
}

.navbar-default .navbar-nav>li>a
{
    padding-bottom: 2px;
    border-bottom: 6px solid #000;
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
    padding-bottom: 2px;
    border-bottom: 6px solid #f4cb38;
    color: #f4cb38;
    background-color: #000;
    background: #000;
    background-image: none;
}


/* FOOTER */
/* Set the fixed height of the footer here */
footer
{
    height: 275px;
    border-top: solid 1px #D5D5D5;
    background-color: #FFF;
}

.footer_logos
{
    padding: 10px 0px;
}

.footer_logos img{
    margin-left: 40px;
}

.footer_logos a:hover{
    text-decoration: none;
}

.footer_bg_grey{
    background-color: #E9E9E9;
    padding: 5px 0px;
}

    .footer_bg_grey a{
        color: #1A3076;
    }


.footer_bg_blue{
    background-color: #747474;
}

.footer_bg_bluegrey{
    background-color: #333;
    color: #FFF;
}

    .footer_bg_bluegrey a
    {
        color: #FFF;
    }

/* Barra superior (Debajo de publicidad superior) */
#subheader{
    background-color: #FFF;
    border-bottom: 1px solid #000;
}

    #subheader .nav
    {
        font-size: 14px;
        font-weight: bold;
    }

    #subheader .navbar-nav>li>a, #subheader .navbar-nav>li>a:hover
    {
        padding-bottom: 0px;
        border-bottom: none;
        background: none;
    }

    #subheader .nav a{
        color: #000;
        padding: 0;
    }

    #subheader .nav li{
        /*padding: 0px 10px;*/
        /*height: 40px;*/
        padding: 20px 10px 0px;
    }

    #subheader .nav li:hover{
        background-color: #FFF;
        color: #000;
    }

        #subheader .nav li:hover a
        {
            color: #000;
        }

        .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
            color: #000;
            background-color: #FFF;
        }

/* Botones sociales */
ul.social
{
    margin: 5px 0px;
    padding: 0px;
}

ul.social li {
    display: inline-block;
    margin-right:10px;
}

ul.social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    background: #000;
    border-radius: 50%;
    text-align: center;
}

.fadesocialicon
{
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

    .fadesocialicon:hover
    {
        opacity: 0.5;
    }

ul.social-circle li img {
max-width: 100%;
height: auto;
}

/* Parte Principal de la Cabecera */
.MainHeader
{
    background: #fff url("../images/bg_main_page.png") repeat right top;
    margin-left: 0px; 
    margin-right: 0px;
    padding: 15px 0px;
}

@media (max-width: 767px) {
    .MainHeader
    {
        margin: 0;
        padding: 0;
        }
}

.MainTitle{
    color: #000;
}

    .MainTitle p.TitleRadioAlcoy{
        font-size: 65px;
        font-weight: lighter;
        letter-spacing: -1px;
        line-height: 60px;
        margin: 0;
        padding: 0;
    }

    .MainTitle p.SubTitleRadioAlcoy
    {
        font-size: 18px;
        font-weight: lighter;
        letter-spacing: 0px;
        text-transform:uppercase;
        margin: 0;
        margin-top: 5px;
        padding: 0;
    }

    .MainTitle a{
        color: #000;
        font-family: 'Roboto';
        display: block;
    }

    .MainTitle a:hover{
        text-decoration: none;
    }

@media (max-width: 767px) {
    .MainTitle p.TitleRadioAlcoy{
            font-size: 45px;
            line-height: 80px;
            margin-top: 30px;
        }

        .MainTitle p.TitleRadioAlcoy::first-line { 
            line-height: 0px;
        }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .MainTitle p.TitleRadioAlcoy
    {
        font-size: 50px;
        line-height: 45px;
    }
}
@media (min-width: 992px) and (max-width: 1199px)
{
    .MainTitle p.TitleRadioAlcoy
    {
        font-size: 50px;
        line-height: 45px;
    }
}
@media (min-width: 1200px)
{
}

/* Carrusel en Parte Principal de la Cabecera */
.CarouselMainHeader {
    position: relative;
}

    .CarouselMainHeader .item {
        margin-left: 10%;
        width: 80%;
        height: 80px;
        overflow: hidden;
        background-color: #000;
        border-top: 2px solid #cacaca;
        border-bottom: 2px solid #cacaca;
    }

    .CarouselMainHeader .CarouselMainHeaderControl {
        position: absolute;
        width: 10%;
        height: 80px;
        display: block;
        top: 0;
        background-color: #cacaca;
        font-size: 15px;
        color: #fff;
        text-align: center;
        border: 2px solid #cacaca;
    }

    .CarouselMainHeader .CarouselMainHeaderControl:hover {
        cursor: pointer;
    }

    .CarouselMainHeader .CarouselMainHeaderControl span {
        top: 40%;
    }

    .CarouselMainHeader .CarouselMainHeaderControl.prev {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .CarouselMainHeader .CarouselMainHeaderControl.next {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        right: 0;
        left: auto;
    }


/* Resumen noticias en pie de pagina */
#tematico_noticias
{
    margin-top: 40px;
    border-top: 1px solid #777;
    padding-top: 15px;
}

#tematico_noticias h2 {
    display: inline;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    background: url('../img/flecha_tematico.gif') no-repeat right center;
    padding: 0 12px 0 0.4em;
}

#tematico_noticias ul {
    padding: 0 0.5em 0.5em;
    margin: 5px 0 0;
    list-style: none;
}

#tematico_noticias li {
    margin-bottom: 0.6em;
    font-size: 11px;
    background: url('../images/bolo_lista.gif') no-repeat left 0.4em;
    padding-left: 12px;
}

#tematico_noticias li a {
    text-decoration: none;
    color: #161616;
}

/*********************************************/
/* Esta pasando */
/*********************************************/
.estapasando {
    background-color: #f1f1f1;
    border: 1px solid #e5e5e5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d8d8d8;
    letter-spacing: -1px;
    line-height: 14px;
    font-weight: bold;
}

    .estapasando .encabezado {
        color: #000;
        text-transform: uppercase;
        padding: 10px 15px 10px 20px;
        font-size: 12px;
        font-weight: bold;
    }

    .estapasando .pico {
        display: block;
        width: 8px;
        height: 14px;
        position: absolute;
        top: 10px;
        right: -8px;
        z-index: 3;
        background: transparent url(../images/menu_pico_derecha.png) no-repeat 0 0;
    }

    .estapasando .contenido
    {
        padding-left: 0;
    }

    .estapasando ul
    {
        height: 100%;
        padding: 0;
        margin: 0;
    }

    .estapasando ul li {
        list-style: none;
        float: left;
        padding: 10px 20px 10px;
        border-left: 1px dotted #9e9e9e;
    }

    @media (max-width: 767px) {
        .estapasando ul li
        {
            float: none;
            padding: 17px 20px 17px;
        }
    }

    .estapasando li a {
        color: #1A3076;
        text-align: center;
    }

        .estapasando li a:hover {
            text-decoration: underline;
        }

    .estapasando .contenido .mastemas_mobile
    {
        float: left;
        padding: 10px 20px 10px;
        background-color: #d8d8d8;
    }

        .estapasando .contenido .mastemas_mobile a
        {
            padding: 10px 20px 10px;
        }


    .estapasando .mastemas {
        background-color: #d8d8d8;
        border-left: 1px solid #d8d8d8;
        padding: 10px 20px 10px;
    }

        .estapasando .mastemas a {
            color: #000;
            text-align: center;
        }


/*********************************************/
/* Imagenes */
/*********************************************/
.imageWrapper{
    position: relative;
}

.footerImages {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.8;
    color: #fff;
    background-color: #334457;
    position: absolute;
    text-align: left;
    font-size: 0.8em;
}
    .footerImages cite {
        display: block;
        margin: 2px 10px;
    }
    

/*********************************************/
/* Publicidad */
/*********************************************/
.advertis-left
{
    left: 50%;
    margin-left: -1085px;
    position: fixed;
    text-align: right;
    top: 0;
    width: 500px;
}

.advertis-right
{
    left: 50%;
    margin-left: 585px;
    position: fixed;
    top: 0;
    width: 500px;
}

/* Responsive Styles */
/*@media (max-width: 1199px)
{

    .advertis-left
    {
        margin-left: -950px;
    }

    .advertis-right
    {
        margin-left: 470px;
    }
}

@media (max-width: 991px)
{
    .advertis-left
    {
        margin-left: -840px;
    }

    .advertis-right
    {
        margin-left: 360px;
    }
}

@media (max-width: 767px)
{

    .navbar-nav .dropdown-submenu > .dropdown-menu
    {
        margin-left: 10px;
        display: block;
    }

    .advertis-left,
    .advertis-right
    {
        display: none;
    }
}*/


@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}


.dmtop 
{
    background-color: #000;
	background-image: url(../images/arrow.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-indent: -99999px;
	position: fixed;
	bottom: -100px;
	right: 25px;
	cursor: pointer;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	overflow: auto;
}
.dmtop:hover {
	background-color: #3E4246;
}


.borderRadio {
    border-bottom: 3px solid #134D86;
}

    .borderRadio h2 {
        color: #134D86;
    }

.borderedl{
    border-left: 1px solid #EEE;
}

.borderedr{
    border-right: 1px solid #EEE;
}

.borderedt{
    border-top: 1px solid #EEE;
}


.borderedb{
    border-bottom: 1px solid #EEE;
}

/*********************************************/
/* News */
/*********************************************/

.epigrafe {
	font-size: 1.6em;
	color:#fff;
	text-transform: uppercase;
	margin: 5px 0;
	padding:0 20px 0 5px;
	background-color:#aaa9a9;
	font-family: 'Arial Narrow',sans-serif;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	display: inline-block;
	font-weight:normal;
}

.NewItem{
    padding: 10px 0px;
    border-bottom: solid 1px #E0E0E0;
}

.NewItem a{
    color: #134D86;
}

    .NewItem h2{
        color: #161616;
        margin: 0;
        padding: 0;

        font-size: 2.5em;
        font-weight: normal;
        letter-spacing: -0.05em;
        margin-top: 10px;
        line-height: 1em;
        font-family: Arial,Helvetica,sans-serif;
    }

        .NewItem h2 a
        {
            color: #161616;
        }

    .NewItem h3.Autor{
        color: #C74B25;
        font-variant: small-caps;
        font-variant-caps: normal;
        margin: 0;
        padding: 0;
    }

    .NewItem .CommentsBlock
    {
        font: normal 14px Arial, Helvetica, Garuda, sans-serif;
        color: #757575;
        margin: 5px 0;
        padding: 0;
    }

    .NewItem .CommentsBlock a
    {
        color: #757575;
    }

    .NewItem .IconsCaption{
        color: #555555;
        margin: 0;
        padding: 0;
    }

        .NewItem .IconsCaption a
        {
            color: #555555;
        }

    .NewItem .ListRelatedItems {
        background-color: #f7f7f7;
        border-top: 1px solid #e6e6e6;
        padding: 8px 0 8px 0;
        margin: 10px 0 0 0;
        clear: both;
    }

        .NewItem .ListRelatedItems ul {
            padding: 0;
            margin: 0;
        }

        .NewItem .ListRelatedItems ul li {
            font: normal 11px/18px Tahoma, Arial, Helvetica, Garuda, sans-serif;
            background: transparent url(../images/bolillo_505050.png) no-repeat 10px 6px;
            padding: 0 8px 0 25px;
            clear: both;
            list-style-type: none;
        }

    .NewItem .CaptionCarousel{
        position: relative; 
        left: 38%;
        top: -85px; 
        z-index: 100; 
        opacity: 0.8;
        background: #333; 
        border: 1px solid #000;
        border-radius: 8px;
        display: inline-block; 
        padding: 10px 20px; 
        color: #EEE;
    }

        .NewItem .CaptionCarousel a{
            color: #FFF;
        }

    .NewItem .list-group-item
    {
        background-color: #f5f5f5;
    }

    .NewItem .list-group-item:hover
    {
        background-color: #DFDFDF;
    }

.NewItemBig
{
}

.NewItemImportant h2
{
    font-size: 160%;
}

.NewItemLastHour h2
{
    font-size: 450%;
}

.NewItemLastHour .resumenNew
{
    font-size: 140%;
}

.NewItemShort h2
{
    font-size: 120%;
}
    

.AdminNewItem .NewItem{
    padding: 0px;
    border-bottom: none;
}

.AdminNewItem{
    padding: 10px 0px;
    border-bottom: solid 1px #E0E0E0;
}


.HistoricItem{
    padding: 10px 0px;
    border-bottom: solid 1px #E0E0E0;
}

    .HistoricItem h2{
        color: #134D86;
        margin: 0;
        padding: 0;
    }

        .HistoricItem h2 a
        {
            color: #134D86;
        }

    .HistoricItem h3.Autor{
        color: #C74B25;
        font-variant: small-caps;
        font-variant-caps: normal;
        margin: 0;
        padding: 0;
    }

    .HistoricItem .IconsCaption{
        color: #555555;
        margin: 0;
        padding: 0;
    }

        .HistoricItem .IconsCaption a
        {
            color: #555555;
        }


.NewDetail{
}

    .NewDetail h1{
        color: #000000;
        margin: 0;
        padding: 0;
        line-height: 1em;
        letter-spacing: -0.03em;
        font-size: 3.6em;
        font-weight: normal;
    }

    .NewDetail h2{
        color: #134D86;
        margin: 0;
        padding: 0;
        font-size: 1.8em;
        font-weight: normal;
        margin: 0.5em 0;
    }

    .NewDetail .additionalinfo_about_new
    {
        border-bottom: 1px solid #000;
        padding: 5px 0px;
        margin-bottom: 15px;
    }

    .NewDetail .box_share
    {
        border-top: 1px dotted #CCC;
        border-bottom: 1px dotted #CCC;
        padding: 5px 0px;
        margin:10px 0px;
    }

    .NewDetail .NewContent{
        margin: 20px 0px;
    }

    .NewDetail .MasInformacion {
        margin: 0 10px 10px 0;
        border: 1px solid #efefef;
        border-left: 1px dotted #ccc;
        border-top: none;
        background-color: #fafafa;
        border-top: 1px solid #134D86;
    }

        .NewDetail .MasInformacion h4 {
            color: #134D86;
            font: bold 11px/18px Tahoma, Arial, Helvetica, Garuda, sans-serif;
            text-transform: uppercase;
            margin: 0;
            padding: 8px 0 15px 11px;
            background-color: #fafafa;
        }

        .NewDetail .MasInformacion h5 {
            color: #134D86;
            font: bold 11px/18px Tahoma, Arial, Helvetica, Garuda, sans-serif;
            text-transform: uppercase;
            margin: 5px 0;
            padding: 0;
        }

        .NewDetail .MasInformacion ul {
            margin: 0 10px 10px 0;
            border-top: 1px solid #e9e9e9;
            padding: 0;
        }

        .NewDetail .MasInformacion ul li {
            font: normal 9px/14px Tahoma, Arial, Helvetica, Garuda, sans-serif;
            color: #666;
            padding: 0 0 5px 26px;
            border-bottom: 1px solid #e9e9e9;
            border-top: 1px solid #fff;
            margin: 0;
            background: #fafafa url(../images/bolillo_noticias_relacionadas.png) no-repeat 10px 11px;
            clear: both;
            list-style-type: none;
        }

        .NewDetail .MasInformacion ul li a {
            font: normal 12px/18px Arial, Helvetica, Garuda, sans-serif;
            padding: 6px 0 2px 0;
            display: inline-block;
            color: #666;
            border-bottom: none;
        }

@media (min-width: 768px)
{
    .NewDetail #ImageThumbnailGallery .thumbnail
    {
        height: 100px;
        overflow: hidden;
        padding: 4px;
        display: block;
    }

        .NewDetail #ImageThumbnailGallery .thumbnail img
        {
            height: 92px;
            overflow: hidden;
        }
}

.sectioncomments{
    margin-left: 40px;
}

#comments .blogtitle { font-size:14px }
.avtar { margin:0 10px 10px 0 }
.blogautor { margin-bottom:30px; padding-bottom:20px }
ul.comments li ul.comments { margin-top:40px }
ul.comments li { clear:both; margin-bottom:40px }
.blogautor .avtar { height:80px; width:120px; float:left }
.comments .avtar { height:60px; width:60px; float:left }
.commentdetail { margin-left:150px }
ul.comments .commentdetail { margin-left:80px }
.usercomment {color:#00A1CB; display:block; margin:5px 0}
.fecha_comentario
{
    font-size:10px;
}

/*********************************************/
/* Comentarios */
/*********************************************/
.DivComentarios
{
}

.DivComentarios input[type="text"], textarea
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height:100px;
    margin-bottom:5px;
}

.DivComentarios input[type="text"]
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom:5px;
}


/*********************************************/
/* Podcast */
/*********************************************/
ul#PodcastList{
    list-style: none;
}

    ul#PodcastList .thumbnail{
        background-color: #19358F;
        text-align: center;
    }


.Container-youtube, .YoutubeCol0
{
    width:100%;
    height: 330px;
    margin-bottom:30px;
}

.YoutubeCol1
{
    height: 280px;
}

.Container-youtube.YoutubeColLastHour
{
    height: 500px;
}

@media (max-width: 767px) {
    .Container-youtube, .YoutubeCol0, .YoutubeCol1
    {
        height: 330px;
    }

    .Container-youtube.YoutubeColLastHour
    {
        height: 450px;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .Container-youtube, .YoutubeCol0
    {
        height: 200px;
    }

    .YoutubeCol1
    {
        height: 180px;
    }

    .Container-youtube.YoutubeColLastHour
    {
        height: 450px;
    }
}
@media (min-width: 992px) and (max-width: 1199px)
{
}
@media (min-width: 1200px)
{
}

.Normas-uso-comentarios
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 1px #e9e9e9;
    -webkit-box-shadow: 0 1px 1px #e9e9e9;
    box-shadow: 0 1px 1px #e9e9e9;
    border: 1px solid #d3d3d3;
    margin: 0 0 10px 0;
    padding: 10px 15px 10px 15px;
    background-color:#F2F2F2;
    font-size:13px;
    color:#888888;
}

.foto-comentario
{
    background-color: white;
    padding: 2px;
    float: left;
    margin-right: 8px;
    border: 1px solid #CCCCCC;
}

.nombre-comentario
{
    font-size: 13px; 
    font-weight: bold; 
    color: #FF3300;
}

.fecha-comentario
{
    float:right; 
    border-radius:2px; 
    background-color: #89cbd2; 
    padding: 5px; 
    color: white; 
    font-weight: bold;
    font-size:10px;
}

.comentario-comentario
{
    padding: 8px 0 0 0; 
    border-top: 1px dotted #ccc; 
    margin-top: 30px;
}

.contenedor-comentario {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 1px #e9e9e9;
    -webkit-box-shadow: 0 1px 1px #e9e9e9;
    box-shadow: 0 1px 1px #e9e9e9;
    /*background-color: #EBF5FF;*/
    background-color: #f6efe9;
    border: 1px solid #d3d3d3;
    margin: 0 0 10px 0;
    padding: 10px 15px 10px 15px;
}




/*********************************************/
/* TAGS */
/*********************************************/

/* lista letras */

.contenedor_listado {
	border-bottom: 3px solid #f3f3f3;
	border-top: 1px solid #222;
}
ul.letras {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #ddd;
}
ul.letras li {
	list-style-type: none;
	display: inline;
	font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
}
ul.letras li:first-child {
	margin: 0;
}
ul.letras li a {
	display: inline-block;
	color: #999;
	width: 27px;
	height: 35px;
	text-align: center;
	padding: 3px 0 0 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;	
	border-top-right-radius: 3px;
}
ul.letras li a:hover,
ul.letras li.activo a {
	color: #fff;
	height: 35px;
	padding-bottom: 14px;
	margin-bottom: -19px;
	background-image: url(../images/mascara_letras_temas.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
ul.letras li a:hover {
	background-color: #999;
}
ul.letras li.activo a {
	background-color: #333;
	text-transform: uppercase;
}
ul.letras li a.numeros {
	width: 95px;
}
ul.letras li.activo a.numeros {
	text-transform: none;
}

.contenedoretiquetas ul li {
    list-style-type: none;
    margin: 0 0 2px 14px;
}

.contenedoretiquetas ul li a {
	font: bold 12px/18px Arial, Helvetica, Garuda, sans-serif;
	color: #0097c8;
	padding: 0 3px 2px 3px;
	display: inline-block;
}

.contenedoretiquetas ul li a:hover {
	color: #fff;
	background-color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    text-decoration: none;
}



/*********************************************/
/* Opiniones */
/*********************************************/

.caja {
    border: 1px solid #ccc;
    margin: 20px 0;
    border-top: 1px solid #1A3076;
}
    .caja h3
    {
        margin: 0;
        padding: 0 10px;
    }

        .caja h3 i
        {
            font-size: 12px;
        }

        .caja h3 a, .caja h3 .sin_enlace {
            text-transform: uppercase;
            font: normal 14px/18px Arial, Helvetica, Garuda, sans-serif;
            padding: 7px 0 0 8px;
            /*margin: 0 0 10px 20px;*/
            color: #666;
            border-left: 1px solid #ccc;
        }

    .caja h4 {
        font: bold 16px/22px Arial, Helvetica, Garuda, sans-serif;
        margin-bottom: 3px;
    }

    .caja h4 a {
        padding: 2px 0 2px 0;
        color: #000;
    }


    .caja .article {
        padding: 10px 0;
        border-top: 1px dotted #afafaf;
    }

        .caja .article .firma_comentarios a {
            color: #999;
            font: normal 10px/16px Tahoma, Arial, Helvetica, Garuda, sans-serif;
        }

        .article .firma_comentarios .autor {
            text-transform: uppercase;
            margin-right: 5px;
        }

    .caja p {
        font: normal 12px/18px Arial, Helvetica, Garuda, sans-serif;
        margin: 4px 0 0 0;
    }


.WeatherLayer {
    display: block;
      position: absolute;
      max-width: 165px;
      height: 55px;
    padding: 5px;
      left: 12%;
      bottom: 12px;
    background-color: rgba(0, 0, 0, 0.6);
      /*background-image: url(../images/bg_weatherlayer.png);
    background-repeat: repeat;*/
      z-index: 1;
      color: #FFFFFF;
    font: bold 13px/14px Arial,Helvetica,sans-serif;
    text-align: center;
}
