﻿

$(function(){
	// HOME / TRABAJOS
	$("#contenidoAbajoTrabajos a.elegirWeb").hover(function(){
		$("img", this).stop().animate({top:"-200px"},{queue:false,duration:200});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
});






$(function(){
	// QUIEN SOY / ME GUSTA
	$("#quienContenidoMeGusta div a").hover(function(){
		$("img", this).stop().animate({top:"-141px"},{queue:false,duration:200});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
});


$(function(){
	// PORTAFOLIO / WEB
	$("#portafolioContenidoWeb a.elegirWeb").hover(function(){
		$("img", this).stop().animate({top:"-200px"},{queue:false,duration:200});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
});


$(function(){
	// PORTAFOLIO / GRÁFICO
	$("#portafolioContenidoGrafico a.elegirWeb").hover(function(){
		$("img", this).stop().animate({top:"-200px"},{queue:false,duration:200});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
});


$(function(){
	// PORTAFOLIO / FOTOGRAFIA
	$("#portafolioContenidoFotografia a.elegirWeb").hover(function(){
		$("img", this).stop().animate({top:"-200px"},{queue:false,duration:200});
	}, function() {
		$("img", this).stop().animate({top:"0px"},{queue:false,duration:200});
	});
});

