.indice-navegacion {
  background: #f2f2f2;
  padding: 9px 12px 9px 24px;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
  color: #555;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.indice-navegacion a {
  color: #555;
  text-decoration: none;
}

.indice-navegacion a:hover {
  color: #e65c00;
  text-decoration: underline;
}

.indice-navegacion .sep {
  margin: 0 6px;
  color: #999;
}

.indice-navegacion .current {
  font-weight: bold;
  color: #333;
}
