h1 {
  color: #000 !important;/* negro elegante */
  font-family: 'Playfair Display', serif !important; /* fuente con estilo */
  font-size: 2.5em !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin: 30px 0 !important;
  letter-spacing: 1px !important;
  border-bottom: 3px solid #000 !important; /* línea más marcada */
  padding-bottom: 12px !important;
}
h2 {

   
    font-family: 'Tahoma', sans-serif;
    font-size: 20px !important;
    font-weight: 800;
    color: #000;
    text-decoration: none;
}
.fila-blanca {
  background-color: #ffffff !important; /* fondo blanco, forzado */
}
table {
  border-collapse: collapse; /* evita doble borde */
  width: 100%;
}

th, td {
  border: 1px solid black; /* líneas negras */
  padding: 8px;
  text-align: left;
}

/* filas alternadas */
tr:nth-child(even) {
  background-color: #f2f2f2; /* gris claro */
}
tr:nth-child(odd) {
  background-color: #ffffff; /* blanco */
}

/* opcional: encabezado más marcado */
th {
  background-color: #333;
  color: white;
}


/*Ajustes a la cabecera*/
/* Top 2 */
#sp-top2{
    background:#575a5c;
    color:#cccccc ;
    padding: 8px 0;
}
#sp-top2 ul.sp-contact-info{
    float: right;
}

/*Menu e icono de hamburgesa*/
#sp-menu .sp-megamenu-wrapper{
    display: flex!important;
    flex-direction: row;
    justify-content: flex-end;
}

li {
    list-style-image: url(/images/bullet.gif);
    list-style-type: none;
    list-style-position: outside;
    margin-bottom: 3px;
    margin-top: 3px;
}
h2 {

   
    font-family: 'Tahoma', sans-serif;
    font-size: 20px !important;
    font-weight: 800;
    color: #000;
    text-decoration: none;
}


.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 20px;
    margin: 0 0 1.25rem 0;
}

#sp-header .logo a {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
  color: #07375c;
  background: #f4f4f4!important;
}

#sp-main-body {
    padding: 20px 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
    padding: 0;
    position: relative;
}
#sp-section-2
{
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
  color: #07375c;
  background: #f4f4f4!important;
}