@import;

body {
    width: 30em;
    background-color:none;
      margin-right: auto;
    margin-left: auto;
}

.cuerpo {
    background-color: black;
     margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.galeriaa {
     margin-top: -45%;
    margin-bottom: -60%;
}

.galeriaa img {
    background-color: #ffeb01;
    

}



.columnas {
    display: flex;
    flex-direction: column;
    
}
.apunt {
    margin-right: 7%;
    margin-left: 7%;
    margin-bottom: -65%

}
.grupob {
    display: flex;
    justify-content: center;
    
   
}


.subir{
    font-family: 'Helvetica', sans-serif;
    color: white;
    font-size: 90%;
    text-decoration: none;
   display: flex;
    flex-direction: column;
    margin-top: -30%;
   }

.subir img{
    width: 25%;
   }

.tablatitulogrande{
text-align: left;
}

.tablaforo{
    margin-top: -9%;
    margin-bottom: -10%;
}



footer {
     font-family: 'Lato', sans-serif; color: white;
    font-size: 9pt;
    margin-top: 75%;
    padding-left: 7%;
    padding-right: 5.3%;
    border-top: solid;
    border-top-width: thin;
}


center {
    padding-top: 35%;
}
footer nav ul   {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 20%
}

footer nav ul li {
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -22%;
}
footer a:hover {
      color: #ffeb01;  
}

footer a {
     font-family: '', sans-serif;
     color: #62ce06;
     text-decoration: none;
}