<!DOCTYPE html>
<html lang="es">
<head>
  <meta charset="UTF-8">
  <title>Tours guiados – nelehakave</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <header><h1>Tours guiados oficiales</h1></header>
  <section>
    <p>Operados por guías registrados en MINCETUR. Incluye Pachacámac, Centro Histórico, Museos.</p>
    <ul>
      <li>Duración: 4 horas</li>
      <li>Guía: Juan Pérez – Registro MINCETUR 123456</li>
      <li>Precio: S/ 120 por persona</li>
    </ul>
  </section>
  <footer><a href="index.html">Volver al inicio</a></footer>
</body>
</html>