@charset "utf-8";

/* Reglas generales */
html{
    background-color: #fffefd;
    height: -webkit-fill-avaliable;
}

body{
    font-family: sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: -webkit-fill-avaliable;
    min-height: 100vh;
    
}

header{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .botoneraprincipal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    
}

main{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex-grow: 1;
    
}

ul{
    list-style-type:none;
    padding: 2em;
    display: flex;
    flex-direction: row;
    justify-items: center;
    
}

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

.botoneraprincipal ul li {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    justify-items: center;
    padding: 0.5em;

    }

body header nav ul li a{
    background-color: #F4A460;
    color: #fffefd;
    padding: 1em;
    text-align: center;
    display: inline-block;
    margin-top: 1em;
    padding-right: 2em;
    padding-left: 2em;
    border-radius: 0.5em;
    
}

.tema {
    text-align: center;
    color: #F4A460;
}

.grupo {
    background-color: #F4A460;
    border-radius: 0.3em;
    color: #fffefd;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    margin: em 8em 1em 8em;
    
}
.nombres li a {
    background-color: #F4A460;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0.5em;
    margin-bottom: 1em;
    list-style-type: none;
    display: inline-block;
    color: #fffefd;
    margin: 1em;
}

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

.materia{
    background-color: #f8f5f2;
    padding: 1em 1em 1em 1em;
    border-radius: 1em;
    
    
}

.fadu{
    background-color: #f8f5f2;
    padding: 1em 1em 1em 1em;
    border-radius: 1em;
    
}


footer p{
    font-size: 0.8em;
}

/* Mapa -Plan */

h3{
    background-color: #F4A460;
    padding: 0.5em 0.5em 0.5em 0.5em;
    color: #f8f5f2;
    border-radius: 0.5em;
    justify-content: center;
}

h2{
    background-color: #F4A460;
    padding: 0.5em 0.5em 0.5em 0.5em;
    color: #f8f5f2;
    border-radius: 0.5em;
}