body {
  background-color: #ffffff;
  color: #000000;
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
  padding: 20px;
}

h1 {
  font-size: 50px;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h2 {
  font-size: 26px;
  color: #444444;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-style: italic;
}

table {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  border-collapse: collapse;
  background-color: #ffffff;
}

th {
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  padding: 12px;
  border: 1px solid #333333;
  font-family: Arial, Helvetica, sans-serif;
}

th a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

th a:hover {
  color: #D52B1E;
}

td {
  padding: 15px;
  border: 1px solid #333333;
  font-size: 18px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 28px;
  color: #D52B1E;
  margin-bottom: 10px;
  text-align: left;
  font-family: Georgia, serif;
}

p {
  line-height: 1.6;
  font-size: 18px;
  color: #333333;
  text-align: justify;
  margin: 10px 0;
}

img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

i {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #555555;
  margin-top: 5px;
}

.titulo-rojo {
  color: #D52B1E;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.marcador-negro {
  background-color: #000000;
  padding: 10px 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.texto-marcador {
  color: #00FF00;
  font-family: "Courier New", monospace;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

td table td {
  border: none;
  padding: 10px;
}

h4 {
  font-size: 28px;
  color: #D52B1E;
  text-align: left;
  font-family: Georgia, serif;
}  

h5 {
  font-size: 28px;
  color: #D52B1E;
  text-align: left;
  font-family: Georgia, serif;
}  

h6 {
  font-size: 28px;
  color: #D52B1E;
  text-align: left;
  font-family: Georgia, serif;
}  

.otros-periodicos {
  padding-top: 30px;
}

.linea-titulo {
  border-bottom: 1px solid #000;
}