div#pagina {
    width:inherit
}

footer  {
       margin:0rem 
       
}
body {
    display: flex;
    flex-direction: column;
    font-size: 100%;
    font-family: 'Lato', sans-serif;
}

.imagen-fondo {
    background: url(../img/fondo%201.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#encabezado-principal {
    width: 100%;
    display: flex;
    margin: 2rem auto;
    justify-content: center;
    align-items: center;
    color: #fff;
    
}

p {
    color: white
    
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
    
}
footer nav ul li{
        width: 80px;
        margin: 0 0 0.5rem 0; 
        font-family: 'Abel', arial, sans-serif;
        background-color: none;
        

}

footer nav ul li a {
       color: #000;
        background-color: #ffff41;
       font-size: 1.5rem;
       text-decoration: none;
      display: block;
      text-align: center;
      width:380%;
      margin:22px;
      height: 3rem;
      line-height: 3rem;
     border-radius: 6px;
}

