
body{
    background-color: rgb(243, 243, 243);
    font-size: 1rem;
    display: flex;
    flex-direction:column;
    flex-wrap: nowrap;
    align-content: normal;
    justify-content: normal;
    align-items: normal;    
    min-height: 50rem;
    font-family: 'Montserrat', sans-serif;
} 



header{
    display: block;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background-color:white;  
    width: 100%;
    padding: 2em;
}
#contenedor{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
}
   
#botones{
    width:30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}
.menu{
    display: inline-block;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none; 
    right: 1vh;
    z-index: 5;
    margin-right: 5em;
}


li { min-width: 5em;
    margin: .25em;
    box-sizing: border-box;
    display: list-item;
    background-color:#f5bfa3; 
    text-align: center;
    color: #20639B;
    padding:.25rem;
    width: 10rem; 
    display: inline-block;
    align-items: center;
    align-self: center;
}


li:hover {
    background-color: #64f5b9 ;
    padding: 10px;
    text-decoration: none;
    color: black;
}

section#mapatarea{
    width: 60%;
    padding: 0;
}
ul.secciones{
    display: flex;
    justify-content: center;
    list-style: none;
    flex-direction: column
}

ul.alumnes{
    display: flex;
    justify-content:center;
    list-style: none;
    flex-direction: column
    
}

li{ display: flex;
    background-color: darkgray;
    text-align: center;
    color: mediumaquamarine;
    padding: .2em;
    border-radius: .5rem;
    list-style: none;
   }

a {
    color: black;
}

section#logos{
    display: flex;
    align-items: center;
    background-color: white;
    width: 40%;
    padding-top: 0;
}

div#logoacumar{
    margin-top: 1em;
    width: 60%;
}

div#paletadecolores{
    width: 50%;
}

div {
    width: 100%;
    display: inline-block;
    margin: 1rem;
}



img {
    width: 80%;
}
 

div{
    margin: auto;
    width: 100%;
}

section {
    margin-top: 2rem;
}


p {
    font-size: .7em;
    margin-top: .70em;
}

a {
  color: black;
  text-decoration: none; 
}

footer{
    padding: 1rem;
     align-items: center;
    background-color: mediumaquamarine;
    color: black;
    text-align: center;
    font-size: .80em;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li{
    color: white;
    text-align: center;
    background-color: mediumaquamarine;
    margin: 0 0 .2em 1em;
    height: 1em;    
}
nav ul li a{
    color: white;
    display: flex;
    
}

div.contenedor{
    display: flex;
    flex-direction: row
    
}

nav ul li a:hover{
    background-color: lightcyan;
}

h1{
    color:turquoise; 
    font-size: 1.4em
}

h2{
    font-size: 1.2em;
}

h3{
    font-size: .8em;
}

