$(document).ready(function() {
  $('#informacion > div').hide();
  $('#t_inicio').show();
  $('.e_inicio').click(function() {
    $('#informacion > div').hide();
    $('#t_inicio').show('slow');	
  });
  $('.e_dominio').click(function() {
    $('#informacion > div').hide();
    $('#t_dominio').show('slow');	
  });
  $('.e_hospedaje').click(function() {
    $('#informacion > div').hide();
    $('#t_hospedaje').show('slow');	
  });
  $('.e_plantillas').click(function() {
    $('#informacion > div').hide();
    $('#t_plantillas').show('slow');	
  });
  $('.e_ecommerce').click(function() {
    $('#informacion > div').hide();
    $('#t_ecommerce').show('slow');	
  });
  $('.e_emarketing').click(function() {
    $('#informacion > div').hide();
    $('#t_emarketing').show('slow');	
  });
  $('.e_identidad').click(function() {
    $('#informacion > div').hide();
    $('#t_identidad').show('slow');	
  });
  $('.e_blogs').click(function() {
    $('#informacion > div').hide();
    $('#t_blogs').show('slow');	
  });
  $('.e_proyectos').click(function() {
    $('#informacion > div').hide();
    $('#t_proyectos').show('slow');	
  });
  $('.e_consultorias').click(function() {
    $('#informacion > div').hide();
    $('#t_consultorias').show('slow');	
  });
});
