
#contenedor-header {
    background : #FFCC66;
    border-radius: 20px;
    padding : 15px;
    display : flex;
}
#header-titulos{
    width : 75%;
    text-align: center;
}

#header-imagen{
    width: 200px;
   height:300px;  
} 

#navega {
    background: #CC6600;
}

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

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

a {
    color : white;
    text-decoration: none;
}


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

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

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

article  img {
    margin : 15px;
}

footer{
    background : #FF9966;
    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{ 
    width: 20%;
    border: 1px black solid;
    padding:5px;
    border-radius: 20px;
}

aside p{
    background: #CC9933;
    border-radius: 15px;
    font-weight: 300;
    padding :15px;
    font-size: 15px;
    color: #ffff99;
    text-align: center 
}
body{
    background: #FFFF99;
}
