*{
    margin: .1em;
    margin-left: .1em;
    padding: .1em;
    box-sizing: border-box;
    border: 0;
    font-family: 'Karla', sans-serif;
    font-style: normal;
    text-decoration: none;
    list-style: none;
}

body {
    background-color: gainsboro;
}

h3{
    color: cadetblue;
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}

h4{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 0.8rem
}

a {
    font-weight:bold;
    color:black
    }


.destacado {
    color:cadetblue;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items: space-around;
    margin-top: 1em;
}

.textoprincipal{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    font-size: 1rem;
    text-align:justify;
    
    margin: .5em;
    padding: 1.5em;   
}

.textodiferente {
    color:cadetblue;
}


nav ul li a {
    color: white;
    list-style-type: none;
    text-decoration: underline;
}

footer p {
    color: dimgrey;
    font-size: .75rem;
    margin-top: .5em;
}

.contenedor {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
}

.menuprincipal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color:ghostwhite;
    background-color:cadetblue;
}

.caja {
    /* caja contenedora */
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    height: 20em;
    align-items: center
}

.cajalinks {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    color: cadetblue;
    text-decoration: none;
    list-style: none;
    font-size: 1.2em;
}

header h1 {
    font-size: 1em;
}

main section img {
    max-width: 200px;
    border-radius: 100%;
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-wrap:wrap;
}

.alumnos {
    display:flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;
    margin-bottom: 1em;
}

nav ul li {
    list-style-type: none;
    text-decoration: underline;
}

header div a img {
    height: 25px;
}

#menu{
    position: absolute;
    top: -80em;
    right: -80em;
    left: auto;
    bottom: auto;
    transition: all 1s ease;
    box-shadow: 0rem 0.25rem 0.25rem silver;
}

#menu:target{
    display: flex;
    flex-direction: column;
    width: 30%;
    position: absolute;
    right: 0em;
    top:7.1%;
    margin-left: 0.7em;
    margin-right: 0.7em;
    z-index: 999;
    overflow: hidden;
    background-color: cadetblue;
    color: white;
    
    padding: .6em;
    letter-spacing: 1px;
    line-height: 2rem;
    box-shadow: 0rem 0.25rem 0.25rem silver;
}

/* persona */

section ul li {
    margin-top: .8em;
}

.persona {
    margin-top: .5em;
}

main img {
    max-width: 500px;
}

aside {
    font-size: .8em;
    margin-top: 3em;
}

.imagenpanel img{
    height: 30em;
    padding: .5em;
}

.imagenmapa{
    width: 18em;
    height: 8em;
    margin-top: 3.5em;
}

.imagenespantallas{
    width: 20em;
    margin-bottom: 3em;
    margin-left: .4em;
}
.mapa h2{
    font-size: .8em;
    margin-top: 2em;
    margin-bottom: .5em;
}
.mapa p{
    font-size: .7em;
    margin-bottom: .3em;
}

.mapa {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cajamapa h2{
   font-size: 1em;
    margin-top: 3em;
}

.cajamapa {
    display: flex;
    justify-content: center;
}

.linkpantallas {
    color: red;
}