$(document).ready(function () {

$("#section-gallery").load("modulosProyectos.html #celayaDigital_mod", function() {
	  	$('#slider').nivoSlider();
	  });



	$('#celayadigitalPort').click(function() {
	
	  $('#section-description').children().hide();
	  $('#celayadigitalDesc').fadeIn(2000);
	  $("#section-gallery").load("modulosProyectos.html #celayaDigital_mod", function() {
	  	$('#slider').nivoSlider();
	  });
	  
	  
	  
	});
	
	$('#ordenafacilPort').click(function() {
	
	  $('#section-description').children().hide();
	  $('#ordenafacilDesc').fadeIn(2000);
	  $("#section-gallery").load("modulosProyectos.html #ordenaFacil_mod", function(){
	  $('#slider').nivoSlider();
	  });
	  
	});
	
	$('#iaedPort').click(function() {
	
	  $('#section-description').children().hide();
	  $('#iaedDesc').fadeIn(2000);
	  $("#section-gallery").load("modulosProyectos.html #iaed_mod", function(){
	  $('#slider').nivoSlider();
	  });
	  
	});
    
    $('#zerabitPort').click(function() {
	
	  $('#section-description').children().hide();
	  $('#zerabitDesc').fadeIn(2000);
	  $("#section-gallery").load("modulosProyectos.html #zerabit_mod", function(){
	  $('#slider').nivoSlider();
	  });

	  
	});
	
	$('#uniradioPort').click(function() {
	
	  $('#section-description').children().hide();
	  $('#uniradioDesc').fadeIn(2000);
	  $("#section-gallery").load("modulosProyectos.html #uniradio_mod", function(){
	  $('#slider').nivoSlider();
	  });

	  
	});
    
});


