html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}
*,
:after,
:before {
    box-sizing: border-box;
}

.univision_header {
    text-align: center;
    border-bottom: 1px solid #ececec;
    height: 56px;
    margin-bottom: 20px;
}

.univision_header img {
    max-width: 207px;
    height: auto;
    padding-top: 14px;
}

.full_article {
    width: 100%;
    max-width: 833px;
    margin: auto;
    padding: 0 20px;
    font-family: Roboto Slab, sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
}

.full_column {
    min-height: 1px;
    position: relative;
    width: 100%;
}

.full_column a.pre_section {
    font: bold 14px 'Roboto', sans-serif;
}

header {
    margin-top: 10px;
}



h1 {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: Roboto, sans-serif;
    margin-bottom: .5rem;
    margin-top: 0;
    font-weight: bold;
}

header .entradilla {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-family: Roboto, sans-serif;
}

a {
    color: #2358bf;
    background-color: #0000;
    text-decoration: none;
}

.header .metadata {
    margin: 1rem 0;
    font-family: Roboto, sans-serif;
}


.header .columnas {
     display: flex;
     justify-content: space-between;
}

.header .metadata .autores {
    font-size: .875rem;
    line-height: 1.0625rem;
    text-align: left;
}


.header .metadata .timestamp {
    color: #a2a2a2;
    font-size: .6875rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    margin-top: 8px;
}

.header .metadata .autores .nombres {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    display: inline;
    color: #000;
    font-weight: 700;
    padding-left: 4px;
}

.header .metadata .autores .nombres a {
    color: #000;
}

.header .comparte {
    display: flex;
    margin-top: 4px;
    padding-left: 30px;
}

.header .comparte .palabra {color: #808080;font-size: .6875rem;line-height: .8125rem;text-transform: uppercase;padding-right: 8px;padding-top: 15px;font-family: 'Roboto',sans-serif;}

.header .comparte .iconos_compartir {
    min-width: 230px;
}
.header .comparte .iconos_compartir a {
    width: 40px;
    height: 40px;
    text-indent: 300px;
    overflow: hidden;
    display: inline-block;
    background: #333;
    border-radius: 40px;
    white-space: nowrap;
    margin: 0 7px;
}

.header .comparte .iconos_compartir .compartir_facebook {
    background: #3b5998 url(assets/fb.svg) no-repeat center center / 14px auto;
}

.header .comparte .iconos_compartir .compartir_twitter {
    background: #209fef url(assets/twitter.svg) no-repeat center center / 14px auto;
}

.header .comparte .iconos_compartir .compartir_whatsapp {
    background: #25d366 url(assets/whatsapp.svg) no-repeat center center / 14px auto;
}

.header .comparte .iconos_compartir .compartir_email {
    background: #a2a2a2 url(assets/email.svg) no-repeat center center / 14px auto;
}

footer {
    border-top: 2px solid rgb(35, 88, 191);
    ;
    padding: 40px 0;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    position: relative;
}

footer .logo {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-100%);
    width: 140px;
}

footer .logo img {
    width: 120px;
    height: auto;
}

footer ul,
footer h6 {
    margin: 0 auto;
    padding-left: 50%;
}

footer .copyright {
    padding-top: 20px;
    text-align: center;
}

footer h6 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
    margin-top: 1px;
}

footer ul {
    margin: 10px auto;
}

footer ul li {
    margin-bottom: 6px;
}

footer ul li a {
    color: #333;
}

footer .copyright {
    color: #999;
    font-size: 12px;

}

@media screen and (min-width: 780px) {
    h1 {
        font-size: 2.375rem;
        line-height: 2.75rem;
    }
}

@media screen and (min-width: 480px) {
    .header .comparte .logos {
        display: flex;
    }

    .header .comparte .movillogo {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    header {
        text-align: left;
    }

    .header .metadata {
        display: block;
    }
    .header .columnas {
        display: block;
        margin-bottom: 16px;
    }
}


.container_metodologia {
    max-width: 840px;
    margin: 0 auto;
}
.container_metodologia p {

    margin: 20px 16px 0 16px;
    padding: 26px 0 0 0;
    font: normal 14px/1.4 'Roboto', sans-serif;
    color: #85858A;
    position: relative;

}

.container_metodologia p:after {
    content: '';
    width: 200px;
    position: absolute;
    top: 0px;
    left: 0;
    border-top: 1px solid #85858A;
}
 