$(document).ready(function(){
				
				//Hotel Caption Sliding (Hidden to Visible)
				$('.boxgrid.hotel').hover(function(){
					$(".coverHotel", this).stop().animate({top:'0px', left:'0px'},{queue:false,duration:260});
				}, function() {
					$(".coverHotel", this).stop().animate({top:'208px', left:'210px'},{queue:false,duration:260});
				});

				//Eventos Full Caption Sliding (Hidden to Visible)				
				$('.boxgrid.eventos').hover(function(){
					$(".coverEventos", this).stop().animate({top:'0px', left:'0px'},{queue:false,duration:300});
				}, function() {
					$(".coverEventos", this).stop().animate({top:'260px', left:'0px'},{queue:false,duration:300});
				});
				
				//Subasta Full Caption Sliding (Hidden to Visible)				
				$('.boxgrid.subasta').hover(function(){
					$(".coverSubasta", this).stop().animate({top:'0', left:'0px'},{queue:false,duration:300});
				}, function() {
					$(".coverSubasta", this).stop().animate({top:'-311px', left:'0px'},{queue:false,duration:300});
				});
				
				//Habitaciones Full Caption Sliding (Hidden to Visible)				
				$('.boxgrid.habitaciones').hover(function(){
					$(".coverHabitaciones", this).stop().animate({top:'0', left:'0px'},{queue:false,duration:300});
				}, function() {
					$(".coverHabitaciones", this).stop().animate({top:'-181px', left:'0px'},{queue:false,duration:300});
				});
				
				//Spa Full Caption Sliding (Hidden to Visible)				
				$('.boxgrid.spa').hover(function(){
					$(".coverSpa", this).stop().animate({top:'0', left:'0px'},{queue:false,duration:300});
				}, function() {
					$(".coverSpa", this).stop().animate({top:'-145px', left:'0px'},{queue:false,duration:300});
				});
	
				
				
				//Resto Full Caption Sliding (Hidden to Visible)				
				$('.boxgrid.resto').hover(function(){
					$(".coverResto", this).stop().animate({top:'0px', left:'0px'},{queue:false,duration:300});
				}, function() {
					$(".coverResto", this).stop().animate({top:'0px', left:'-202px'},{queue:false,duration:300});
				});
				
				//Promo Full Caption Sliding (Hidden to Visible)				
				$('.boxgrid.promo').hover(function(){
					$(".coverPromo", this).stop().animate({top:'0px', left:'0px'},{queue:false,duration:300});
				}, function() {
					$(".coverPromo", this).stop().animate({top:'0px', left:'-413px'},{queue:false,duration:300});
				});
				
				
			});

 window.___gcfg = {lang: 'es-419'};

  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
