.titulo{
    padding-top: 50px;
    text-align: center;
}

.contenedor-actividades{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 5px;
    width: 100%;
    padding: 60px 30px;
    background: #ffffff;
};

.actividad{
    border: 1px solid rgb(225, 225, 225);
    line-height: 20px;
}

.actividad-ano{
    color:rgb(83, 83, 83);
    font-size: 10px;
}

.actividad-detalle{
    padding: 10px;
    border: 1px solid white;
}

.actividad-titulo{
    font-size: 16px;
    color:rgb(22, 22, 22);
    border-bottom: 1px solid rgb(185, 185, 185);
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.actividad-foto{
    width: 100%;
}

.actividad-fecha{
    color: rgb(87, 87, 87);
    font-size: 12px;
}


/**************ACTIVIDADES ANTERIORES MENU*********************/

.actividades-anteriores{
    margin: auto;
    padding: 40px;
    color: rgb(215, 215, 215);
    border-top: 1px solid grey;
    text-align: center;
    line-height: 30px;
}

.actividades-anteriores a{
    text-decoration: none;
    padding: 10px;
    color: rgb(64, 64, 64);
}

.actividades-anteriores a:hover{
    color: orange;
}
