$(document).ready(function() {
	jQuery(".galeria").find(".imagenCrop").css('backgroundPosition', function(){
		return jQuery(this).parent().find(".mensajeExitoFoto").attr("title");
	});
	jQuery(".cont_even_ant").hover(function(){
		jQuery(this).stop().css({backgroundColor: '#D9D9D9'});
	}, function(){
		jQuery(this).stop().css({backgroundColor: '#E7E7E7'});
	});
		
	if(jQuery("#promo_der_txt").lenght != 0){
		jQuery("#promo_der_txt").css("height", function(index){
			alto = jQuery("#promo_izq_txt").css("height");
			return alto;
		});
	};
	
	jQuery(".verTodosPrensa").hover(function(){
		jQuery(this).find("img").attr("src", "/themes/tripartita/images/btn_Comunicados_over.jpg");
	}, function(){
		jQuery(this).find("img").attr("src", "/themes/tripartita/images/btn_Comunicados.jpg");		
	});
	

 });
