@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    
}

body{
    
   
    min-height:-webkit-fill-available;
    font-family:"Lato";
    margin: 0;
    padding: 0;
    background:#e8eddf;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-content: center;
    
    
}

header {
    display: flex;
    flex-direction: column;
    background:#136f63;
    text-align: center;
    background:#136f63;
    line-height: 50px;
    color:antiquewhite;
    
    
}


.barra {
    display: flex;
    justify-content: center;
    background:#136f63;
    font-size: 20px;
    color:antiquewhite;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    
    }
.barra ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 10px;
}
.barra ul li a {
    text-decoration: none;
    color: #eee;
}
    
.plan {
    margin-left: 30px;
    margin-right: 30px;
}
.mapa {
    margin-left: 30px;
    margin-right: 30px;
}
.webapp {
    margin-left: 30px;
    margin-right: 30px;
}
    
#estudiante {
    list-style: none;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    font-size: 20px;
    color:#136f63;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-top: 3em;
}

#estudiante ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px
}
#estudiante ul li{
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}
#estudiante ul li a {
    text-decoration: none;
    font-size: 20px;
    color:#136f63;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    }
    
#datos{
    text-align: center;
    margin: 40px;
    font-size: 25px;
    color:#136f63;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.informacion li{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    width:80%;
    justify-content:center;
    align-items: center;
    
    
}

.uba {
    width: 150px;

}
.fadu {
    width: 150px;
    
}
.dgpc {
    width: 80px;
   
}

.uno {
    font-size: 10px;
    text-align: center;
    text-align: left;
    width: 40%;
}
.dos {
    font-size: 10px;
    text-align: center;
    width: 40%;
}
.tres {
    font-size: 10px;
    text-align: center;
    
    width: 40%;
    margin-left:10%
}
   


.foot{
     display: flex;
     justify-content: center;
     align-content: center;
     font-size: 80%;
     text-align:center;
     margin-bottom: 8em;
     margin-right: 3em;
    margin-left: 3em;
    margin-top: 80px;
    

    }