function mudaIcones(idDiv, caminho, title, tipo){
	
	$('#' + idDiv).html('');
	$('#' + idDiv).html('<img alt="'+title+'" src="' + caminho + '/images/' + idDiv + '' + tipo + '.png" />');
}
