/* Botón de descarga PDF */
.boton-pdf {
    margin-top: 10px;
    display: inline-block;
    padding: 8px 20px;
    background: #d3172e;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s;
}
.boton-pdf:hover {
    background: #b01425;
}

/* Fuente para "Fecha" = hoy */
.fechadia {
    font-weight: bold;
    font-size: 110%;
}


/* Fuente para nombre festividad */
.festiv {
    color: #d3172e;
    font-weight: bold;
    font-size: 110%;
}

/* Margen derecho genérico */
.margenderecho {
    margin-right: 40px;
}