document.write('<div class="pie" id="pie">');
document.write('<a href="home.html">Inicio</a> |');
document.write('<a href="servicios.html">Servicios</a> |');
document.write('<a href="empresas.html">Empresas</a> |');
document.write('<a href="descargas.html">Descargas</a> |');
document.write('<a href="contactar.html">Contactar</a> |');
document.write('<a href="ayuda.html">Ayuda</a>');
document.write('</div>');






