

*{
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    background-color: #e4e9ff;
}




a .catedra{
    width: 10em;
    justify-content: center;
    display:flex;

}

.logo a img{
    width: 30%;
    display: flex;
    padding: .5em;


}

#botones{
    color:antiquewhite;
    text-align: center;
    background-color: #144f89;
    align-content: center;
    width: 100%;
    flex-direction: column;
    padding: 0.5em;
    font-size: 1em;
    font-weight: bold;

}

#botones li:hover{
    background-color:#824fa8;
}

#botones li {
    display: inline-flex;
    padding:0.3em;
}

#botones li a{
    color: antiquewhite;
}
.redes a{
    text-decoration:none;
    color:#ffbaf2;
    align-content: center;
}
main{
    background-color: rgba(140, 239, 252, 0.51);
    border-radius: 5%;
    width: 100%;
}

.foto {
    text-align: center;
    justify-content: center; 
    border-radius: 60%;
    border-color: darksalmon;
    border-width: medium;
}


.datos{
    text-align: center;
    
    
}

p {
    padding: 1em;

}

.nombre{
    font-size: 2em;
    color: deeppink;
}

.datos basicos{
    font-family:monospace;

}   

.redes{
    width: 100%;
    justify-content: center;
    padding: 0.5em;
}
.redes ul li {
    display:inline-flex;
    padding: .3em;
    background-color: rgba(23, 59, 128, 0.98);

}

.redes ul li:hover{
    background-color: #521fb4;
}

.redes ul li a {
    align-content: center;
}


li{
    list-style: none;
    flex-direction: column;
}


ul {
    text-align: center;
    justify-content: center;
    
}
.integrantes{
    display:inline-flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
    align-items: center;
}



article  h3 {
    text-align: center;
}

. integrantes .persona img{
    width: 10%;
}
.persona  a{
    text-decoration:none;
    color:#009578;
    align-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    font-size: 1.3em;
    margin-bottom: 1em;
}

.datos basicos{
    padding: 1em;
    
}

h3 {
    text-align: center;
    justify-content: center;
    color:#010148;
    font-size: 1.5em;
    padding-top: 1em;
    margin-bottom: 1em;
}
.Docentes{
padding: 1em;
}

h4 { 
text-align: center;
    font-size: 1.2em;
    font-family: oswald, bold;
    color: #000d22;
    text-decoration:underline;    
}

.caja .datos .encabezado{
    display: flex;
    width: 100%;
}

h5{
    text-align: center;
    color: #021555;
    font-size: 1em;

}


.web a h5{
    background-color: #057c7c;
    color: azure;
    font-size: 1.2em;
    padding: .8em;
    

}


footer {
    background-color: cadetblue;
    color: #bfc6cc;
    font-size: 0.8em;
    padding: .5em;
    text-align: center;

    
}