/* ===== ESTILO GENERAL ===== */
body {
  font-family: "Segoe UI", Tahoma, sans-serif;
  background-color: #f4f8fb;
  color: #2f3e4e;
  margin: 0;
  padding: 30px;
  text-align: center;
}

/* ===== TÍTULOS ===== */
h1 {
  color: #6fa8dc;
  font-size: 3em;
  margin-bottom: 5px;
}

#subtit {
  color: #8fb9dd;
  font-size: 1.2em;
  margin-bottom: 25px;
  text-align: center;
}

h2 {
  color: #7faed6;
  margin-top: 45px;
}

h3, h4, h5 {
  color: #8ab6d6;
}

h6.pie {
  color: #9aa9b5;
  font-size: 0.8em;
  margin-top: 40px;
}

/* ===== TEXTO ===== */
p {
  max-width: 900px;
  margin: 0 auto 20px auto;
  line-height: 1.8;
  text-align: justify;
}

/* ===== IMÁGENES ===== */
img {
  border-radius: 12px;
  margin: 20px 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* ===== ENLACES ===== */
a {
  color: #7aaedc;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  color: #5f95c9;
  text-decoration: underline;
}

/* ===== SEPARADORES ===== */
hr {
  border: none;
  height: 1px;
  background-color: #d6e6f2;
  margin: 35px auto;
  width: 80%;
}

/* ===== LISTAS ===== */
ul {
  list-style-type: circle;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

ol {
  margin-left: 25px;
  margin-bottom: 15px;
}

/* ===== TABLA ===== */
table {
  margin: 20px auto;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

th, td {
  padding: 12px 18px;
  border-bottom: 1px solid #e3eef7;
  text-align: center;
}

th {
  background-color: #dbeaf7;
  color: #4f6f8f;
  font-weight: 600;
}

tr:nth-child(even) {
  background-color: #f7fbff;
}

/* ===== PIE DE PÁGINA ===== */
.pie {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
