/* —— 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 —— */


