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