#contenedor-header{
    background:gray ;
    padding: 15px;
    border-radius: 20px;
    
    display: flex;
}

#header-titulos{

    width: 75%;
}

#navega{
    background: black;
   
    
}

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

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

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

article div p{
    font-style: italic; 
}



footer{
    background: #666666;
    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;
    
}

#contenedor-principal{
    display: flex;
}

section{
    width: 80%;
}

aside{
    width: 20%;
}


aside{
    border-radius: 30px;
    background:#cfd6d0 ;
}

aside >p{
    background:#eeeeee;
    border-radius: 15px;
    font-weight: 300;
    padding: 15px;
    font-size: 15px;
    color:black;
    text-align: center;
    
    
}


#header-titulos{
    width: 80%;
}

#conImagen{
  width: 20%;  
}

img{
   
    border-radius: 30px;
   
}

article >div{
   width: 1400px;
    background: #eeeeee;
    padding: 20px;
    border-radius:10px; 
}
a{
    color: white;
    text-decoration: none;
}

body{
    background: #95a5a6;
}