/* —— Reset y tipografía básica —— */

/* —— Tabla de contenidos —— */
.IndiceGeneraltoc{
  max-width:720px;
  margin:2rem auto;
}
.IndiceGeneraltoc h2{
  font-size:1.4rem;
  margin-bottom:1rem;
  color:#176B3B;
}

.IndiceGeneraltoc ol{
  list-style:decimal inside;
  margin-left:.5rem;
}
.IndiceGeneraltoc ul{
  list-style:disc inside;
  margin-left:1.5rem;
}
.IndiceGeneraltoc li{
  margin:.4rem 0;
}

/* —— Pie —— */

.script-caption {
    text-align: center;
    margin-top: 1.2em;
    font-size: 0.95em;
    font-style: italic;
    color: #444;
    font-family: Arial, sans-serif;
  }
