$(document).ready(function(){	
	// fecha div resposta
	$("#closeModal").click(function(){
		$("#divModal").fadeOut(200);
	})
});
