/**
 * Generado por restore script
 */

/* ---- post 3619 ---- */
/* Auto: estilos migrados (page 3619) */
table {
      border-collapse: collapse;
      width: 90%;
      margin: 20px;
    }

    th, td {
      padding: 10px;
      text-align: left;
    }

    th {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      background-color: #005fab;
      color: #ffffff;
      text-align: center;
    }

    td {
      border: 1px solid #005fab;
      border-right: none;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
    }

    td:first-child {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      border-left: 1px solid #005fab;
    }

    .email-link {
      color: #005fab;
      cursor: pointer;
      text-decoration: underline;
    }

/* ---- post 3655 ---- */
/* Auto: estilos migrados (page 3655) */
/* Estilo para la fila azul */
        .blue-row {
            background-color: #0272BE;
            color: white;
            font-family: Arial, sans-serif;
            font-weight: bold;
            text-align: center;
        }

        /* Estilo para las filas blancas */
        .white-row {
            background-color: white;
            text-align: center;
        }

        /* Estilo para las celdas */
        .cell {
            padding: 10px;
        }

/* ---- post 4099 ---- */
/* Auto: estilos migrados (page 4099) */
table {
      border-collapse: collapse;
      width: 92%;
      margin: 20px;
    }

    th, td {
      padding: 10px;
      text-align: left;
    }

    th {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      background-color: #005fab;
      color: #ffffff;
      text-align: center;
    }

    td {
      border: 1px solid #e10075;
      border-right: none;
    }

    td:first-child {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      border-left: 1px solid #e10075;
      text-align: center;
    }

    td:last-child {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-right: 1px solid #e10075;
      text-align: center;
    }

