* {
    box-sizing: border-box;             
    list-style-type: none;          /* sacarle los estilos (como puntitos y numeros) a las listas*/
    font-family: sans-serif;
    color: #efefef;
    padding: 0em;
    margin: 0em;
}
Body { 
    background-color: rgb(109, 109, 109);
    
}

h1{
    color: #ffffff;
}
h2 {
    color: #66f84c;
    display: block;
}
h3{
    color: #66f84c;
}

.menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: auto;
}
main nav ol {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    align-content: center;
    font-size: 1em;
    text-decoration-color: azure;
    background-color: rgb(67, 67, 67);
    padding: 1em;
    margin: auto;
    width: 70%;
    
    
}
main nav ol li a{
    text-decoration: none;
    display:block;                  /* para que se vea como un bloque los links */
    background-color:#4adb77;
    text-align: center;
    padding: 1em;
    width: 100%;
    margin: .25em; /*separacion entre links(ahora bloques) */
    color: whitesmoke;
    height: 8vh;
    
}
header nav{
    background-color: rgb(67, 67, 67);
}
header nav ol {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: none;
    font-size: 1em;
    text-decoration-color: rgb(67, 67, 67);
    padding: 0em;
    margin: 0em;
    width: 100%; 
    
}
header nav ol li a{
    text-decoration: none;
    display:block;                  /* para que se vea como un bloque los links */
    text-align: center;
    padding: 1em;
    color: whitesmoke;  
}
.superior{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    padding: 2em;
}
.escudo{
    display: flex;
    justify-content: center;
    text-align: center;
    height: 20vh;
}
div {
    margin: 5vh;
}
footer {
    display: flex;
    align-content: flex-end;
    font-size: 0.8em;
    background-color: rgb(83, 235, 130);
    padding: 1em;
    font-style: italic;
    color: whitesmoke;
    width: auto;
}
ol li{
    margin-top: 1em;
}
p{
    line-height: 1.4em;
}
.mapa{
    width: 20vw;
    
}

.webap{
    color: rgb(83, 235, 130);
}