<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    /******* Related Post *******/

.relatedposts {
    width: auto;
    height: auto;
    margin: 20px 0 20px 0;
    font-size: 12px;
    overflow: hidden;
}

    .relatedposts h3 {
        font-size: 20px;
        margin: 0 0 5px 0;
        height: 78px;
    }

.relatedthumb {
    margin: 0 15px 0 0px;
    float: left;
    width: auto;
}

    .relatedthumb .p-content {
        margin: 5px 0px 5px 0px !important;
        text-transform: uppercase;
    }

    .relatedthumb .p-content-gris {
        margin: 5px 0px 5px 0px !important;
        text-transform: uppercase;
    }

    .relatedthumb img {
        margin: 0 0 3px 0;
        padding: 0;
        width: 100%;
        height: 200px;
    }

    .relatedthumb a {
        color: #333;
        text-decoration: none;
        display: block;
        padding: 4px;
        width: 300px;
    }

        .relatedthumb a:hover {
            background-color: #ddd;
            color: #000;
        }


.autorRelacionados address {
    float: left;
    font: 12px Arial !important;
}

.autorRelacionados span {
    font-style: italic;
}

.autorRelacionados {
    text-transform: uppercase;
    margin: 5px 0px 5px 0px;
    font: 10px Arial;
    color: #90a4ae;
}

    
.MasVistosRel{
    width: 40%;
    float: left;
    margin: 5%;

}
.relacionados figure img {
    max-width: 380px;
    max-height: 200px;
}
/* RESPONSIVE */
@media screen and (max-width: 980px) {

    .relatedthumb {
        width: 40%;
        margin: 0 15px 0 0px;
        float: left;
    }
}

@media screen and (max-width: 768px) {
    .relatedposts {
        margin: 0 0 20px 40px;
        width: 90%;
    }

    .relatedthumb {
        width: 45%;
    }
}

@media screen and (max-width: 425px) {
    .relatedposts {
        margin: 0 0 20px 50px;
    }

    .relatedthumb {
        width: 60%;
    }
}

@media screen and (max-width: 375px) {
    .relatedposts {
        margin: 0 0 20px 35px;
    }

    .relatedthumb {
        width: 60%;
    }
}

@media screen and (max-width: 320px) {
    .relatedposts {
        margin: 0 0 20px 5px;
    }
}


#contentvocentochar{
    width: auto;
    float: left;
}

.infographic-circle{
    display:inline-block;
}

/*Aï¿½adido porque no se incluye ï¿½momentaneo?*/

.p-content-gris {
    background: #656360;
    display: inline-block;
    font: 400 12px/14px 'Open Sans Bold';
    color: white;
    padding: 5px 8px;
    height: 25px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
</pre></body></html>