/*
function tipoUser () {
	if (document.formu_06.oxcxx_Tipo.value == 'Empresa') {
		document.getElementById('emple').style.backgroundColor = "#FF0000";
//		document.formu_06.oncxx_Empleados.style.backgroundColor = "#FF0000";
	}

}
*/