$(document).ready(function(){
	
$(".menudesplegar").click(function(evento){
	
     $('.menudesplegar').animate({

    top: '520px',
    
  }, 500, function() {
    // Animation complete.
  });
  
   });
   
  
   
/*------------------------------------------------*/
   
 $(".cont-cruzreel").toggle(
 
 function(evento){
	
     $('.cont-textoreel').animate({

    left: '160px',
    
  }, 500, function() {
    // Animation complete.
  });
  
  
   },
   
    function(evento){
	
     $('.cont-textoreel').animate({

    left: '220px',
    
  }, 500, function() {
    // Animation complete.
  });
  
  
   });
 /*--------------------------------------------*/
 
 $(".cont-cruzSnosotros").toggle(
 
 function(evento){
	
     $('.cont-textoSnosotros').animate({

    left: '80px',
    
  }, 500, function() {
    // Animation complete.
  });
  
  
   },
   
    function(evento){
	
     $('.cont-textoSnosotros').animate({

    left: '220px',
    
  }, 500, function() {
    // Animation complete.
  });
  
  
   });
 /*--------------------------------------------*/
 
 $(".cont-cruzQhacemos").toggle(
 
 function(evento){
	
     $('.cont-textoQhacemos').animate({

    left: '90px',
    
  }, 500, function() {
    // Animation complete.
  });
  
  
   },
   
    function(evento){
	
     $('.cont-textoQhacemos').animate({

    left: '220px',
    
  }, 500, function() {
    // Animation complete.
  });
  
  
   });
 /*--------------------------------------------*/
 
 $(".cont-cruzFilCR").toggle(
 
 function(evento){
	
     $('.cont-textoFilCR').animate({

    left: '60px',
    
  }, 500, function() {
    // Animation complete.
  });
  
  
   },
   
    function(evento){
	
     $('.cont-textoFilCR').animate({

    left: '220px',
    
  }, 500, function() {
    // Animation complete.
  });
  
  
   });
 /*--------------------------------------------*/
 
 $(".cont-cruzEnglish").toggle(
 
 function(evento){
	
     $('.cont-textoEnglish').animate({

    left: '220px',
    
  }, 500, function() {
    // Animation complete.
  });
  
  
   },
   
    function(evento){
	
     $('.cont-textoEnglish').animate({

    left: '140px',
    
  }, 500, function() {
    // Animation complete.
  });
  
  
   });
 /*--------------------------------------------*/
 
   

}); 
