$(document).ready(function() {
  $('#botones .menu').hover(function() {
    $(this).css({'color':'#f18717','font-size':'12px'});
  }, function() {
   $(this).css({'color':'#d9072a','font-size':'12px'});
  });
});

$(document).ready(function() {
	$('#head').slideDown(1500);
});

$(document).ready(function() {
    $('#anim').cycle({fx: 'fade' });
});

$(document).ready(function(){
   $('#anim img').corner("br bl");
                    	
});
