
function cambia_img(td,img,id){
	
	document.getElementById(id).style.backgroundImage = "url(" + img + ")";	
	td.background=img; } 
