.actividad-cuadro-superpuesto {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    border-radius: 8px;
    max-width: 300px;
    color: #000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    font-size: 14px;
    line-height: 1.5;
}
.actividad-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 861px; /* fijo 1300x861 */
    width: 100%;
}
.actividad-post {
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.actividad-titulo {
    font-size: 2.2em;
    margin-bottom: 20px;
    text-align: center;
}

.actividad-imagen-wrap {
    text-align: center;
    margin-bottom: 20px;
}

.actividad-imagen {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.actividad-detalles {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.actividad-detalles th {
    text-align: left;
    background: #efefef;
    padding: 10px;
    width: 30%;
    font-weight: bold;
}

.actividad-detalles td {
    padding: 10px;
}

.actividad-contenido {
    margin: 20px 0;
}

.actividad-taxonomias {
    margin-top: 20px;
    padding: 15px;
    background: #f1f1f1;
    border-radius: 6px;
}

.actividad-taxonomias a {
    text-decoration: none;
    color: #0073aa;
}
.actividad-taxonomias a:hover {
    text-decoration: underline;
}