* {
    box-sizing: border-box;
    margin: .25em;
    font-family: sans-serif
}

/* HEADER DGPC Y FADU */
header {
    display: flex;
    justify-content:space-between;
    align-items:center;
    max-height:3.5em; 

}  

body header img{
    height: 60%
}

/* BODY */
body{
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

/* BOTONERA*/

.web{
    color:darkseagreen;
}

body nav ul {
    list-style-type: none;
    background-color:#333333;  
    display: flex;
    flex-direction: row;
    justify-content:center;
    height: 2.5em; 
    align-content: center;
    }

body nav ul li a {
    list-style-type: none;
    font-size: 1em;
    color: #E6E6E6;
    background-color:#333333;  
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-content: center;
    vertical-align: middle;

}


/* MAPA IMAGEN */
main{
    display: flex;
    justify-content: center;
}
main img{
    display: flex;
    align-content: center;
    width: 100%;
}

/* FOOTER */
footer p {
    color:#FFFFFF; 
    background-color:#525252;
    text-decoration: none;
    margin-top: 3em;
    padding: .25em;
    }


/* RESPONSIVE */
@media all and ( min-width:67em){
    body nav ul{
        justify-content: space-around;
    }
    h1{
        text-align: center;
    }
    section p{
        margin-left: 5em;
        margin-right: 5em;
    }
    hr{
        margin-left: 5em;
        margin-right: 5em; 
    }
    section ul{
        justify-content: space-around;
        margin-left: 5em;
        margin-right: 5em; 
    }
    section ul li h5{
        display: block
    }
    
    aside ul{
        display: flex;
        margin-left: 5em;
        margin-right: 5em;
        justify-content: center;
    }
    .equipo{
        margin-left: 5em;
        margin-right: 5em;
        margin-top: 2em; 
    }
    h2{ 
    text-align: center;
    }
    
    main p{
        margin-left: 5em;
        margin-right: 5em;
        margin-top: 1em;
    }
    .main mapa{
        display: flex;
        justify-content: center;
        
    }

