function menubg(elemento) {
	elemento.style.background = '#dddddd';
}

