body {background: #003333;
font-family: 'Oswald', sans-serif;
flex-wrap: wrap;}



nav ul {background-color: #006666;
display:flex;
text-decoration: none;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul {list-style: none;
display: flex;
align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    
}





.elemento1 img {height: 60;
margin-bottom: -10;
margin-left: -30;}

.elemento2 h1 {margin-bottom: 20;
margin-left: -60;}

.elemento4 img {height:30;
margin-bottom: -1;
margin-right: 15;}

.elemento3 img {height: 40;
margin-bottom: -1;
 }

/*
.logo {align-items: flex-start;
justify-content: flex-start;}

.titulo {align-items: center;
justify-content: center;
color: white;}*/

h1 {color: white;}

p {background-color: white;
    color:  #003333;
padding: 0.8em;
margin-bottom: -2}

id {font-weight: bolder;
}

.nota img {display:block;
    width: 100%;
   max-width: ;
}
.mas {
    align-items: flex-end;
display: block;}

.mas a{text-decoration: none;
color: white;
    
   }
