
pintar();

function pintar(){
		document.write(" <div id='menu_superior'><br>");
		document.write("<a href='/index.html' title='Volver'><font color='#FFFFFF'>Home</font></a><br>");
		document.write("<a href='http://webmail.escuelaendesa.com/exchange/' target='_blank' title='Correo'><font color='#FFFFFF'>Correo</font></a><br>");
		document.write("<a href='/sitemap.html' title='Mapa del Sitio'><font color='#FFFFFF'>Mapa del sitio</font></a><br>");
		document.write("<a href='mailto:%65%73%63%75%65%6C%61%64%65%65%6E%65%72%67%69%61%40%65%6E%64%65%73%61%2E%65%73' title='Contacta'> <strong><font color='#FFFFFF'>Contacta</font></strong></a>");	
		
		document.write("</div>	");	
    document.write("<div id='secciones'>");
        document.write("  <ul>");
        document.write("    <li><a href='/presentacion.html' title='Presentación'>Presentación</a> &nbsp;&nbsp; ");
        document.write("    <a href='/actividades/index.html'  title='Actividades'>Actividades</a> &nbsp;&nbsp; ");
        document.write("    <a href='/publicaciones/index.html'  title='Publicaciones y Noticias'>Publicaciones y Noticias</a>&nbsp;&nbsp; ");
        document.write("    <a href='/enlaces/index.html' title='Enlaces'>Enlaces</a></li>");
        document.write("  </ul>");
        document.write("  <div style='clear:both;padding-bottom:25px'>&nbsp;</div>");
       document.write(" </div>");
}
