$(document).ready(function() {
	
	$('#home').click(function() {
	$('#slidedown_home').animate({'top' : 245}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
	
	$('#experience, #portfolio, #contact, #anunc, #identity, #packaging, #print, #web, #other').click(function() {
		$('#slidedown_home').animate({'top' : 1000}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
});

$(document).ready(function() {
	
	$('#portfolio').click(function() {
	$('#slidedown_portfolio').animate({'top' : 260}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
	
	$('#experience, #home, #contact, #anunc, #identity, #packaging, #print, #web, #other').click(function() {
		$('#slidedown_portfolio').animate({'top' : 1000}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
});

$(document).ready(function() {
	
	$('#experience').click(function() {
	$('#slidedown_experience').animate({'top' : 260}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
	
	$('#portfolio, #home, #contact, #anunc, #identity, #packaging, #print, #web, #other').click(function() {
		$('#slidedown_experience').animate({'top' : 1000}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
});

$(document).ready(function() {
	
	$('#contact').click(function() {
	$('#slidedown_contact').animate({'top' : 260}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
	
	$('#experience, #home, #portfolio, #anunc, #identity, #packaging, #print, #web, #other').click(function() {
		$('#slidedown_contact').animate({'top' : 1000}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
});




//Todos los portfolios//
$(document).ready(function() {
	
	$('#anunc').click(function() {
	$('#slidedown_anunc').animate({'top' : 245}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
	
	$('#experience, #portfolio, #contact, #home, #identity, #packaging, #print, #web, #other').click(function() {
		$('#slidedown_anunc').animate({'top' : 1000}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
});

$(document).ready(function() {
	
	$('#identity').click(function() {
	$('#slidedown_identity').animate({'top' : 245}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
	
	$('#experience, #portfolio, #contact, #anunc, #home, #packaging, #print, #web, #other').click(function() {
		$('#slidedown_identity').animate({'top' : 1000}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
});

$(document).ready(function() {
	
	$('#packaging').click(function() {
	$('#slidedown_packaging').animate({'top' : 245}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
	
	$('#experience, #portfolio, #contact, #anunc, #identity, #home, #print, #web, #other').click(function() {
		$('#slidedown_packaging').animate({'top' : 1000}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
});

$(document).ready(function() {
	
	$('#print').click(function() {
	$('#slidedown_print').animate({'top' : 245}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
	
	$('#experience, #portfolio, #contact, #anunc, #identity, #packaging, #home, #web, #other').click(function() {
		$('#slidedown_print').animate({'top' : 1000}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
});

$(document).ready(function() {
	
	$('#web').click(function() {
	$('#slidedown_web').animate({'top' : 245}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
	
	$('#experience, #portfolio, #contact, #anunc, #identity, #packaging, #print, #home, #other').click(function() {
		$('#slidedown_web').animate({'top' : 1000}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
});

$(document).ready(function() {
	
	$('#other').click(function() {
	$('#slidedown_other').animate({'top' : 245}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
	
	$('#experience, #portfolio, #contact, #anunc, #identity, #packaging, #print, #web, #home').click(function() {
		$('#slidedown_other').animate({'top' : 1000}, {queue:false, duration:1000, easing: 'easeOutQuint'});
	});
});
