function cambiaImagen(seccion)
{
	document.getElementById('imagenSeccion').style.backgroundImage="url('imagenes/menu/"+seccion+".jpg')";
}