function listaCidades(cd)
{
	$.post('/cadastro/cidades',{uf:cd},function(data){
			$('#pCidades').html(data);
	});
}
