function hovermenulateral(codigomenu, codigofoto) {
	document.getElementById('fotoderecha').innerHTML="<img src='img/foto_"+codigofoto+".jpg' />";
	//document.getElementById('opcionmenu'+codigomenu).style.fontWeight="bold";
}

function hoveroutmenulateral(codigomenu, codigofoto) {
	//document.getElementById('opcionmenu'+codigomenu).style.fontWeight="normal";
}

