@charset"utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: azure;
    font-family: sans-serif;
    resize: both;

}

header {
    margin: 1em;
    padding: 1em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.Titulologo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

header nav {
    background-color: skyblue;
}


header nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

.navegacion {
    margin: 0.5em;
    padding: 0.5em;
    color: white;
    background-color: lightcyan;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.navegacion a {
    list-style: none;
    font-weight: bolder;
    
}

figure {
    position: relative;
    overflow: hidden;
}

figure img{
    display: block;
}

figcaption {
    font-size: 0.7em;
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: rgba(0,250,250,0.5);
    width: 100%;
}


.Rotulosalumnos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; 
}


.Rotulosalumnos a {
    margin: 0em 0em 0em 0.5em;
    display: flex;
    text-align: center;
    box-sizing: padding-box;
    justify-content: center;
    text-decoration: none;
    
}

.navegacion {
    list-style: none;
    
    
}

.mapa {
    text-align: center;
    
    
}



main {
    background-color: orange;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 1em;
    margin: 0.5em 5% 0.5em 5%;
    flex-direction: column;
}

main h2 {
    display: flex;
    justify-content: center;
    margin: 0.5em 5% 0.5em 5%;
    
}

aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0.5em 5% 0.5em 5%;
    background-color: white;
    text-align: center;
    border: 0.7em dashed orange;
    list-style: none;
    text-decoration: none;
}

aside a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-weight: bolder;

}



footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 0.7em;
    padding: 05%;
    margin: 05%;
    border-color: black;
    border-style: double;
    box-sizing: border-box;
    line-height: 1em;
    background-color: lightgrey;
    text-align: center;
}

footer div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5%;
}

.derechos {
    color: dodgerblue;
    margin-top: 2%;
    padding: 3%
}

.titulos {
    font-weight: bold;
}
