@charset"utf-8";

body{
    background-color: #2A8BA4;
    font-family:sans-serif;
    font-family: "oswald",sans-serif;
}

*{
    list-style: none;
    box-sizing: border-box;
}

.img { display:block;
        margin: 4rem;
}

header {display: flex;
align-items: center;
justify-content: space-between;}


.titulos {background: radial-gradient(#2A8BA4,#000000); 
    color: white;
    width: 100%;
    padding: .5em;
}  
    
h1{
   text-align: center;
   color: midnightblue;
   font-size: 40px;
}

h2{
    text-align: center;
    color: midnightblue;
    line-height: 1.4;
    font-size: 18px;
    color: white;
}

h3{
    text-align: center;
    color: midnightblue;
    line-height: 1.4;
    font-size: 14px;    
}

.informacionpersonal p {
   color: black;
   line-height: 1.4;
   font-size: 12px;
   text-align: center;   
}

footer p {
    color: gray;
    line-height: : 1.4;
    font-size: 9px;
    text-align: center;
}

main img {
    display:flex;
    height: 150px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;   
    
    
}

.avatares {
    display: flex;
    flex-direction: row;
    align-content: center;
    
}
div {
    display: flex;
    flex-direction: column;
    text-align: center;
    
}

main{
    margin: 4rem;
}


nav {
    padding-left: 10px;
    padding-bottom: 1px;
    padding-top: 1px;
    background-color: deepskyblue;
    font-size: 14px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

/*
li {
    display: inline;
    padding: 0px;
    border-right: 1px solid #bbb;
    margin-left: 20px;
}
*/

nav ul li a {
    display: inline;
    color: white;
    text-decoration: none;
    margin-right: 20px;
}

li a:hover {
    background-color: rgba(224, 211, 237, 0.85);
    padding: 12px 14px;
    text-decoration: none;
}

a:hover {color: white}

.alumnos ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.alumnos ul li{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center,
}

.alumnos ul li a{
    display: flex;
    margin: auto;
    text-decoration: none;
    color: aliceblue;
    
   
}


@media all and (min-width: 40em){

    .alumnos ul{
        flex-direction: row;
        justify-content: center;
    }    
    
 