#contenedor-header {
    background:   #e8a9f9;
    border-radius: 20px;
    padding : 15px;
    border: black 3px ridge; 
    height: 100px;
   display: flex;
    
}
#header-titulos{
    color: #020d35;
    font-weight: bold;
    font-size: 20px;
    width : 85%;
    text-align: center;
    
}
#header-imagen{
    width: 12%;  
    
}
#navega {
    border-radius: 20px;
    margin-top: 15px;
    border: black 4px ridge; 
    background: #f9bce5 ;
}
nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

li {
  background:#dbf3fc;
  color: #020d35;
  font-size: 20px;
  border-radius: 10px;
  padding: 5px;
  margin-left: 65px; 
  margin-right: 65px;
  font-weight: bold;
  font-family:inherit;
   }

li a:hover{
    background-color:#dbf8fc;
    color:darkblue;
    border-radius: 8px;
    padding: 5px;
      
}

a {
    color : black;
    text-decoration: none;
}
section {
    background: #812a8f;
    margin : 15px;
    border-radius: 20px;
    border: black 3px ridge; 
}

article {
    display:flex;
    margin : 15px;
    background:  #f5dbfc;
    border-radius: 15px;
    padding:15px;
    height: auto;
    border: black 3px ridge; 
    font-family:serif;
    
}
h2{
    text-decoration: underline;
}
p {
    width: auto;
    border-radius: 15px;
    font-weight: 300px;
    font-size: 18px;
    font-style:normal;
    padding: 20px;
    font-family:serif;
    text-align:justify;
}
