body {
      font-family: 'Arial', sans-serif;
      margin: 40px;
      background-color: #f9f9f9;
      color: #333;
    }
    header {
      text-align: center;
      margin-bottom: 30px;
    }
    h1 {
      font-size: 28px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    h2 {
      font-size: 20px;
      margin-bottom: 5px;
    }
   .fechas, .horarios {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'Arial', serif;           /* Fuente elegante */
  font-size: 1.8rem;                       /* Texto más grande */
  color: #680433;                         /* Azul formal */
  text-shadow: 2px 2px 4px rgba(63, 0, 0, 0.6); /* Sombra azul suave */
  padding: 15px 0;                        /* Espacio arriba y abajo para amplitud */
  letter-spacing: 0.05em;                 /* Espaciado entre letras */
}

    .documentos {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .documentos p {
      text-align: justify;
      font-size: 16px;
      line-height: 1.6;
    }
    ul {
      text-align: justify;
      font-size: 16px;
      line-height: 1.8;
      padding-left: 20px;
    }
    li {
      margin-bottom: 10px;
    }
   .importante {
  margin-top: 30px;
  font-weight: bold;
  color: #b30000;           /* rojo oscuro */
  text-align: center;
  font-size: 1.8rem;        /* mismo tamaño que .fechas, .horarios */
  letter-spacing: 0.05em;   /* para armonizar con el estilo anterior */
  text-shadow: 2px 2px 4px rgba(179, 0, 0, 0.6); /* sombra roja suave */
  padding: 10px 0;          /* un poco de espacio para que quede amplio y destacado */
}

