$(function(){
	$(".hover_01 div a").hover(function(){
		$("img", this).stop().animate({top:"-136px"},{queue:false,duration:400});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
	
	$(".hover_02 div a").hover(function(){
		$("img", this).stop().animate({top:"-136px"},{queue:false,duration:400});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
	
	$(".hover_03 div a").hover(function(){
		$("img", this).stop().animate({top:"-54px"},{queue:false,duration:400});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
	
	$(".hover_04 div a").hover(function(){
		$("img", this).stop().animate({top:"-29px"},{queue:false,duration:400});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
	
	$(".hover_05 div a").hover(function(){
		$("img", this).stop().animate({top:"-100px"},{queue:false,duration:400});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
	
	$(".hover_06 div a").hover(function(){
		$("img", this).stop().animate({top:"-64px"},{queue:false,duration:400});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
	
	$(".hover_07 div a").hover(function(){
		$("img", this).stop().animate({top:"-49px"},{queue:false,duration:400});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
	
	
	
	$('ul.hover_block li').hover(function(){
		$(this).find('img').animate({top:'150px'},{queue:false,duration:500});
	}, function(){
		$(this).find('img').animate({top:'0px'},{queue:false,duration:500});
	});
	
	$('ul.descargas li').hover(function(){
		$(this).find('img').animate({top:'301px'},{queue:false,duration:500});
	}, function(){
		$(this).find('img').animate({top:'0px'},{queue:false,duration:500});
	});
	
	$('ul.side li').hover(function(){
		$(this).find('img').animate({top:'301px'},{queue:false,duration:500});
	}, function(){
		$(this).find('img').animate({top:'0px'},{queue:false,duration:500});
	});
			
		
});
