* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background-color: white;
    color:darkslategrey;
    margin: 1;
    display:flex;
    flex-direction:column;
}    

body header {
    background-color: white;
    margin: 0em;
    padding: 0em;
}

body section {
    width: 100%;
    display:flex;
    justify-content: center;
    align-items:center;
    margin:0em;
    padding: 0em;
}

body section ul li img{
    box-sizing: border-box;
    display:flex;
    align-items: flex-end;
    margin: auto ;
    padding: 0em;
}

body nav ul {
    margin: 1em;
    font-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body nav ul li {   
    text-decoration: none;
    display: flex;
    justify-content: center;
    background-color: darkblue;
    width: 100%;
    padding: 0.3em;
    margin: 0.06em;
}



ul {
    list-style: none;
    display:flex;
    justify-content: center;
    margin: 0.4em; 
    padding: 1em
    
}

ul li a {
    font-family: monospace;
}

.centrado {
    margin: auto;
    display: block;
    text-align: center;
}

body main section img{
    margin: 1em;
    }

main{
    flex-grow:1;
    display:flex;
    flex-direction: column;
    min-height: 50vh;
}

main ul {
    font-size: 1.5em;   
}

body main ul li a {
    color: black;
    font-family: monospace;    
}

main p{
    font-weight: lighter;
    color:cadetblue;
    font-weight: light;
    font-size: 1.3em;
    background-color: white;
    list-style: none;
    margin: 0,5em;
    padding: 0,4em;
    list-style: none;
    display:flex;
    justify-content:space-between;
    
}

header{
    background-color: #829f9f;
    width: 100%;
    padding: 1em;  
    display: flex; 
    align-items: flex-start;
}

nav ul li a {
    font-family: helvetica;
    font-weight: bold;
    color: white;
}

a:-webkit-any-link {
    text-decoration: none;
    display: flex;
    flex-direction: row;    
    font-size: 0.9em;
    display: block;
    margin: .1em;
    padding: 0.2em 0.3em 1em;
    align-content:space-between;
}

h1 {
    font-size:1em;
    font-family: helvetica;
    color: white;
    background-color:darkblue;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 1rem;
 }

h2 {
    font-size:0.3 em;
    font-family: helvetica;
    font-weight: bold;
    color: darkblue;
    font-weight: inherit;
    padding: 0.30em, 0.4em 0,5em;
    display: flex;
    justify-content:center;
}

p {
    font-family: monospace;
    font-weight: normal;
    color: black;
    margin: 0.5em;
    font-weight: light;
    font-size: 1em; 
}

main p {
    color: black;
    font-family: monospace;
    text-align: center;
    display: flex;
    justify-content: center
    margin: 1em;
    padding: 3em;
    align-content: centerdisplay;
    justify-content:center;
    line-height: 1.5
}

body main section img {
    display:flex;
    justify-content:flex start;
    flex-direction: row;
    }

aside p {
    color: black;
    font-size: 1.35em;
    background-color: rgba(211, 211, 211, 0.19);
    font-family: monospace;
    display: flex;
    justify-content: center
    margin: em;
    padding: 1em;
    align-content: center;
    justify-content: center;
    line-height: 1.0;
    text-align: center;
    }

footer p {
    background-color: rgba(211, 211, 211, 0.19);
    color: black;
    font-size: 1.3em;
    font-family: monospace;
    display: flex;
    justify-content: center
    margin: em;
    padding: 2em;
    align-content: centerdisplay;
    justify-content:center;
    line-height: 1.0; 
    text-align: center;

}

