$(document).ready(function(){
	//$(document).pngFix();
	
	jQuery.ifixpng('../../vista/img/pixel.gif');
	jQuery('img').ifixpng();
	//$('.image').cycle('fade');
	$("#header .menu a:first").css("margin-left","0px");
	$("#footer .menu a:first").css("border-left","none");
	$("#header .menu a").corner("cc:#F3F7F9 5px top");
	$("#header .menu a").corner("round 5px top");
	$(".submenu li:last").css("border-right","none");
	$("#footer").corner("cc:#FFF 8px top");
	$("#footer").corner("round 8px top");
	$("#options .option:first").css("border-left","none");
	$("#options .option:last").css("border-right","none");
	$(".news:last").css("margin-right","0");
	$(".patrocinio:last").css("margin-right","0");
	$(".patrocinio:last").css("border-right","none");
	$("#bot_login").toggle(
						   function(){
								$("#login").animate({top:"0"},"slow")
						   },
						   function(){
								$("#login").animate({top:"-121"},"slow")
						   }
	);
	
	//$("h2","#content").corner("round 10px top");
	
	
	$('.submenu li').hover(function(){
			$(this).animate({fontSize:'17px'},'fast');
		},
		function(){
			$(this).animate({fontSize:'11px'},'fast');
		}
		);
	
	
	
});
					   
