 function seleccionarPresentacion() {
  document.getElementById('imgPresentacion').src='imagenes/presentacionSel_eng.gif';
  document.getElementById('imgServicios').src='imagenes/servicios_eng.gif';
  document.getElementById('imgContacto').src='imagenes/contacto_eng.gif';   
 }
 
 function seleccionarServicios() {
  document.getElementById('imgPresentacion').src='imagenes/presentacion_eng.gif';
  document.getElementById('imgServicios').src='imagenes/serviciosSel_eng.gif';
  document.getElementById('imgContacto').src='imagenes/contacto_eng.gif';   
 }
 
 function seleccionarContacto() {
  document.getElementById('imgPresentacion').src='imagenes/presentacion_eng.gif';
  document.getElementById('imgServicios').src='imagenes/servicios_eng.gif';
  document.getElementById('imgContacto').src='imagenes/contactoSel_eng.gif';   
 } 