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