function onEmpresa() {
 
  document.all["menuEmpresa"].style.background="#868686";
  
 }
 function offEmpresa() {
  
  document.all["menuEmpresa"].style.background="#E2E2E2";
  
 }
 function onServicios() {
 
  document.all["menuServicios"].style.background="#868686";
  
 }
 function offServicios() {
  
  document.all["menuServicios"].style.background="#E2E2E2";
  
 }

 function onContacto() {
 
  document.all["menuContacto"].style.background="#868686";
  
 }
 function offContacto() {
  
  document.all["menuContacto"].style.background="#E2E2E2";
  
 }
 
  function onTrabaja() {
 
  document.all["menuTrabaja"].style.background="#868686";
  
 }
 function offTrabaja() {
  
  document.all["menuTrabaja"].style.background="#E2E2E2";
  
 }
 
 
<!-- Menu Lateral izquierdo-->


 function onConsejero() {
 
 document.getElementById('menuConsejero').style.background="#936975";
  
 }
 function offConsejero() {
  
 document.getElementById('menuConsejero').style.background="#2E556B";
  
 }

 function onCatalogo() {
 
 document.getElementById('menuCatalogo').style.background="#936975";
  
 }
 function offCatalogo() {
  
 document.getElementById('menuCatalogo').style.background="#2E556B";
  
 }
 
  function onCursos() {
 
 document.getElementById('menuCursos').style.background="#936975";
  
 }
 function offCursos() {
  
 document.getElementById('menuCursos').style.background="#2E556B";
  
 }

<!-- Menu Lateral izquierdo-->


 
 
 
 
 