function mudaLabel(label){
	document.getElementById('divTitulo').innerHTML = '&nbsp;&nbsp;' + label;
}
