			Cufon.replace('h2',{textShadow: '2px 2px rgba(0, 0, 0, 0.7)'
});
			Cufon.replace('#menu a',{textShadow: '2px 2px rgba(0, 0, 0, 0.7)',hover: {
									color: '#EE1B24'
					}});
			Cufon.replace('h1',{textShadow: '2px 2px rgba(0, 0, 0, 0.7)'
});
	
	Cufon.replace('h3');
	Cufon.replace('h4');
	
// JavaScript Document
$(document).ready(function(){
	$.getScript('js/jquery.hoverIntent.js', function() {
	 $('#tomamosUnCafe').hoverIntent(
							  function(){
								  $(this).animate({
										top: '+=200'
										
									  }, 500, function() {
										// Animation complete.
									  });
								  },
							  function(){
								  $(this).animate({
										top: '-=200'										
									  }, 500, function() {
										// Animation complete.
									  });
								  
								  }	
							  );
	});
	$.getScript('js/jquery.easing.1.1.1.js', function() {});
	$.getScript('js/jquery.hoverIntent.js', function() {
	$('#tomamosUnCafe').hoverIntent(
							  function(){
								  $(this).animate({
										top: '+=200'
										
									  }, 500, function(){
										// Animation complete.
									  });
								  },
							  function(){
								  $(this).animate({
										top: '-=200'										
									  }, 500, function() {
										// Animation complete.
									  });
								  
								  }	
							  );
	});
	
	$(".cycle").cycle({ random:  1 });
	
	$("#botonEnvio").click(function(){
							$("#formularioRapido").attr("action","mail.php");
							  document.formulario.submit()
  	});
	var mostrar=true;
	$(function() {
		 var contador=0;
 		 var timer = setInterval( showDiv, 5000);
		 function showDiv() {
			 if(mostrar==true && contador<2){
	 		  	$("#avisoFlechas").toggle('fast');
				
				contador=contador+1;
				}
		  }

	});
 });
