jQuery(function() {

	jQuery('#ccma_mesbtn, #barra_ccma_over .ccma_tanca').live('click',function(){													   													  
		if (jQuery('.ccma_menysbtn').length>0) { 	
			jQuery('#content').css('margin-top',jQuery('#wrapper').position().top);
		} else { 	
			jQuery('#content').css('margin-top',(jQuery('#wrapper').position().top+365)+'px');
		}
	})	
	
});
