body{
    background:black;
}
#contenedor-header {
    background : black;
    border-radius: 20px;
    padding : 15px;
    display : flex;
    color:white;
}
#header-titulos{
    width : 75%;
    text-align: center;
     font-family:inherit;
    font-size:30px;
    color:aqua;
}

#header-imagen{
    width: 25%;  
}

#navega {
    background:black;
    
}

nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding :15px;
    
    
}

li {
  background:black;
  color:white;
  font-size: 20px;
  border-radius: 10px;
  padding:5px;
  margin:3px;
  font-style:italic; 
}

a {
    color : white;
    text-decoration:none;
    border:white solid;
    border-radius: 30px;
    
    
}


article {
    display:flex;
    justify-content: center;
    margin : 15px;
    background: black;
    border-radius: 15px;
    padding:15px;
}

article div {
    width :400px;
    background: #EEEEEE;
    padding: 20px;
    border-radius: 15px;
}

article div p {
    background: aqua;
    border-radius: 20px;
    font-weight: 300;
    padding :15px;
    font-size: 20px;
    font-style: italic;
    color : black;
    text-align: center;
}

article  img {
    margin : 15px;
    border-radius:35px;
}

footer{
   
    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; 
    background: aqua;
    border-radius: 50px;
}

#contenedorPrincipal{
    display:flex;
}

section {
  width: 80%;
    border-radius: 15px;
}

aside{ 
    width: 20%;
    border: 5px white solid;
    padding:5px;
    border-radius: 35px;
    background:black;
    font-size:5px;
}

aside p{
    background:aqua;
    border-radius: 15px;
    font-weight: 5px;
    padding :15px;
    font-size: 15px;
    color :black;
    text-align: center;
    
}
