* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    
}

body {
    background-color: #F3F3F3;
    color: rgb(64, 53, 76);
    font-family: "Helvetica", sans-serif;
}


    
#contenedor {
    max-width: 95em;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
}

#inicio{
    padding: 1em;
    background-color: rgb(64, 53, 76);
    text-align: center;
    
}

.navegadores {
    margin-left: 1em;
    margin-right: 1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: whitesmoke;
}

.navegadores a{
    color: whitesmoke;
    padding: 0,8em;
    display: block;
    border-bottom: 1px solid rgb(64, 53, 76);
    
}

.navegadores a:hover {
    border-bottom: 1px solid whitesmoke;
}

main{
    background-image: url(../img/fondo.png);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#alumnos{
    width: 100%;
    margin-bottom: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center; 
    text-align: center;
    border-bottom: 1px solid lightgrey;
    background-image: url(../Img/6223841765_c98b3c7664_b.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#alumnos ul{
    -ms-flex-line-pack: center;
        align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    
}

.cadauno{
    padding: 1em;
    width: 30%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.cadauno a{
    box-sizing: content-box;
    padding: 1em;
    color: whitesmoke;
    background-color: rgb(64, 53, 76);
    border: 2px solid rgba(0,0,0,0);
}

.cadauno a:hover{
    border: 2px solid white;
}

h2 {
    color: rgba(142, 114, 168, 1);
    padding: 1em;
}

article{
    width: 100%;
    padding: 1em;
    margin-bottom: 2em;
    text-align: center;
}


.caja1 {
    background-color: rgba(142, 114, 168, 0.7);
    padding: 0.5em;
    margin-top: 1em;
    color: whitesmoke;
    border: 2px solid rgb(64, 53, 76);
}

.infoacademica {
    margin: 2em;
}


.info {
    text-align: left;
    margin: 0.5em;
}

footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: lightgray;
    
}

footer div{
    height: 6em;
    width: 100%;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.logos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height:100%;
}

img{
    max-width:100%;
    max-height:auto;
    margin-left: 3em;
    margin-right: 3em;
}

/*...... INICIO MEDIAQUERIS....*/

@media screen and (min-width:10em) {
    
    #inicio{
    padding: 0.5em
    }
    
    .navegadores {
    margin-left: 0.3em;
    margin-right: 0.3em;
    color: whitesmoke;
    }
        
    div h1{
    padding: 0.5em;
    font-size: 1em;
    text-align: center;
    line-height: 1.5em;
    color: gray;
    font-weight: lighter;
    background-color: lightgray;
    }
    .cadauno{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0.3em;

    }
    
    #sobrefaduvac p{
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    }
    
    #descripcion {
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    }
    
    #mapa {
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    }
    
footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
footer div{
    height: 6em;
    width: 100%;
    background-color: lightgray;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
}

.logos{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

img{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width:70%;
    max-height:100%;
}
    
}

@media screen and (min-width:30em) {
    
    #inicio{
    padding: 0.5em
    }
    
    .navegadores {
    margin-left: 2em;
    margin-right: 2em;
    color: whitesmoke;
    }
        
    div h1{
    padding: 0.5em;
    font-size: 1em;
    text-align: center;
    line-height: 1.5em;
    color: gray;
    font-weight: lighter;
    background-color: lightgray;
    }
    .cadauno{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0.3em;

    }
    
    #sobrefaduvac p{
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    }
    
    #descripcion{
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    }
    
    #mapa{
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    }
    
    footer{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    footer div{
        width: 70%;
    }
}

@media screen and (min-width:40em) {
    
    #inicio{
    padding: 0.5em
    }
    
    .navegadores {
    margin-left: 2em;
    margin-right: 2em;
    color: whitesmoke;
    }
        
    div h1{
    padding: 0.5em;
    font-size: 1em;
    text-align: center;
    line-height: 1.5em;
    color: gray;
    font-weight: lighter;
    background-color: lightgray;
    }
    
    .cadauno{
    margin-right: 1.7em;
    margin-left: 1.7em;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    }
   
}

@media screen and (min-width:55em) {
    
    #sobrefaduvac p{
    padding: 1em;
    width: 60%;
    margin: 0 auto;
    line-height: 1.5em;
    }  
    
    #descripcion {
    padding: 1em;
    width: 60%;
    margin: 0 auto;
    line-height: 1.5em;
    }  
}