function Limpa() { 
	if(document.getElementById('busca_cargo').value!="") { 
		document.getElementById('busca_cargo').value=""; 
	} 
} 

