document.write('<table cellspacing="10"><tr>');
document.write('<td><a href="index.html">Presentación</a></td>');
document.write('<td><a href="localizacion.html">Localización</a></td>');
document.write('<td><a href="caracteristicas.html">Características</a></td>');
document.write('<td><a href="precios.html">Precios</a></td>');
document.write('<td><a href="masinfo.html">Más información</a></td>');
document.write('<!--<td><a href="fotos.html">Imágenes</a></td>-->');
document.write('</tr></table>');