#navppal{
    background-color:darkseagreen;
    height: 100px;
    width: 100%;
        
}

nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
    padding: 30px;
}


ul li a{
  display: flex;
  font-family:"Monserrat", sans-serif;
  color: azure;
  text-decoration: none;
 
    
}

#contenedor{    
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 30%;
    padding-right: 30%; 

}

figure{
display:flex;
}

 h1{
    font-family: "monserrat",sans-serif;
    color: darksalmon;
    
}

h2{
    font-family: monserrat,sans-serif;
    color: darksalmon; 
    text-align: center;
    
}



.subtitulos{
    font-family: monserrat, sans-serif;
    text-decoration: underline;
    text-decoration-style: solid;
    color: darksalmon;
    text-decoration-line: overline; 
}


a{
    font-family: "monserrat",sans-serif;
    text-decoration-style: double;
    
}

p{
    font-family: "monserrat",sans-serif;        
    
}

.caja1{
display: flex;    
flex-direction: row; 
justify-content: space-around;  
border-color: darksalmon;
border-style: solid;    
margin-top: 20px;
border-width: thin;    
  
    }

.texto{
display: flex;
flex-direction: column;
justify-content: center;

}



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

.level{
display:flex;
flex-direction: column;
padding: 20px    
}

p{
    text-align: center;
}



footer{
display: flex;
justify-content: center;
flex-direction: column;
background-color: darkseagreen;
padding:40px;
padding-top: 20px;  
margin-top: 30px;    
    
    
}

footer p{
font-family: "monserrat",sans-serif;
color:lightyellow;  
text-align: center;
    
}