jQuery(document).ready(function(){
	//inicia plugins jquery para limpar inputs
	jQuery('.limpar').formComplete();
});
