/* Layout fisso. Mappa attaccata al bordo (no margin/padding sopra). Titolo sovrapposto. */
html, body { background: #fff; margin: 0; padding: 0; font-family: Arial, sans-serif; color: #222; }
body { overflow-x: auto; position: relative; }

#myMap { width: 1200px; height: 590px; display: block; }

#title {
  position: absolute;
  top: 30px; left: 40px;
  z-index: 10;
  color: #1a3550;
}
#title h1 { font-size: 1.9em; margin: 0; font-weight: 800; }
#title h2 { font-size: 1.0em; margin: 6px 0 0; font-weight: 400; color: #335; }
