/* ===========================================================
   ESTILO: REPECHAJE  (body.estilo-repechaje)
   Se carga SOLO cuando estilo_votacion = REPECHAJE.
   Sobrescribe el look&feel NORMAL de style.css.
   =========================================================== */

/* Fondo del header: foto de repechaje en vez del gradiente dorado. */
body.estilo-repechaje .bloque-header {
  background: url('../../img/fondo_repechaje.webp') center center / cover no-repeat !important;
}

/* Divisor del footer un poco más oscuro. */
body.estilo-repechaje .divisor-footer {
  border-color: rgba(255, 215, 120, 0.4) !important;
  background: #000000cf !important;
}
