window.onload = function(){
	
	// páginas

	if(document.getElementById("pgHome"))funcionesHome();
	
	}

