// JavaScript Document
 $(document).ready(function (){
	 

$("#izquierda").load("modulos/menu.html");
	 
$("#pie").load("modulos/pie.html");


	
})
