function quitarFondo(donde){
	document.getElementById(donde).style.backgroundColor='';
}