document.write ("<map name='Map'> ");
document.write ("  <area shape='rect' coords='7,23,135,48' href='hosteria.html'> "); 
document.write ("  <area shape='rect' coords='6,136,134,161' href='imagenes.html'> ");
document.write ("  <area shape='rect' coords='5,110,133,135' href='actividades.html'> ");
document.write ("  <area shape='rect' coords='6,80,134,105' href='museo.html'> ");
document.write ("  <area shape='rect' coords='7,51,135,76' href='medio_ambiente.html'> ");
document.write ("  <area shape='rect' coords='7,188,135,213' href='en_construccion.html'> ");
document.write ("  <area shape='rect' coords='7,162,135,187' href='links.html'> ");
document.write ("</map> ");

