/**
 * @author pedro
 */

 $(window).load(function () {
 	$("#preloader").hide();
	$("#entresemf").show();
 });

