/* Layout fisso 1200x900 — no responsive. Scroll del browser se serve. */
html, body { background: #fff; margin: 0; padding: 0; font-family: Arial, sans-serif; color: #222; }
body { overflow-x: auto; }

#stage {
  position: relative;
  width: 1100px;
  height: 820px;
}

h1 {
  position: absolute;
  top: 30px; left: 60px;
  margin: 0; padding: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  z-index: 10;
}

#mapa {
  position: absolute;
  top: 20px; left: 380px;
  width: 560px; height: 780px;
}

#contexto {
  position: absolute;
  top: 200px; left: 50px;
  width: 420px; height: auto;
  pointer-events: none;
  z-index: 5;
}

footer {
  position: absolute;
  bottom: 20px; left: 60px;
  font-size: 12px; color: #777;
}
footer a { color: #b3502a; }
