$(document).ready(function() {
	$('#Bt-Mais-Informacoes').click(function() {
	$('#Load').load('/form/mais_informacoes.php');
	});

});

