
body{background: #ffffff;}
a{color:blue;text-decoration: none;}
.destacado{color: darkred; font-size: 1.5rem}
footer p{font-size:0.8rem; color: #6c6c6c; text-align: center; }


/* nav */

nav {display: flex; justify-content: flex-end}
nav{background: #363636;}
nav ul{display: flex;}
nav ul li{list-style-type: none}
nav ul li a{padding: 1rem; background: #ccc; margin: 1rem;}
nav ul li a:hover{background: #460086; color: #fff;}



main{
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

/* alumnos */

.alumnos {display: flex; background-color:#ffffff;justify-content: space-around }
.alumnos article {margin: 2rem 0 0 0;text-align: center}
.alumnos article img {border-radius: 7rem}


/* map */
.map {display: flex; justify-content: center}


footer {
    width: 70%;
    margin: auto;
}

/*belli*/
.belli{
    max-width: 75%;
    display: grid;
    justify-content: center;
    margin: 0 auto;
}
.belli img{
position: relative;
margin: 0 auto;
}