@charset "UTF-8";

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #999999;
}


#header {
    width: 90%;
    margin: 0 auto;
    padding: 2px;
    font-family: Arial;
    font-size: 13pt;
    color: #848484;
    height: 100px;
    text-align: center;
    max-width: 1100px;
}

#banner {
    width: 100%;
    background-image: url("../media/editores-banner-evaluacion.png");
    height: 143px;
    background-repeat: no-repeat;
    background-color: #e81529;
    clear: both;
}

.img-logo-redalyc {
    width: 20%;
    display: inline-block;
}

.leyenda-redalyc {
    width: 79%;
    display: inline-block;
    text-align: right;
}

#footer {
    width: 100%;
    font-family: Arial;
    font-size: 10pt;
    color: black;
    height: 100px;
    background: #E5E5E5;
    margin: 0 auto;

}

.contenedor-footer {
    width: 90%;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    max-width: 1100px
}

.logouaem {
    float: left;
    margin-top: -4px;
}

.instituciones {
    display: inline-block;
    width: 30%;
    margin: 0 auto;
}

.version {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin: 0 auto;
}

.open-access {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    #header {
        width: 91%;
    }
    .instituciones {
        width: 39%;
    }
}

@media only screen and (max-width: 915px) {

    .instituciones {
        width: 47%;
    }
    .version {
        width: 18%;
    }

    .open-access {
        width: 18%;
    }
}


@media only screen and (max-width: 767px) {
    #header {
        width: 100%;
        font-size: 11pt;
        text-align: left;
    }
    .img-logo-redalyc {
        width: 30%;
    }

    .leyenda-redalyc {
        width: 69%;
    }
    #footer {
        font-size: 8pt;
    }
    .contenedor-footer {
        width: 99%;
    }
    .instituciones {
        width: 45%;
    }
}

@media only screen and (max-width: 637px) {

    .instituciones {
        display: inline-block;
        width: 62%;
        margin-bottom: 10px;
    }

    .version {
        display: block;
        width: 99%;
        text-align: center;
    }

    .open-access {
        display: none;
    }
}

@media only screen and (max-width: 543px) {
    .img-logo-redalyc {
        width: 40%;
    }

    .leyenda-redalyc {
        width: 59%;
    }
    #header {
        font-size: 9pt;
    }
}


@media only screen and (max-width: 370px) {
    #header {
        width: 99%;
        font-size: 9pt;
        text-align: center;
    }
    .img-logo-redalyc {
        width: 99%;
    }

    .leyenda-redalyc {
        display: none;
    }
    .instituciones {
        display: block;
        width: 85%;
        text-align: center;
        margin-bottom: 10px;
    }

    .version {
        display: block;
        width: 99%;
        text-align: center;
    }

    .open-access {
        display: none;
    }
}