function mudarCor(id){
	document.getElementById(id).style.background = "url(../imagens/bg-item-lateral-hover.jpg) no-repeat";
}

