@media only screen and (max-width: 1024px)  
{
    #ImagenPerfil
    {
        width: 40px;
        height: 40px;
    }

    #DatosAutor
    {
        font-size: 8pt;
    }

    .DatosPublicacion
    {
        font-size: 12pt;
        margin-top: -7%;
    }

    .DatosAutorPublicacion
    {
        width: 90.5%;
    }

    #Logo
    {
        height: 50px;
        margin-top:-12px;
    }

    .MenuDesplegable
    {
        margin-top: 0px;
    }

    .InfoBanner
    {
        font-size: 10pt;
    }
}