<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reset, .text input, select, textarea, ul, li, panel, fieldset, .searchbox input {
    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: #000;
    color: #ffffff;
}

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

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    color: #565656;
    background: #fff;
}

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

.c {
    clear: both;
}

.header {
    width: 100%;
    z-index: 200;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #052f6f;
}




.display {
    display: block;
}

.nodisplay {
    display: none;
}

.logo {
    float: left;
    margin-bottom: 5px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

    .logo img {
        width: 100%;
    }

#button {
    display: none;
}

.icon-buscador {
    display: none;
}


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

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


.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.7em;
    letter-spacing: 1px;
    margin-top: 20px;
    color: #fff;
}

.logo-menu-mobile {
    width: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 10%;
}

    .logo-menu-mobile img {
        width: 100%;
    }


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

/* MENÚ NAVEGACIÓN */

.nav {
    width: 1000px;
    float: right;
    z-index: 9999;
    list-style: none;
    margin-top: 27px;
}

    .nav ul {
        text-align: right;
    }



        .nav ul li {
            display: inline-block;
            border: none;
            font-size: 0.95em;
            letter-spacing: 1px;
            font-weight: 400;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
            font-family: 'Poppins', sans-serif;
        }



            .nav ul li a:link {
                padding: 10px 0px 10px 0px;
                margin-left: 12px;
                display: block;
                text-decoration: none;
                color: #ffffff;
                -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: #ffffff;
            }

            .nav ul li a:hover {
                color: #aacd00;
            }

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

        .nav ul .first {
        }

.dropdown {
    position: relative;
    margin-right: 15px !important;
}

    .dropdown .fa-solid {
        position: absolute;
        margin-left: 5px;
    }

/*ocultamos el dropdown*/
.menu li &gt; ul {
    display: none;
    position: absolute;
    background: #0063bf;
    padding: 0;
    z-index: 2;
    margin-left: 10px;
}

    .menu li &gt; ul li {
        padding: 0;
        /*margin: 1px 0;*/
        list-style: none;
    }

        .menu li &gt; ul li:first-child, .menu li:hover &gt; ul li:last-child {
            padding: 0;
            margin: 0 0;
        }

/*le damos el color blanco al enlance del submenu y el background negro */
.dropdown li:hover &gt; a {
    color: #fff;
    /*background-color: #424242;*/
    /*width: 150px;*/
}

.menu li &gt; ul li a {
    width: 210px;
    margin: 0 0 0 0px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #0255a4;
}

/* Con esto mantenemos el codigo submenu activo */
.menu li:hover &gt; ul {
    display: block;
    width: 220px;
    padding-right: 10px;
    /*top: 80px;*/
}

/*.menu .dropdown::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 52px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4.3px;
    border-bottom-width: 0px;
    border-color: #BCBCBC transparent transparent transparent;
}

.menu li:hover::after {
    border-color: #fff transparent transparent transparent;
}*/


.menu hr {
    margin: 0;
    padding: 0;
    width: 80%;
    position: relative;
    border-color: rgba(189, 189, 189, 0.6);
    left: 10px;
}

.menu .dropdown span {
    height: 15px;
    width: 3px;
    position: absolute;
    top: 6px;
    left: 5px;
}

/*/*/


/*scrollheader*/

.header-space {
    height: 140px;
}

.scrollheader {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #052f6f;
    position: fixed;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.20);
}

    .scrollheader .logo {
        margin-bottom: initial;
        width: 90px;
    }

    .scrollheader .nav {
        width: 1000px;
        float: right;
        z-index: 9999;
        list-style: none;
        margin-top: 5px;
    }

.mt10 {
    margin-top: 25px;
}

.mt20 {
    margin-top: 20px;
}

.mt2 {
    margin-top: 12px;
}

/*BUSCADOR*/

.hidden {
    display: none;
}

.buscador {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 47, 111, 0.89);
    z-index: 998;
    text-align: center;
}


.searchbox {
}

    .searchbox input {
        color: #fff;
        border-bottom: 2px solid #fff;
        width: 300px;
        padding-bottom: 10px;
        font-size: 1.2em;
        letter-spacing: 2px;
    }

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

::placeholder {
    color: #fff;
    opacity: 1;
}

.boton-buscar {
    margin-top: 20px;
}

    .boton-buscar a {
        display: inline-block;
        width: 300px;
        box-sizing: border-box;
        background-color: #aacd00;
        color: #fff;
        padding: 10px 20px;
        text-align: center;
        font-size: 1em;
        letter-spacing: 2px;
        border-radius: 100px;
        text-decoration: none;
    }

.buscador-cerrar {
    position: absolute;
    top: 20px;
    right: 20px;
}

    .buscador-cerrar a {
        display: block;
        color: #fff;
        font-size: 2em;
        text-decoration: none;
    }

/* NOTICIA PRINCIPAL GRANDE */
.home-noticia-principal {
    float: none;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

    .home-noticia-principal .box-imagen {
        width: 100%;
        height: 600px;
        background-color: rgba(36, 36, 36, 0.25);
        background-size: cover;
        background-position: center;
    }


    .home-noticia-principal .info {
        z-index: 2;
        position: absolute;
        bottom: 0;
        /*right: 0;
        top: 0;*/
        width: 100%;
        /*height: 100%;*/
        padding: 100px 20px 20px 30px;
        box-sizing: border-box;
        background: linear-gradient(to bottom,rgba(0,0,0,.0) 0,rgba(0,0,0,100) 100%);
    }

.home-noticia-principal-centrar {
}

.alinear-abajo {
    bottom: 20px;
    /*position: absolute;*/
}

.home-noticia-principal .box-titulo {
    width: 100%;
}

    .home-noticia-principal .box-titulo a {
        font-size: 2.8em;
        line-height: 1.2em;
        letter-spacing: 1px;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
    }


        .home-noticia-principal .box-titulo a:hover {
            color: #fff;
        }


.home-noticia-principal .box-texto {
    width: 50%;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-top: 10px;
}


.home-noticia-principal .seccion {
    margin-top: 10px;
}

    .home-noticia-principal .seccion a {
        color: #aacd00;
        font-size: 1.1em;
        font-weight: 700;
        letter-spacing: 2px;
        text-decoration: none;
    }

.tabla {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
}

.celda {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

/*SECCIÓN PRINCIPAL 3*/

.home-main-3 {
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
    justify-content: space-between;
}

    .home-main-3 .box {
        width: 32%;
        margin-bottom: 10px;
    }

    .home-main-3 .box-imagen {
        width: 100%;
        background-color: rgba(36, 36, 36, 0.25);
    }

        .home-main-3 .box-imagen img {
            width: 100%;
        }

    .home-main-3 .box-titulo {
        margin-top: 4px;
    }

        .home-main-3 .box-titulo a:link {
            font-size: 1.2em;
            line-height: 1.2em;
            font-weight: 700;
            color: #282828;
            text-decoration: none;
        }

        .home-main-3 .box-titulo a:visited {
            color: #282828;
        }

        .home-main-3 .box-titulo a:hover {
            color: #0063bf;
        }

    .home-main-3 .seccion {
        margin-top: 10px;
    }

        .home-main-3 .seccion a {
            color: #0063bf;
            font-size: 1em;
            font-weight: 700;
            letter-spacing: 1px;
            text-decoration: none;
        }

/* ALDEA POLÍTICA */

.aldea-politica-fondo {
    margin-bottom: 0px;
    width: 100%;
    background-color: #aacd00;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 40px;
}

.aldea-politica-titulo {
    text-align: center;
    background-color: #aacd00;
}

    .aldea-politica-titulo a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        font-size: 2.5em;
        letter-spacing: 10px;
    }


    .aldea-politica-titulo .fa {
        margin-left: 5px;
        font-size: 0.9em;
    }

.aldea-politica {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

    .aldea-politica .box {
        width: 32%;
        background-color: #fff;
    }

    .aldea-politica .imagen {
        width: 100%;
        overflow: hidden;
        background-color: #e6e6e6;
        background-image: url(Imagenes/495.gif);
        background-position: center;
        background-repeat: no-repeat;
    }

        .aldea-politica .imagen img {
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

    /*.aldea-politica .imagen img:hover {
                opacity: 0.8;
            }*/


    .aldea-politica .titulo {
        color: #000;
        font-size: 0.9em;
        line-height: 1.4em;
        letter-spacing: 1px;
        box-sizing: border-box;
        padding: 10px;
        background-color: #fff;
        text-align: center;
    }

        .aldea-politica .titulo a {
            color: #000;
            text-decoration: none;
            font-weight: 700;
        }


            .aldea-politica .titulo a:hover {
                color: #052f6f;
            }

/*AL MOMENTO*/

.al-momento-seccion {
    float: left;
    width: 880px;
    box-sizing: border-box;
    padding-right: 40px;
}

.al-momento-titulo {
    color: #000;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 4px;
    padding-bottom: 4px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

.al-momento {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

    .al-momento .box {
        width: 48%;
        margin-bottom: 20px;
    }

    .al-momento .imagen {
        width: 100%;
        overflow: hidden;
        background-color: #e6e6e6;
        background-image: url(Imagenes/495.gif);
        background-position: center;
        background-repeat: no-repeat;
    }

        .al-momento .imagen img {
            width: 100%;
        }

    .al-momento .seccion {
        margin-top: 10px;
    }

        .al-momento .seccion a {
            color: #0063bf;
            font-size: 1em;
            font-weight: 700;
            letter-spacing: 1px;
            text-decoration: none;
        }


    .al-momento .titulo {
    }

        .al-momento .titulo a {
            font-size: 1.2em;
            line-height: 1.2em;
            font-weight: 700;
            color: #282828;
            text-decoration: none;
        }


            .al-momento .titulo a:hover {
                color: #052f6f;
            }


.al-momento-lateral {
    float: right;
    width: 300px;
}

/*PORTADA*/

.portada {
    margin-bottom: 20px;
}

    .portada img {
        width: 100%;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
    }


/* VIDEOS */

.videos-fondo {
    margin-bottom: 30px;
    width: 100%;
    background-color: #052f6f;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 40px;
}

.videos-titulo {
    text-align: center;
}

    .videos-titulo a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        font-size: 2.5em;
        letter-spacing: 10px;
    }


    .videos-titulo .fa {
        margin-left: 5px;
        font-size: 0.9em;
    }

.videos {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

    .videos .box {
        width: 32%;
    }


    .videos iframe {
        width: 100%;
        height: 250px;
    }


/*ÚLTIMAS NOTICIAS*/

.ultimas-noticias-seccion {
    width: 100%;
    padding-bottom: 40px;
}

.ultimas-noticias-titulo {
    color: #000;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 4px;
    padding-bottom: 4px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

.ultimas-noticias {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

    .ultimas-noticias .box {
        width: 48%;
        margin-bottom: 20px;
        display: flex;
    }

    .ultimas-noticias .imagen {
        width: 40%;
        overflow: hidden;
        background-color: #e6e6e6;
        background-image: url(Imagenes/495.gif);
        background-position: center;
        background-repeat: no-repeat;
    }

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

    .ultimas-noticias .imagen-mobile {
        display: none;
    }

    .ultimas-noticias .info {
        width: 60%;
        box-sizing: border-box;
        padding-left: 20px;
    }

    .ultimas-noticias .seccion {
        margin-top: 0px;
    }

        .ultimas-noticias .seccion a {
            color: #0063bf;
            font-size: 1em;
            font-weight: 700;
            letter-spacing: 1px;
            text-decoration: none;
        }

    .ultimas-noticias .titulo {
    }

        .ultimas-noticias .titulo a {
            font-size: 1.2em;
            line-height: 1.2em;
            font-weight: 700;
            color: #282828;
            text-decoration: none;
        }


            .ultimas-noticias .titulo a:hover {
                color: #052f6f;
            }


/*IMPRESO*/

.impreso-seccion {
    width: 100%;
}

.impreso-titulo {
    color: #000;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 4px;
    padding-bottom: 4px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

.impreso {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

    .impreso .box {
        width: 48%;
        margin-bottom: 20px;
    }

    .impreso .imagen {
        width: 100%;
        overflow: hidden;
        background-color: #e6e6e6;
        background-image: url(Imagenes/495.gif);
        background-position: center;
        background-repeat: no-repeat;
    }

        .impreso .imagen img {
            width: 100%;
        }

    .impreso .seccion {
        margin-top: 10px;
    }

        .impreso .seccion a {
            color: #0063bf;
            font-size: 1em;
            font-weight: 700;
            letter-spacing: 1px;
            text-decoration: none;
        }


    .impreso .titulo {
        margin-top: 5px;
    }

        .impreso .titulo a {
            font-size: 1.5em;
            line-height: 1.2em;
            letter-spacing: 1px;
            font-weight: 700;
            color: #282828;
            text-decoration: none;
        }


            .impreso .titulo a:hover {
                color: #052f6f;
            }

/*CATEGORIAS*/

.cabecera-1 {
    color: #000;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 4px;
    padding-bottom: 4px;
    border-bottom: 2px solid #000;
    margin-bottom: 0px;
    margin-top: 20px;
    text-transform: uppercase;
}

.categorias {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    justify-content: space-between;
}

    .categorias .box {
        width: 48%;
        margin-bottom: 20px;
    }

    .categorias .imagen {
        width: 100%;
        overflow: hidden;
        background-color: #e6e6e6;
        background-image: url(Imagenes/495.gif);
        background-position: center;
        background-repeat: no-repeat;
    }

        .categorias .imagen img {
            width: 100%;
        }

    .categorias .seccion {
        margin-top: 10px;
    }

        .categorias .seccion a {
            color: #0063bf;
            font-size: 1em;
            font-weight: 700;
            letter-spacing: 1px;
            text-decoration: none;
        }


    .categorias .titulo {
        margin-top: 10px;
    }

        .categorias .titulo a {
            font-size: 1.2em;
            line-height: 1.2em;
            font-weight: 700;
            color: #282828;
            text-decoration: none;
        }


            .categorias .titulo a:hover {
                color: #052f6f;
            }

/* PAGINADO */

.newer {
    float: left;
    text-align: left;
    margin-top: 3px;
    margin-left: 0px;
    margin-bottom: 20px;
    background-color: #0063bf;
    font-size: 0.9em;
}

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

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

.older {
    float: right;
    text-align: right;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 20px;
    background-color: #0063bf;
    font-size: 0.9em;
}

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

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

/* &lt;&lt;&lt;&lt; PAGINADO */

/* POST */
.col_left {
    float: left;
    width: 880px;
    box-sizing: border-box;
    padding-right: 40px;
    margin-top: 40px;
}

.col_right {
    float: right;
    width: 300px;
    margin-top: 40px;
}


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

.noticias .comentarios {
    margin-top: 20px;
    border-top: 1px solid #d0d0d0;
    padding-top: 20px;
}

.post {
    margin-bottom: 20px;
}

    .post .categoria {
    }

        .post .categoria a {
            color: #0063bf;
            font-size: 1em;
            font-weight: 700;
            letter-spacing: 1px;
            text-decoration: none;
        }

    .post .titulo {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 2.5em;
        line-height: 1.2em;
        font-weight: 700;
        color: #333333;
        text-decoration: none;
    }



    .post .fecha {
        font-size: 0.9em;
        color: #a5a5a5;
        letter-spacing: 1px;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .post .texto {
        color: #282828;
        font-size: 1.1em;
        line-height: 1.6em;
        letter-spacing: 1px;
        margin-top: 20px;
    }

        .post .texto span {
            color: #282828;
            text-align: justify !important;
            font-size: 1em !important;
            font-weight: 300 !important;
            font-family: 'Poppins', sans-serif !important;
            line-height: 1.6em !important;
        }

        .post .texto div {
            color: #282828;
            text-align: justify !important;
            font-size: 1em !important;
            font-weight: 300 !important;
            font-family: 'Poppins', sans-serif !important;
            line-height: 1.6em !important;
        }

        .post .texto p {
            color: #282828;
            text-align: justify !important;
            font-size: 1em !important;
            font-weight: 300 !important;
            font-family: 'Poppins', sans-serif !important;
            line-height: 1.6em !important;
        }

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

    .post iframe {
        width: 100%;
    }

.share {
    margin-bottom: 20px;
}

/* &lt;&lt;&lt;&lt; POST */
/*NOTICIAS POPULARES*/
.noticias-lista .cabecera {
    background-color: #aacd00;
    color: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 20px;
}


.noticia-lista {
    margin-bottom: 20px;
}

    .noticia-lista .imagen {
    }

        .noticia-lista .imagen img {
            width: 100%;
        }

    .noticia-lista .titulo {
        margin-top: 10px;
    }

        .noticia-lista .titulo a {
            font-size: 1.1em;
            line-height: 1em;
            font-weight: 700;
            color: #282828;
            text-decoration: none;
        }


/* FOOTER */
.footer {
    background-color: #1b1b1b;
    padding-top: 20px;
    padding-bottom: 40px;
}

.mobile-footer {
    display: none;
}

.footer-logo {
    width: 200px;
    float: left;
    margin-top: 30px;
    margin-right: 40px;
}

    .footer-logo img {
        width: 100%;
    }


.footer .fa-solid {
    margin-right: 5px;
    color: #aacd00;
}

.footer .cabecera {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 1.2em;
}


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


.footer .social {
    float: right;
    width: 400px;
    color: #ffffff;
    text-align: right;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

.social-icons {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 20px;
}

    .social-icons .icon {
        font-size: 1.8em;
        margin-left: 20px;
    }


        .social-icons .icon a {
            display: block;
            text-align: center;
            text-decoration: none;
            background-color: #aacd00;
            color: #fff;
            border-radius: 100px;
            width: 50px;
            height: 50px;
            box-sizing: border-box;
            padding-top: 15px;
        }

.creditos {
    background-color: #111111;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 2em;
}

    .creditos a {
        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;
    }




/*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*/
}


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

.no {
    display: none;
}

.super-chile-banner {
    margin-top: 40px;
    background-color: #1eaf12;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 20px;
    text-decoration: none;
}

.super-chile-icon {
    width: 60px;
    margin-right: 20px;
}

    .super-chile-icon img {
        width: 100%;
        border-radius: 100px;
    }


.super-chile-nombre {
    font-size: 2em;
    letter-spacing: 1px;
}

    .super-chile-nombre a {
        text-decoration: none;
        color: #fff;
    }


.super-chile-video-principal {
}

    .super-chile-video-principal iframe {
        width: 100%;
        height: 580px;
    }

.super-chile-videos-3 {
    margin-bottom: 40px;
}


.deprimera-teens-banner {
    margin-top: 40px;
    background-color: #0063bf;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 20px;
    text-decoration: none;
}


.home-encuesta {
    background-color: #052f6f;
    padding-top: 40px;
    margin-bottom: 30px;
}

.encuesta-titulo {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2.5em;
    letter-spacing: 4px;
    padding-bottom: 4px;
    border-bottom: 2px solid #03265c;
    margin-bottom: 20px;
}

.encuesta-pregunta {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #fff;
}

.encuesta-opciones {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.opcion-1 {
    width: 48%;
    background-color: #0063bf;
    color: #fff;
    text-align: center;
}

    .opcion-1 a {
        text-decoration: none;
        color: #fff;
        display: block;
        width: 100%;
        padding: 40px 0px;
    }

    .opcion-1 span {
        text-decoration: none;
        color: #fff;
        display: block;
        width: 100%;
        padding: 40px 0px;
    }


.opcion-2 {
    width: 48%;
    background-color: #0063bf;
    color: #fff;
    text-align: center;
}

    .opcion-2 a {
        text-decoration: none;
        color: #fff;
        display: block;
        width: 100%;
        padding: 40px 0px;
    }

    .opcion-2 span {
        text-decoration: none;
        color: #fff;
        display: block;
        width: 100%;
        padding: 40px 0px;
    }

.banner-digital {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

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

        .banner-digital img:hover {
            opacity: 0.9;
            cursor: pointer;
        }

.banner-digital-movil {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: none;
}

    .banner-digital-movil img {
        width: 100%;
    }

        .banner-digital-movil img:hover {
            opacity: 0.9;
            cursor: pointer;
        }


.centrar-digital {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.bg-digital {
    
}


@media screen and (max-width: 1190px) {
    #button {
        display: block;
        font-size: 2em;
        color: #fff;
        float: left;
        margin-top: 18px;
    }

    .icon-buscador {
        display: block;
        float: right;
        font-size: 1.4em;
        color: #fff;
        margin-top: 23px;
    }

        .icon-buscador a {
            color: #fff;
        }


    .header {
        width: 100%;
        height: 70px;
        padding-top: initial;
        padding-bottom: initial;
        position: fixed;
    }

    .logo {
        float: none;
        margin-bottom: initial;
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        left: 50%;
        margin-left: -50px;
        margin-top: 9px;
    }

    .scrollheader .logo {
        width: 100px;
    }

    .nav {
        display: none;
    }

    .header-space {
        height: 70px;
        display: block !important;
    }

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

    .home-noticia-principal .box-imagen {
        width: 100%;
        height: 320px;
        background-color: rgba(36, 36, 36, 0.25);
        background-size: cover;
        background-position: center;
    }

    .home-noticia-principal .info {
        z-index: 2;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 20px 20px 20px 30px;
        box-sizing: border-box;
        background: linear-gradient(to bottom,rgba(0,0,0,.0) 0,rgba(0,0,0,100) 100%);
    }

    .home-noticia-principal .seccion a {
        font-size: 1em;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .home-noticia-principal .box-titulo {
        width: 100%;
    }

        .home-noticia-principal .box-titulo a {
            font-size: 1.4em;
            line-height: 1.2em;
            letter-spacing: 1px;
            font-weight: 700;
        }

    .home-noticia-principal .box-texto {
        width: 100%;
        color: #fff;
        font-size: 0.8em;
        letter-spacing: 1px;
        line-height: 1.4em;
        margin-top: 5px;
    }

    .home-main-3 {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        justify-content: space-between;
    }

        .home-main-3 .box {
            width: 100%;
            margin-bottom: 20px;
        }

    .aldea-politica-titulo a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.6em;
        letter-spacing: 10px;
    }

    .aldea-politica {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        justify-content: space-between;
    }

        .aldea-politica .box {
            width: 100%;
            margin-bottom: 20px;
        }

    .al-momento-seccion {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding-right: 0px;
    }

    .al-momento-titulo {
        color: #000;
        font-weight: 700;
        font-size: 1.6em;
        letter-spacing: 2px;
        padding-bottom: 4px;
        border-bottom: 2px solid #000;
        margin-bottom: 20px;
    }

    .al-momento .seccion a {
        font-size: 0.9em;
        letter-spacing: 1px;
    }

    .al-momento .titulo a {
        font-size: 1em;
        line-height: 1.2em;
    }

    .al-momento-lateral {
        float: none;
        width: 100%;
    }

    .videos-titulo a {
        font-size: 1.6em;
        letter-spacing: 4px;
    }

    .videos {
        display: block;
        margin-top: 20px;
        justify-content: space-between;
    }

        .videos .box {
            width: 100%;
            margin-bottom: 20px;
        }

        .videos iframe {
            width: 100%;
            height: 200px;
        }

    .ultimas-noticias-titulo {
        font-size: 1.6em;
        letter-spacing: 2px;
        padding-bottom: 4px;
        border-bottom: 2px solid #000;
        margin-bottom: 20px;
    }

    .ultimas-noticias {
        display: block;
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: space-between;
    }

        .ultimas-noticias .box {
            width: 100%;
            margin-bottom: 20px;
            display: flex;
        }

        .ultimas-noticias .imagen {
            display: none;
        }

        .ultimas-noticias .imagen-mobile {
            width: 40%;
            overflow: hidden;
            background-color: #e6e6e6;
            background-image: url(Imagenes/495.gif);
            background-position: center;
            background-repeat: no-repeat;
        }

        .ultimas-noticias .imagen-mobile {
            display: block;
        }

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

        .ultimas-noticias .titulo a {
            font-size: 1.1em;
            line-height: 1.1em;
            font-weight: 700;
            color: #282828;
            text-decoration: none;
        }

    .impreso-titulo {
        font-size: 1.6em;
        letter-spacing: 2px;
        padding-bottom: 4px;
        border-bottom: 2px solid #000;
        margin-bottom: 20px;
    }

    .impreso {
        display: block;
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: space-between;
    }

        .impreso .box {
            width: 100%;
            margin-bottom: 20px;
        }

        .impreso .seccion a {
            font-size: 1em;
            letter-spacing: 1px;
        }

        .impreso .titulo a {
            font-size: 1.2em;
            line-height: 1.2em;
            letter-spacing: 1px;
        }

    .footer-logo {
        display: none;
    }

    .secciones {
        float: none;
        width: 100%;
    }

    .footer .social {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .social-icons {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        align-content: center;
        justify-content: center;
    }

        .social-icons .icon {
            font-size: 1.1em;
            margin-left: 0px;
            margin-right: 10px;
        }

            .social-icons .icon a {
                display: block;
                text-align: center;
                text-decoration: none;
                background-color: #aacd00;
                color: #fff;
                border-radius: 100px;
                width: 40px;
                height: 40px;
                box-sizing: border-box;
                padding-top: 11px;
            }

    #menu .social-icons {
        margin-left: 10%;
    }

    .creditos {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #ffffff;
        text-align: center;
        font-size: 0.7em;
        letter-spacing: 1px;
        line-height: 1.5em;
    }

    .cabecera-1 {
        font-size: 1.6em;
        letter-spacing: 2px;
        padding-bottom: 4px;
        border-bottom: 2px solid #000;
        margin-bottom: 0px;
        margin-top: 20px;
    }

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

    .categorias .box {
        width: 100%;
        margin-bottom: 20px;
    }

    .categorias .titulo a {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    .col_right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .post .titulo {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.8em;
        line-height: 1.2em;
    }

    .encuesta-titulo {
        text-align: center;
        font-weight: 700;
        font-size: 2em;
        letter-spacing: 4px;
        padding-bottom: 4px;
        margin-bottom: 20px;
    }

    .encuesta-pregunta {
        text-align: center;
        font-size: 1.1em;
        letter-spacing: 1px;
        line-height: 1.4em;
    }

    .encuesta-opciones {
        display: block;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .opcion-1 {
        width: 100%;
        background-color: #0063bf;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }

        .opcion-1 a {
            text-decoration: none;
            color: #fff;
            display: block;
            width: 100%;
            padding: 40px 0px;
        }

        .opcion-1 span {
            text-decoration: none;
            color: #fff;
            display: block;
            width: 100%;
            padding: 40px 0px;
        }


    .opcion-2 {
        width: 100%;
        background-color: #0063bf;
        color: #fff;
        text-align: center;
    }

        .opcion-2 a {
            text-decoration: none;
            color: #fff;
            display: block;
            width: 100%;
            padding: 40px 0px;
        }

        .opcion-2 span {
            text-decoration: none;
            color: #fff;
            display: block;
            width: 100%;
            padding: 40px 0px;
        }

    .super-chile-nombre {
        font-size: 1.2em;
        letter-spacing: 0px;
    }

    .super-chile-video-principal iframe {
        width: 100%;
        height: 320px;
    }

    .footer .cabecera {
        font-weight: 700;
        letter-spacing: 2px;
        font-size: 1.2em;
        text-align: center;
        margin-bottom: 10px;
    }

    .secciones-1 {
        float: none;
        width: 100%;
        text-align: center;
    }

    .secciones-2 {
        float: none;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .banner-digital {
        display: none;
    }

    .banner-digital-movil {
        display: block;
    }
}


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

@media screen and (max-width: 480px) {
}
</pre></body></html>