#contenedor-header {
    background:    #e8a9f9;
    height: 150px;
    border-radius: 20px;
    padding : 15px;
    border: black 3px ridge; 
   display: flex;
}
#header-titulos{
    color: #020d35;
    font-weight: bold;
    font-size: 22px;
    width : 80%;
    text-align: center;
    
}
#header-imagen{
    width: 18%;  
    
}
#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;
}


article {
    display:flex;
    margin : 15px;
    background:  #f5dbfc;
    border-radius: 15px;
    padding:15px;
    height: auto;
    border: black 3px ridge; 
}

section {
    background: #812a8f;
    margin : 15px;
    border-radius: 20px;
    border: black 3px ridge; 
}

article p {
    width: auto;
    border-radius: 15px;
    font-weight: 300px;
    font-size: 18px;
    font-style:normal;
    padding-left: 20px;
    color:#020d35;
    font-family:serif;
    text-align:justify;
}


footer{
    background : #f9bce5;
    border: black 3px ridge; 
    border-radius: 20px;
    padding : 2px;
    display : flex;
}

.footer-p{
    color : black;
    font-weight: bolder;
    font-size: 20px;
    width : 50%;
    font-style: oblique;
    text-align: center
}

#contenedorPrincipal{
    display:flex;
}

section {
  width: 80%;  
}

aside{ 
    margin-top: 15px;
    margin-bottom: 15px;
    width: 20%;
    border: 2px  gray solid;
    padding:5px;
    border-radius: 20px;
    background:   #e8a9f9;
  
    
    
}

#p1{ 
    border: 3px ridge black;
    border-radius: 15px;
    font-weight: 300;
    padding :15px;
    font-size: 20px;
    color: black;
    background: white;
     text-align: center;

    
}

aside p{
    background:  #812a8f ;
    border-radius: 14px;
    border: black 1px solid;
    font-weight: 300;
    padding :15px;
    font-size: 18px;
    color : white;
    text-align: center;
    font-weight: 800;
}
