

body{
margin: 0;
background-color: ;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;}



.contenedor  {
    width: 100%;
    background-color: tomato;
}

.menu{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 0 auto;

}



nav ul {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  text-align: right;
  padding-right: 2%;
  list-style: none;
}



nav ul li a {
    color: black;
    font-family: "Oxygen";
    font-weight:700;
  display: block;
  padding: 10px;
  font-size: 16px;
  position: relative;
  text-decoration: none;
}

nav ul li a:hover {
    color:white;



}
img {
position: relative;
float: left;
z-index: 1;
margin:0;
padding:1%;
}
#ale{
    width: 80%;
    background-color: #92F5FE;
    margin-left:auto;
    margin-right: auto;
    margin-top:40px;
    padding:0;
height:100%;
display: flex;
flex-direction: column;
margin-bottom: 60px;}

    #ale h1{
        font-family: "Oxygen";
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
        display: block;
         background-color:#41C7FF; 
        margin-top:0px;
        padding: 10px;
        
    }

    #ale h3{
        text-align: center;
        float: center;
        font-family: "Oxygen";
        padding:auto;
        margin:auto;



    }

    #ale p{
        text-decoration: none;
        font-family: "Oxygen";
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        padding: 0px;
       text-align: center;
        max-width: 50%;
        flex-wrap: wrap;
       
    }

    #ale img{
        max-height: 180px;
        margin-right: auto;
        margin-left: auto;
       float:left;
       border-radius: 100%;
       border-style: solid;
       border-color: white;
       border-width: 5px;


    }

#equipo{

    width:80%;
    background-color: #EDCE25;
    margin-left:auto;
    margin-right: auto;
    padding:0;
    margin-bottom: 60px;
    justify-content: center;
height:100%;

}

#equipo h2{
font-family: "Oxygen";
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
        display: block;
        background-color:#F1A906; 
        margin-top:0px;
        padding: 10px;
}


#equipo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#equipo ul li {
    margin: 1em;
}

#equipo ul li a {
    color: tomato;
    font-family: "Oxygen";
    font-weight: bold;
    text-decoration: none;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

#equipo ul li a:hover {
    color: darkslateblue;
}

#equipo ul li a img {
    border-radius: 100%;
    max-width: 150px;
    padding: 12px;

}

#equipo ul li a img:hover {
    border-style: dotted;
    border-width: 2px;
    border-color: tomato;
    color: darkslateblue;

}

#academico{
    margin-top:0px;
}

#academico h2{
    font-family: "Oxygen";
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        display: block;
        background-color: #92F5FE;
        padding: 10px;
        width: 79%;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;


}
#academico > ul {
    font-family: "Oxygen";
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#academico > ul > li {
    max-width: 25%;
    margin-top: 1em;
    padding: 1em;
    margin-bottom: 15px;}



#pie{
    background-color: tomato;
    padding: 3%;  
}

.creditos{
    width: 60%;
    text-align: center;
    font-family: "Oxygen";
    font-size: 12px;
    color:white;
   margin-left: 20%;
   

}