.pagina {max-width: 960px;margin:0 auto;
}


body{ 
      background: url(img/fondo.png);
      margin:0px;
      font-family: 'Roboto Slab', serif;
    
}

header{ 
        width: 100%;
        height: 120px;
        background: #cd4567;
        margin: 0px auto 0px auto;
}

nav{ 
    width: 100%;
    height: 50px;
    background: #a06;
    margin: 0 auto;
    
    }

nav a{
    text-decoration:none;
    padding: 10px;
    margin: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ff04ec;
}


main{ 
      width: 100%;
      height: 390px;
      background: #FFB6C1;
      margin: 0px auto;
}

main img{
    width: 150%;
    display: block;
    margin: 50px auto;
   
}

footer{
    width: 100%;
    height: 50px;
    background: #a06;
    margin: 0 auto;
}

footer p{
    font-size: 10px;
    text-align: center;
    color: #fff;
    padding: 10px;
}

section{
    width: 500px;
    height: 390px;
    background: #f777ad;
    float: right;
    margin: auto;
}

section p{
    font-style: italic;
    line-height: 16px;
    
}
section p span {
    font-size: 18px;
    line-height: 16px;
    color: #000;
    text-decoration: underline;
 
}

aside{
      width: 310px;
      height: 320px;
      background: url(img/Trama.jpg);
      float:left;
      margin: 20px;
      position:absolute;
}

section article {
    width: 70px;
    heigth:70px;
    background: #cd4567;
    float: left;
    margin:50px;
}


aside article {
    width: 40%;
    height: 220px;
    margin-top: 10px;
    float: center;
}

.imagen { margin: 10px;
          align align-content: space-around;
          position: relative;

}

@media screen and (max-width:960px)
{
    section { width: 100%; }
    section article { background: #a3c; width: 45%; }
    aside {display: none;}
    header { width: 100%; }
    nav { width: 100%; }
    
    
}
   