#header {
    background-color:black;
    border-radius: 20px;
    padding : 15px;
    display : flex;
    color:white;
    font-style: italic;
}
#titulos{
    width : 70%;
    text-align:center;
    font-size: 150%
}

#header-imagen{
    width: 30%;  
}

#navega {
    background-color: firebrick;
    border-radius: 20px;
    
}

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

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

a {
    color : white;
    text-decoration: none;
 
}
h5{
  background-color:black;
  color:white;
  font-size: 35px;
  border-radius: 30px;
  padding:10px;
  margin:5px;
  font-style:italic; 
  text-align:center;
  text-shadow: 1px 1px 1px;
  
}
article {
    display:flex;
    justify-content: center;
    margin : 15px;
    background-color:black;
    border-radius: 15px;
    padding:15px;
}

article div {
    width :400px;
    background-color: white;
    padding: 25px;
    border-radius: 25px;
    font-size: 25px;
    text-align:center;
    text-shadow: 1px 1px 1px;
}

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

article  img {
    margin : 25px;
}

footer{
    background-color: crimson;
    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%;  
}
h6{
  background-color:black;
  color:white;
  font-size: 20px;
  border-radius: 30px;
  padding:10px;
  margin:5px;
  font-style:italic; 
  text-align:center;
  text-shadow: 1px 1px 1px;
}

aside{ 
    width: 20%;
    border: 1px black solid;
    padding:5px;
    border-radius: 20px;
    background-color: firebrick;
}

aside p{
    background-color:crimson;
    border-radius: 15px;
    font-weight: 300;
    padding :15px;
    font-size: 30px;
    color :white;
    text-align: center;
    font-style:italic;
    text-shadow: 1px 1px 1px;
}
