@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

@import url('https://fonts.googleapis.com/css?family=Roboto:400i');

@import url('https://fonts.googleapis.com/css?family=Nunito');

#isologo {
    background-color: #008499;
    text-align: center;
    padding: 1rem;
    }

#enlace {
    list-style-type: none; 
    font-family:'Nunito', serif ;
    margin: 0;  
    background-color: #008499;
}

#enlace li {
    display: inline-block; 
    font-size: 2.0rem; 
    margin: 1.9rem;
    background-color:#008499;
}

#enlace li a:hover{
    color: white ;
    font-weight: bold;
    border-bottom: white 0.2rem solid;
    border-bottom-color: aqua;    
}
a {
    text-decoration: none; 
    color: white;
}
html {
    font-size: 62.5%;
    background-color: #008499;
    width: 900px;
    margin: auto;
   }

* {
    box-sizing: border-box;
    border-radius: 
}


nav {
    background-color: white; 
    padding: 0.5rem;
    width: auto;
    text-align: center;
   
 
}
article img {
    width: 75rem;
    left: 100rem;
}
article {
    background-color: white;
    padding: 4rem;
    width: auto; 
}

h3 {
    font-family: 'Nunito', serif;
    color: #008499;
    font-size: 2rem;
    text-align: center;
}

#alumnos {
    font-family: 'Nunito', serif;
    font-style: normal;
    font-size: 2rem;
    color: #008499; 
    column-count: 4;
    background-color: #008499;
    text-align: center;
    display: block;
    border-radius: 20rem 20rem 20rem
}
#alumnos li a:hover{
    color: black;
    font-weight: bold;
    border-bottom: white 0.2rem solid;
    border-bottom-color: aqua;
    }

#estudiantes {
    background-color: lightgrey;
    padding: 1rem;
}
section nav {
    font-family: 'Nunito', serif;
    font-size: 3rem;
    color: #008499;
    background: lightgrey;
    
}
#estudiantes div {
    display: inline;
    padding: 3rem;
    margin: 2rem;
}

h4 {
    font-family: 'Nunito', serif;
    font-size: 2rem;
    text-align: center;
    padding: 0rem;
    color: white;
}

section div {
    font-family: 'Nunito', serif;
    font-size: 1.5rem;
    color: white;
    margin: 0rem;
    padding: 2rem;
    padding-top: 0rem;
    text-align: center;
}
section {
    padding: rem;
    text-align: center;
}
}
footer p {
    font-family: 'Nunito', serif;
    font-size: 1rem;
}
footer {
    padding: 0.5rem;
    padding-left: 2rem;
    text-align: left;
    background-color: black;
    color: white;
}
#datos academicos {
    font-family: 'Nunito', serif;
    font-size: 0.7rem;
}
    
}