.reset, .text input, select, textarea, ul, li, .searchbox input, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

a:link img, a:hover img, a:visited img, a:active img {
    border: none;
}

::selection {
    background: #e00109;
    color: #ffffff;
}

::-moz-selection {
    background: #e00109;
    color: #ffffff;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #3e3e3e;
    background: #ffffff;
    transition: all 0.3s;
}

#right {
    display: block;
    position: relative;
}

.centrar {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.c {
    clear: both;
}



.fixed {
    position: fixed;
    top: 0px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}


.bar-nav {
    width: 100%;
    z-index: 9999;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.header {
    background-color: #9d0a0e;
}

.scrollheader {
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
    /*-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;*/
    display: none;
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 4px rgba(36, 36, 36, 0.58);
    height: 60px;
}


    .scrollheader .nav {
        /*float: right;*/
        z-index: 9999;
        list-style: none;
        margin-top: 8px;
        margin-left: 240px;
        clear: right;
        background-color: #ffffff;
        text-transform: uppercase;
        box-shadow: none;
    }

        .scrollheader .nav ul li a:link {
            padding: 14px 12px 18px 12px;
        }

        .scrollheader .nav ul li a:visited {
        }

        .scrollheader .nav ul li a:hover {
            background-color: #ffffff;
            color: #790102;
        }

        .scrollheader .nav ul ul {
            margin-left: -240px;
        }

.display {
    display: block;
}

.nodisplay {
    display: none;
}

.logo {
    width: 260px;
    padding-top: 20px;
    padding-bottom: 15px;
    z-index: 100;
    float: left;
}

    .logo img {
        width: 100%;
    }


.logo2 {
    width: 200px;
    float: left;
    z-index: 100;
    margin-top: 4px;
}

    .logo2 img {
        width: 100%;
    }

.top-btns {
    float: right;
    margin-top: 22px;
    margin-right: 20px;
}

.btn-impreso {
    width: 45px;
    float: left;
    margin-left: 4px;
}

    .btn-impreso img {
        width: 100%;
    }

.btn-facebook {
    width: 45px;
    float: left;
    margin-left: 4px;
}

    .btn-facebook img {
        width: 100%;
    }

.btn-twitter {
    width: 45px;
    float: left;
    margin-left: 4px;
}

    .btn-twitter img {
        width: 100%;
    }

.buscador {
    float: right;
    width: 200px;
    background-color: #ffffff;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-top: 22px;
}

.searchbox {
}

    .searchbox input {
        float: left;
        color: #696868;
        width: 120px;
        height: 25px;
        font-weight: 300;
        font-size: 0.9em;
        border-radius: 1px;
        letter-spacing: 1px;
    }

        .searchbox input:focus {
            color: #111;
        }


.searchbutton {
    float: left;
    width: 24px;
    margin-left: 10px;
}

/* Navigation Bar */

.nav {
    z-index: 9999;
    list-style: none;
    clear: right;
    background-color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.18);
    transition: all 0.3s;
}

    .nav ul {
        text-align: center;
        position: relative;
    }

        .nav ul .first {
        }

        .nav ul .last {
            padding-right: 0px;
            margin-right: 0px;
        }

        .nav ul .icon-social {
            margin-left: 5px;
            margin-right: 5px;
            font-size: 1em;
        }



        .nav ul li {
            /*display: inline-block;*/
            position: static;
            float: left;
            border: none;
            /*-webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;*/
            font-family: 'Open Sans', sans-serif;
            letter-spacing: 1px;
        }



            .nav ul li a:link {
                font-size: 0.9em;
                font-weight: 700;
                padding: 14px 20px;
                display: block;
                text-decoration: none;
                color: #494949;
                /*-webkit-transition: all .15s linear;
                -moz-transition: all .15s linear;
                -o-transition: all .15s linear;
                transition: all .15s linear;*/
            }

            .nav ul li a:visited {
                text-decoration: none;
                color: #696868;
            }

            .nav ul li a:hover {
                color: #c4171b;
                background-color: #9d0a0e;
                color: #ffffff;
            }

        /*/*/



        /* Hide Dropdowns by Default */
        .nav ul ul {
            display: none;
            position: absolute;
            left: 0;
            width: 1080px;
            z-index: 10;
            background-color: #ffffff;
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
        }


        /* Display Dropdowns on Hover */
        .nav ul li:hover > ul {
            display: inherit;
        }


        /* Fisrt Tier Dropdown */
        .nav ul ul li {
            width: 210px;
            float: left;
            /* display: list-item; */
            position: relative;
            background-color: #ffffff;
            opacity: 1;
            -webkit-transition: opacity .3s linear;
            -moz-transition: opacity .3s linear;
            -o-transition: opacity .3s linear;
            transition: opacity .3s linear;
        }

            .nav ul ul li a:link {
                color: #282828;
                padding-top: 20px;
                padding-bottom: 10px;
                padding-left: 20px;
                padding-right: 0px;
                font-size: 0.8em;
            }

            .nav ul ul li a:visited {
                color: #282828;
            }

            .nav ul ul li:hover img {
                opacity: 0.8;
            }

            .nav ul ul li:hover a {
                color: #9a0708 !important;
                background-color: #ffffff;
            }

.nav-img {
}

    .nav-img img {
        width: 100%;
    }

.nav-titulo {
}

    .nav-titulo a:link {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
        letter-spacing: 0px;
        color: #282828 !important;
    }

    .nav-titulo a:visited {
        color: #282828 !important;
    }


/*/*/

.slider .imagen {
    /*width: 100%;*/
}

    .slider .imagen img {
        opacity: 1;
        width: 100%;
    }


.slider .info {
    position: absolute;
    width: 100%;
    padding: 100px 20px 10px 20px;
    box-sizing: border-box;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
}

.slider .fecha {
    color: #87ce27;
    font-size: 0.8em;
}

.slider .titulo {
    font-weight: 700;
    font-size: 1em;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.60);
}

    .slider .titulo a:link {
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

    .slider .titulo a:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .slider .titulo a:hover {
        color: #ffffff;
    }



.home-principal {
    float: left;
    width: 65%;
    height: 420px;
    background-color: #e8e8e8;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .home-principal .slider .titulo a:link {
        font-size: 2em;
        line-height: 1.1em;
        font-family: 'Muli', sans-serif;
    }


.home-lateral {
    float: right;
    width: 33%;
    height: 420px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-lateral-arriba {
    width: 100%;
    background-color: #e8e8e8;
    height: 205px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

    .home-lateral-arriba .slider .titulo a:link {
        font-size: 1.2em;
        font-family: 'Muli', sans-serif;
    }

    .home-lateral-arriba img {
        height: 100%;
    }

.home-lateral-abajo {
    width: 100%;
    background-color: #e8e8e8;
    height: 205px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

    .home-lateral-abajo .slider .titulo a:link {
        font-size: 1.2em;
        font-family: 'Muli', sans-serif;
    }

    .home-lateral-abajo img {
        height: 100%;
    }





/**/
.col_left {
    float: left;
    width: 72%;
    margin-bottom: 20px;
}

.home-news-section {
    margin-bottom: 20px;
}

.home-news-box {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    box-sizing: border-box;
}

    .home-news-box img {
        width: 100%;
    }

    .home-news-box .imagen {
        width: 100%;
        box-sizing: border-box;
    }

    .home-news-box .fecha {
        font-size: 0.8em;
        color: #bababa;
    }

    .home-news-box .categoria {
        font-size: 0.7em;
        letter-spacing: 1px;
        font-weight: 700;
        margin-top: 7px;
        margin-bottom: 3px;
        color: #ffffff;
        background-color: #c4171b;
        padding: 3px 6px;
        display: inline-block;
    }

    .home-news-box .titulo {
        box-sizing: border-box;
    }

        .home-news-box .titulo a:link {
            text-decoration: none;
            color: #242424;
            font-size: 0.9em;
            font-weight: 700;
        }

        .home-news-box .titulo a:visited {
            color: #242424;
        }

.home-ultimas-noticias {
}

.contenedor-ultimas-noticias {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
}

    .contenedor-ultimas-noticias img {
        width: 100%;
    }

    .contenedor-ultimas-noticias .fecha {
        font-size: 0.8em;
        color: #bababa;
    }

    .contenedor-ultimas-noticias .titulo {
        /*height: 100px;*/
        margin-top: 5px;
    }

        .contenedor-ultimas-noticias .titulo a:link {
            text-decoration: none;
            color: #242424;
            font-size: 1.1em;
            font-weight: 700;
        }

        .contenedor-ultimas-noticias .titulo a:visited {
            color: #242424;
        }

        .contenedor-ultimas-noticias .titulo a:hover {
            color: #790102;
        }

/* GRANDE */
.noticia_grande {
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.contenedor_grande {
    margin-bottom: 20px;
    background-color: #e6e6e6;
    width: 100%;
}

    .contenedor_grande .Imagen {
        width: 66%;
        min-height: 100px;
        margin-left: 0px;
        float: left;
    }

        .contenedor_grande .Imagen img {
            width: 100%;
        }

    .contenedor_grande .Info {
        width: 34%;
        padding: 15px;
        box-sizing: border-box;
        float: left;
    }

    .contenedor_grande .Titulo {
        margin-top: 0px;
        font-size: 0.8em;
        text-transform: initial;
        text-align: left;
        text-justify: trim;
    }

        .contenedor_grande .Titulo a:link {
            font-size: 1.1em;
            line-height: 1.2em;
            font-weight: bold;
            color: #353535;
            text-decoration: none;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

        .contenedor_grande .Titulo a:visited {
            color: #353535;
            text-decoration: none;
        }

        .contenedor_grande .Titulo a:hover {
            color: #e00109;
            text-decoration: none;
        }


    .contenedor_grande .Texto {
        color: #545454;
        font-size: 0.8em;
        margin-top: 10px;
        letter-spacing: 0px;
        text-align: left;
    }

        .contenedor_grande .Texto span {
            color: #545454;
            font-size: 1em !important;
            font-weight: 300 !important;
            font-family: 'Open Sans', sans-serif !important;
        }

    .contenedor_grande .Categoria {
        display: inline-block;
        padding: 4px 10px 4px 10px;
        background-color: #c4171b;
        color: #ffffff;
        text-decoration: none;
        letter-spacing: 1px;
        font-size: 0.8em;
        margin-left: 0px;
        position: absolute;
    }


/* GRANDE  2*/

.ad-box-1 {
    float: right;
    width: 300px;
}

    .ad-box-1 img {
        width: 100%;
    }


.noticia_grande2 {
    float: left;
    box-sizing: border-box;
    width: 760px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
}

.contenedor_grande2 {
    width: 100%;
    height: 250px;
    background-color: #c4171b;
}

    .contenedor_grande2 .Imagen {
        width: 66%;
        background-color: #000;
        float: left;
        position: relative;
        height: 250px;
    }

        .contenedor_grande2 .Imagen img {
            width: 100%;
            opacity: 0.7;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

            .contenedor_grande2 .Imagen img:hover {
                opacity: 0.9;
            }

    .contenedor_grande2 .titulo-flotante {
        z-index: 2;
        position: absolute;
        bottom: 0;
        color: #ffffff;
        font-weight: 700;
        font-size: 1.2em;
        line-height: 1.4em;
        letter-spacing: 1px;
        padding: 20px;
        text-shadow: 3px 3px 4px #000;
    }

        .contenedor_grande2 .titulo-flotante a:link {
            color: #ffffff;
            text-decoration: none;
        }

        .contenedor_grande2 .titulo-flotante a:visited {
            color: #ffffff;
            text-decoration: none;
        }

        .contenedor_grande2 .titulo-flotante a:hover {
            color: #ffffff;
            text-decoration: none;
        }

    .contenedor_grande2 .Info {
        width: 34%;
        box-sizing: border-box;
        height: 270px;
        padding: 15px;
        float: left;
    }

    .contenedor_grande2 .Titulo {
        margin-top: 0px;
        font-size: 0.9em;
        padding-right: 10px;
    }

        .contenedor_grande2 .Titulo a:link {
            font-size: 1.1em;
            line-height: 1.2em;
            font-weight: bold;
            color: #ffffff;
            text-decoration: none;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

        .contenedor_grande2 .Titulo a:visited {
            color: #ffffff;
            text-decoration: none;
        }

        .contenedor_grande2 .Titulo a:hover {
            color: #ffffff;
            text-decoration: underline;
        }


    .contenedor_grande2 .Texto {
        color: #ffffff;
        font-size: 0.8em;
        margin-top: 10px;
        letter-spacing: 0px;
        text-align: left;
    }

        .contenedor_grande2 .Texto span {
            color: #ffffff;
            font-size: 1em !important;
            font-weight: 400 !important;
            font-family: 'Open Sans', sans-serif !important;
        }

        .contenedor_grande2 .Texto img {
            display: none;
        }

    .contenedor_grande2 .Categoria2 {
        padding-bottom: 8px;
        border-bottom: 1px solid #790102;
        margin-bottom: 10px;
        color: #4f0606;
        color: #ffffff;
        font-size: 0.9em;
        letter-spacing: 1px;
        font-weight: 700;
    }

        .contenedor_grande2 .Categoria2 a:link {
            color: #4f0606;
            text-decoration: none;
        }

        .contenedor_grande2 .Categoria2 a:visited {
            color: #4f0606;
            text-decoration: none;
        }

        .contenedor_grande2 .Categoria2 a:hover {
            color: #4f0606;
            text-decoration: none;
        }



/* HOME ULTIMAS NOTICIAS */
.ultimasnoticias {
    margin-bottom: 20px;
}

.contenedor_noticia {
    width: 31%;
    float: left;
    margin-right: 2.3%;
    margin-bottom: 0px;
    position: relative;
}

.contenedor_noticia2 {
    width: 225px;
    height: 270px;
    height: 250px !important;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.ultimasnoticias .Imagen {
    width: 100%;
}

    .ultimasnoticias .Imagen img {
        width: 100%;
    }

.ultimasnoticias .Info {
    width: 100%;
}

.ultimasnoticias .Categoria {
    display: inline-block;
    padding: 4px 10px 4px 10px;
    background-color: #c4171b;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 0.8em;
    position: absolute;
}


.ultimasnoticias .Titulo {
    margin-top: 8px;
    text-align: left;
    text-justify: inter-word;
}

    .ultimasnoticias .Titulo a:link {
        font-size: 0.9em;
        line-height: 1.4em;
        font-weight: normal;
        color: #353535;
        color: #444444;
        text-decoration: none;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

    .ultimasnoticias .Titulo a:visited {
        color: #444444;
        text-decoration: none;
    }

    .ultimasnoticias .Titulo a:hover {
        color: #111111;
        text-decoration: none;
    }


.ultimasnoticias .Texto {
    color: #696868;
    font-size: 0.9em;
    margin-top: 5px;
    letter-spacing: 1px;
}

    .ultimasnoticias .Texto span {
        color: #696868;
        font-size: 1em !important;
        font-weight: 300 !important;
        font-family: 'Open Sans', sans-serif !important;
    }

.noticias-lista {
    margin-left: 10px;
    margin-right: 10px;
}

.noticia-lista {
    margin-bottom: 10px;
    border: solid 1px #e6e6e6;
}


    .noticia-lista .Imagen {
        width: 225px;
        height: 120px;
        overflow: hidden;
        float: left;
    }

    .noticia-lista .Info {
        width: 458px;
        height: 109px;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

    .noticia-lista .Titulo {
        margin-top: 8px;
        text-align: justify;
    }

        .noticia-lista .Titulo a:link {
            font-size: 0.9em;
            line-height: 1.4em;
            font-weight: normal;
            color: #353535;
            color: #444444;
            text-decoration: none;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

        .noticia-lista .Titulo a:visited {
            color: #353535;
            color: #444444;
            text-decoration: none;
        }

        .noticia-lista .Titulo a:hover {
            color: #6d6d6d;
            color: #000;
            text-decoration: none;
        }


.divisor {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
    border-bottom: 1px solid #e6e6e6;
    margin-right: 20px;
    box-sizing: border-box;
}

.divisor-2 {
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-left: 10px;
    margin-right: 10px;
}

.masleidas-bottom {
    margin-bottom: 20px;
}

.masleidas-cabecera {
    background-color: #353535;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.9em;
}

.masleidas {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

    .masleidas .Imagen {
        float: left;
        width: 25%;
    }

    .masleidas img {
        width: 100%;
    }


    .masleidas .Titulo {
        float: left;
        width: 75%;
        padding-left: 15px;
        text-align: left;
        box-sizing: border-box;
    }

        .masleidas .Titulo a:link {
            font-size: 0.8em;
            line-height: 1.4em;
            color: #444444;
            text-decoration: none;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

        .masleidas .Titulo a:visited {
            color: #444444;
            text-decoration: none;
        }

        .masleidas .Titulo a:hover {
            color: #000;
            text-decoration: none;
        }


.mt5 {
    margin-top: 5px;
}


.mt10 {
    margin-top: 25px;
}

.mt20 {
    margin-top: 15px;
}

.newer {
    float: left;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 20px;
    background-color: #c4171b;
    border-radius: 3px;
    font-size: 0.9em;
}

    .newer a:link {
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        padding: 4px 8px 4px 8px;
        display: block;
    }

    .newer a:visited {
        color: #ffffff;
        text-decoration: none;
    }

.older {
    float: right;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #c4171b;
    border-radius: 3px;
    font-size: 0.9em;
}

    .older a:link {
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        padding: 4px 8px 4px 8px;
        display: block;
    }

    .older a:visited {
        color: #ffffff;
        text-decoration: none;
    }

/* <<<< HOME ULTIMAS NOTICIAS */

.divNo {
    font-size: 1em;
    color: #5f5e5e;
    text-align: center;
    width: 100%;
    background-color: White;
    padding-top: 20px;
    padding-bottom: 20px;
}

.noticias .Texto {
    color: #696868;
    font-size: 1em;
    margin-top: 15px;
}

.comentarios {
    margin-bottom: 20px;
}

.addthis_sharing_toolbox {
    margin-top: 10px;
}

.post {
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

    .post .titulo {
        margin-bottom: 10px;
        font-family: 'Muli', sans-serif;
        font-size: 2.4em;
        line-height: 1.2em;
        font-weight: 700;
        color: #353535;
        text-decoration: none;
    }

    .post .imagen img {
        width: 100%;
        height: auto;
    }

    .post .texto {
        color: #565656;
        font-size: 1em;
        line-height: 1.5em;
        letter-spacing: 1px;
        text-align: justify;
        margin-top: 20px;
    }

        .post .texto span {
            color: #565656;
            text-align: justify !important;
            font-size: 1em !important;
            font-weight: 400 !important;
            font-family: 'Open Sans', sans-serif !important;
        }

        .post .texto div {
            color: #565656;
            text-align: justify !important;
            font-size: 1em !important;
            font-weight: 400 !important;
            font-family: 'Open Sans', sans-serif !important;
        }

        .post .texto img {
            width: 100%;
            height: auto;
        }

    .post iframe {
        width: 100%;
    }

.otras {
    margin-bottom: 20px;
}

    .otras .titulo2 {
        font-weight: 700;
        font-size: 1.2em;
        letter-spacing: 1px;
        background-color: #c4171b;
        color: #ffffff;
        padding: 2px 10px;
    }

    .otras .subtitulo {
        margin-left: 10px;
    }

.recientes {
    margin-top: 20px;
    margin-bottom: 0px;
}

    .recientes .titulo2 {
        font-weight: bold;
        font-size: 1.4em;
        background-color: #790102;
        padding: 6px 12px;
        display: inline-block;
        color: #ffffff;
        margin-left: 10px;
    }

.recientes-border {
    border-top: 1px solid #790102;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}


.divisor2 {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
}

.noticia-contenedor {
    padding-bottom: 20px;
}
/* <<<< NOTICIAS */

.ads-footer {
    text-align: center;
    margin-bottom: 10px;
}

.noticia-ads {
    display: inline-block;
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .noticia-ads img {
        width: 100%;
    }


.espacio30 {
    height: 20px;
}

.espacio20 {
    height: 20px;
}


.col_right {
    float: right;
    width: 28%;
}




.digital {
    margin-bottom: 10px;
}

    .digital img {
        width: 100%;
    }

.digital-mobile {
    display: none;
}

    .digital-mobile img {
        width: 100%;
    }


.digital .cabecera {
    background-color: #353535;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.9em;
}

.line {
    border-bottom: 2px solid #353535;
    margin-bottom: 20px;
}


.no-data {
    padding-top: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}


#button {
    display: none;
}


#menu {
    width: 75%;
    min-height: 100%;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
    left: -80%;
    opacity: 1;
    display: block;
    position: fixed;
}

    #menu li a:link {
        letter-spacing: 2px;
        color: #1c1c1c;
        text-transform: uppercase;
        width: 100%;
        padding: 12px 0px 12px 10%;
        box-sizing: border-box;
        display: block;
        text-align: left;
        background-color: #ffffff;
        border-bottom: solid 1px #ededed;
        text-decoration: none;
        font-size: 0.8em;
    }

    #menu li a:visited {
        text-decoration: none;
        color: #1c1c1c;
        border-bottom: solid 1px #ededed;
    }

    #menu li a:hover {
        text-decoration: none;
        color: #1c1c1c;
        border-bottom: solid 1px #ededed;
    }

.mobile-top {
    padding-top: 0px;
    padding-left: 10%;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: solid 1px #ededed;
}

.mobile-credits {
    box-sizing: border-box;
    padding-left: 10%;
    font-size: 0.8em;
    margin-top: 30px;
}

/***********************************
***********************************/
/*  
Sticky Footer Solution
by Steve Hatcher 
https://stever.ca
https://www.cssstickyfooter.com
*/
* {
    margin: 0;
    padding: 0;
}

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, form {
    height: 100%;
}

#wrap {
    display: block;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#main {
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 220px;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    /*box-shadow: 0px 0px 1px #9c9c9c;*/
}

#footer {
    position: relative;
    height: 220px;
    margin-top: -220px;
    clear: both;
    background-color: #161616;
}

.enlaces {
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 2em;
    margin-left: 60px;
    margin-top: 20px;
    width: 160px;
}

    .enlaces a:link {
        text-decoration: none;
        color: #ffffff;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -otransition: all linear 0.3s;
    }

    .enlaces a:visited {
        text-decoration: none;
        color: #ffffff;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -otransition: all linear 0.3s;
    }

    .enlaces a:hover {
        text-decoration: none;
        color: #c8c8c8;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -otransition: all linear 0.3s;
    }

.creditos {
    float: right;
    color: #ffffff;
    text-align: right;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 2em;
    margin-top: 20px;
    width: 300px;
}

    .creditos a:link {
        text-decoration: none;
        color: #ffffff;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -otransition: all linear 0.3s;
    }

    .creditos a:visited {
        text-decoration: none;
        color: #ffffff;
    }

    .creditos a:hover {
        text-decoration: none;
        color: #c8c8c8;
    }

.social {
    float: left;
    margin-left: 60px;
    color: #ffffff;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 2em;
    margin-top: 20px;
    width: 140px;
}

    .social a:link {
        text-decoration: none;
    }

#footer .cabecera {
    font-size: 1em;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.secciones {
    float: left;
    width: 260px;
    color: #ffffff;
    text-align: left;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 2em;
    margin-top: 20px;
}

    .secciones a:link {
        text-decoration: none;
        color: #ffffff;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -otransition: all linear 0.3s;
    }

    .secciones a:visited {
        text-decoration: none;
        color: #ffffff;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -otransition: all linear 0.3s;
    }

    .secciones a:hover {
        text-decoration: none;
        color: #c8c8c8;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -otransition: all linear 0.3s;
    }

.secciones-1 {
    float: left;
    width: 120px;
}

.secciones-2 {
    float: left;
    margin-left: 20px;
    width: 120px;
}



/*Opera Fix*/
body:before {
    /* thanks to Maleika (Kohoutec)*/
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px; /* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/


.fade {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

    .fade:hover {
        opacity: 0.7;
        ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
    }

.effect {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

    .effect:hover {
        opacity: 0.7;
    }

/*
	UTILITY STYLES
*/

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

a {
    outline: none;
}



.label-top-left {
    left: 6px;
    position: absolute;
    top: 6px;
    z-index: 2;
    color: #ffffff;
    font-size: 0.8em;
    padding: 2px 6px 2px 6px;
    letter-spacing: 0.5px;
}

.lbl1 {
    background-color: #1468cf;
}

.lbl2 {
    background-color: #45c372;
}

.lbl3 {
    background-color: #e00109;
}

/* CONTACTO */

.header-contacto {
    background-image: url(Imagenes/Contact-US.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
}

.contenedor-contacto {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 44%;
    float: left;
    box-sizing: border-box;
    padding: 0px 20px;
}

.contenedor-llamada {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 46%;
    float: right;
    box-sizing: border-box;
    padding: 0px 20px;
}

.titulo-contacto {
    font-weight: 700;
    font-size: 1.8em;
    color: #790102;
}

.subtitulo-contacto {
    margin-top: 5px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #5e5e5e;
}

.llamada-texto {
    letter-spacing: 1px;
    color: #222222;
}

.llamada-titulo {
    font-weight: 700;
    font-size: 1.4em;
    color: #790102;
}

.text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .text input {
        color: #adadad;
        background-color: #ffffff;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 0.9em;
        margin-bottom: 20px;
        letter-spacing: 2px;
        border-bottom: 1px solid #e8e8e8;
    }

        .text input:focus {
            color: #3b3a3a;
        }

textarea {
    color: #adadad;
    background-color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    margin-bottom: 20px;
    letter-spacing: 2px;
    border-bottom: 1px solid #e8e8e8;
}

    textarea:focus {
        color: #3b3a3a;
    }

.enviado {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
}

.btnEnviar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

    .btnEnviar a:link {
        display: block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #790102;
        letter-spacing: 2px;
        font-size: 0.9em;
        color: #ffffff;
        text-decoration: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 20px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .btnEnviar a:visited {
        text-decoration: none;
        color: #ffffff;
    }

    .btnEnviar a:hover {
        text-decoration: none;
        background-color: #c4171b;
    }


.ads {
    width: 300px;
    margin-bottom: 20px;
}

    .ads img {
        width: 100%;
    }


.mobile-footer {
    display: none;
}

.aviso {
    font-size: 0.8em;
    color: #000 !important;
    font-weight: 700 !important;
    text-align: justify;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.banner-especial {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px !Important;
}

    .banner-especial img {
        width: 100%;
    }

/*UPDATE*/
.tiempo {
    background-color: #b40f12 !important;
    color: #ffffff !important;
    padding: 3px 6px !important;
    font-weight: 300 !important;
    font-size: 0.7em !important;
    letter-spacing: 2px;
    border-radius: 1px !important;
    font-family: 'Muli', sans-serif !important;
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: 4px;
}

.tiempo2 {
    background-color: #c4171b !important;
    color: #ffffff !important;
    padding: 1px 3px !important;
    font-weight: 300 !important;
    font-size: 0.8em !important;
    border-radius: 2px !important;
}

.zoom {
    display: none;
}

.categoriamobile {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1em;
    color: #c4171b;
    margin-bottom: 5px;
}

.autormobile {
    font-size: 0.8em;
    color: #626262;
    margin-bottom: 10px;
}

.lblautor {
    font-weight: 700;
    color: #c4171b;
}

.addthis_sharing_toolbox {
    margin-bottom: 10px;
}

.top-banner {
    margin-top: 20px;
}

    .top-banner img {
        width: 100%;
    }

.home-banner {
    width: 100%;
    margin-bottom: 20px;
}

    .home-banner img {
        width: 100%;
    }


.home-banner-left {
    float: left;
    height: 150px;
    width: 530px;
    margin-bottom: 20px;
}

    .home-banner-left img {
        width: 100%;
    }

.home-banner-right {
    float: right;
    height: 150px;
    width: 530px;
    margin-bottom: 20px;
}

    .home-banner-right img {
        width: 100%;
    }

/**/

.aviso-clasificados {
    text-align: center;
    font-size: 2em;
    color: #242424;
    margin-top: 40px;
}

/* IMPRESO */
.publicacion-principal {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ediciones-anteriores {
    box-sizing: border-box;
    text-align: center;
}

    .ediciones-anteriores .edicion {
        width: 90%;
        max-width: 300px;
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

.footer-banner-left {
    float: left;
    height: 90px;
    width: 530px;
    margin-bottom: 20px;
}

    .footer-banner-left img {
        width: 100%;
    }

.footer-banner-right {
    float: right;
    height: 90px;
    width: 530px;
    margin-bottom: 20px;
}

    .footer-banner-right img {
        width: 100%;
    }

.mb20 {
    margin-bottom: 20px;
}

.bucador-resultados .home-news-box .titulo {
    box-sizing: border-box;
    height: 100px;
}


/***********/

.overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 20000px;
    min-height: 100%;
    background-color: rgba(17, 17, 17, 0.75);
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: display 1.3s linear;
    -moz-transition: display 1.3s linear;
    -o-transition: display 1.3s linear;
    transition: display 1.3s linear;
}

.show {
    display: block;
}

.hide {
    display: none;
}

/*POPUP*/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 1000;
    display: none;
}


.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 1001;
    height: 100%;
}

.popup-img {
    margin-left: auto;
    margin-right: auto;
    height: 80%;
    margin-top: 5%;
    text-align: center;
}

    .popup-img img {
        width: auto;
        height: 100%;
    }


.x {
    float: right;
    height: 35px;
    left: 22px;
    /* position: absolute; */
    top: -25px;
    width: 34px;
    z-index: 2000;
    background-color: #111111;
    color: #ffffff;
}

    .x:hover {
        cursor: pointer;
    }

.etiquetas {
    font-weight: 700;
}

    .etiquetas .fa {
        margin-right: 5px;
    }


.etiquetas-titulo {
    font-weight: 700;
}

/*.tags {
    background-color: #790102;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 20px;
}*/

.tv {
    margin-bottom: 30px;
}

    .tv iframe {
        width: 100%;
    }


.audio {
    margin-top: 30px;
    max-width: 540px;
}



@media screen and (max-width: 1140px) {

    .header {
        position: fixed;
        width: 100%;
        z-index: 999;
        box-shadow: 0px 0px 4px rgba(36, 36, 36, 0.58);
    }

    .centrar {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    .bar-nav {
        height: 50px;
    }

    #button {
        display: block;
        float: left;
        width: 25px;
        height: 25px;
        margin-top: 13px;
        background-image: url(Imagenes/icon-menu-blanco.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        z-index: 999;
    }

    .logo {
        width: 150px;
        padding-top: 10px;
        padding-bottom: 10px;
        z-index: 100;
        position: absolute;
        left: 50%;
        margin-left: -75px;
    }

        .logo img {
            width: 100%;
        }


    .top-btns {
        display: none;
    }

    .searchbox {
        display: none;
    }

    .nav {
        display: none;
    }

    .buscar {
        display: none;
    }

    .buscador {
        display: none;
    }


    .hidemobile {
        display: none;
    }


    .display {
        display: block;
        display: none;
    }

    .nodisplay {
        display: none;
        display: block;
    }

    .home-principal {
        float: none;
        width: 100%;
        height: auto;
        background-color: initial;
        overflow: hidden;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .home-principal .slider .imagen {
            width: 100%;
            margin-left: 0% !important;
        }

        .home-principal .slider .titulo a:link {
            font-size: 1.4em;
            line-height: 1.1em;
            font-family: 'Muli', sans-serif;
        }


    .slider .info {
        position: initial;
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
        bottom: 0;
        background: none;
        margin-top: 10px;
    }


    .slider .titulo {
        font-weight: 700;
        font-size: 1em;
        text-shadow: none;
        color: #353535;
    }

        .slider .titulo a:link {
            color: #353535;
        }

        .slider .titulo a:visited {
            color: #353535;
        }

    .home-lateral {
        float: none;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-lateral-arriba {
        width: 100%;
        background-color: #ffffff;
        height: auto;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
    }

    .home-lateral-abajo {
        float: none;
        width: 100%;
        background-color: #ffffff;
        height: auto;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }



    .home-news-section {
        margin-bottom: 0px;
    }

    .home-news-box {
        float: none;
        width: 100%;
        margin-left: initial;
        margin-right: initial;
        box-sizing: border-box;
        clear: both;
        margin-bottom: 20px;
    }


        .home-news-box .imagen {
            width: 100%;
            box-sizing: border-box;
            width: 30%;
            float: left;
        }

        .home-news-box .titulo {
            box-sizing: border-box;
            width: 70%;
            float: left;
            padding-left: 10px;
        }

        .home-news-box .categoria {
            margin-top: -1px;
        }


    .noticia_grande2 {
        float: none;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .contenedor_grande2 {
        width: 100%;
        height: auto;
        background-color: #c4171b;
    }

        .contenedor_grande2 .Imagen {
            width: 100%;
            background-color: #000;
            float: none;
            position: relative;
            height: auto;
        }


            .contenedor_grande2 .Imagen img {
                opacity: 1;
            }




        .contenedor_grande2 .Info {
            width: 100%;
            box-sizing: border-box;
            height: auto;
            padding: 15px;
            float: none;
            display: none;
        }

        .contenedor_grande2 .titulo-flotante {
            z-index: 2;
            position: initial;
            bottom: 0;
            color: #ffffff;
            font-weight: 700;
            font-size: 1.2em;
            line-height: 1.4em;
            letter-spacing: 1px;
            padding: 20px;
            text-shadow: none;
            background-color: #c4171b;
        }

    .ad-box-1 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .home-banner-left {
        float: none;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .home-banner-right {
        float: none;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .divNo {
        font-size: 1em;
        color: #5f5e5e;
        text-align: center;
        width: 100%;
        background-color: White;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .post {
        width: 100%;
        margin-left: 0px;
        padding-right: 0px;
        height: auto;
    }

    .addthis_sharing_toolbox {
        margin-top: 10px;
    }

    .post .imagen {
        background: #f6f6f6;
        text-align: center;
    }

        .post .imagen img {
            margin-left: auto;
            margin-right: auto;
        }

    .post .texto {
        color: #696868;
        font-size: 1em;
        text-align: justify;
        letter-spacing: 1px;
    }

    .secciones {
        display: none;
    }

    .enlaces {
        display: none;
    }

    .social {
        display: none;
    }

    .creditos {
        display: none;
    }

    #footer {
        position: relative;
        height: 100px;
        margin-top: -100px;
        clear: both;
        background-color: #353535;
    }

    #main {
        padding-bottom: 100px;
        width: 100%;
        padding-top: 50px;
    }

    .mobile-footer {
        display: block;
        text-align: center;
        padding-top: 40px;
        color: #ffffff;
    }

    .aviso {
        font-size: 0.7em;
        color: #000 !important;
        font-weight: 700 !important;
        text-align: justify;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .publicacion-principal {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .issuuembed {
        height: 400px !important;
    }

    .noticia-ads {
        display: inline-block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-banner-left {
        float: none;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-banner-right {
        float: none;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 820px) {
}



@media screen and (max-width: 700px) {

    .popup-img {
        height: 80%;
        margin-top: 10%;
    }

    .header-contacto {
        background-image: url(Imagenes/Contact-US.jpg);
        background-size: cover;
        background-position: center;
        height: 220px;
    }

    .contenedor-contacto {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 0px 20px;
    }

    .contenedor-llamada {
        margin-top: 60px;
        margin-bottom: 20px;
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 0px 20px;
    }

    .mobile-footer {
        display: block;
        text-align: center;
        padding-top: 40px;
        font-size: 0.7em;
    }
}


@media screen and (max-width: 620px) {

    .post .titulo {
        font-size: 1.2em;
        line-height: 1.2em;
        text-align: left;
    }


    .post .imagen {
        position: relative;
    }

    .zoom {
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 1.6em;
    }

        .zoom a:link {
            color: #ffffff;
        }

        .zoom a:visited {
            color: #ffffff;
        }

    .post .texto {
        margin-top: 10px;
        font-size: 1em;
    }

    .post .fecha {
        display: none;
        font-size: 0.7em;
        padding: 8px 0px;
        text-align: center;
    }

    .post .categoria {
        float: none;
        padding: 8px 0px;
        margin-top: -8px;
        margin-bottom: 8px;
        background-color: #c4171b;
    }

    .tv {
        margin-top: 20px;
    }

        .tv iframe {
            width: 100%;
            height: 320px;
        }
}


@media screen and (max-width: 420px) {

    .contacto {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 370px) {
}