@charset ''utf-8'';
header {
    position: relative;
    background-image:url(../imagenes/encabezado.jpg);
    background-repeat: no-repeat;
    background-size:944px 547px;
    background-position: center;
    }

.contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:3em;
    margin: auto;
}
.logo{
    display: flex;
    align-items: center; 
 margin-top: 3em; }

 
.textoarriba{
    padding: none;
    margin: none;}


body {
    display: flex;
    flex-direction: column;
    background-color: rgba(108, 252, 204, 0.42);
     font-family: sans-serif;
    display: flex;
     }
nav{
    
    display:flex;
    justify-content:center;
    width: 390px;
    align-items: center;
    margin: auto;
    }
nav ul li {
    display:inline-block;
    list-style:none;
    margin: auto;
    
    }
nav ul li a{
    color: aliceblue;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 1.1em;
    display:flex;
    justify-content:center;
    width: 100%;  
    margin: auto;
   
}
nav ul li a:hover{
    background-color: aliceblue;
    color: #0031ff;
    height: 40px;
    margin: auto;
}

main{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer{
    display: flex;
    flex-direction: column;
    flex-direction: column;
    text-align: center;   
    max-width: auto; 
}
h1{
    display: flex;
    flex-direction: column;
    text-align: center;   
    max-width: 30em; 
    margin-top: 1em;
    text-decoration: underline;
    color: #0031ff;
    margin: auto;
    margin-bottom: 1em;
    margin-top: 1em;

}
p{
     display: flex;
    flex-direction: column;
    text-align:center; 
    align-items: center;
    max-width: 30em; 
    margin-top: 1em;
    margin: auto;
    
}
h2{
    display: flex;
    flex-direction: column;
    text-align: center;   
    max-width: 30em; 
    margin-top: 1em;
    box-sizing: border-box;
    background-color: #0031ff;
    color: aliceblue;
    width: 200px;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

h3{
     display: flex;
    flex-direction: column;
    text-align:center; 
    align-items: center;
    max-width: 30em; 
    margin-top: 1em;
    margin: auto;
}
.t{
    background-color: #0031ff;
    text-align: left; 
    color: rgb(240, 248, 255);
    font-size: 0.8em;
    align-items: center;
    margin-top: 2em;
    height: 70px;
    justify-content: center
}
.mapa{ 
    display: flex;
    align-items: center; 
    width: 450px;
    margin: auto;
}

@media screen and (sin-width:30em){