		var tiempoBanner;
		var ventana_alto = $(window).height();  
		var ventana_ancho = $(window).width();  

		function inicia(){
			//var ventana_alto = $(window).height();  
			//var ventana_ancho = $(window).width();  
			posY=Math.ceil((ventana_alto-590)/2);
			posY=posY>0?posY:0;
			$("#container").css("display","block") ;
			if(ventana_ancho>1000){
				if(ventana_ancho>1163){
					$("#container").css("width","1163px") ;
					posX=Math.ceil((ventana_ancho-1163)/2);
					$("#container").css("left",posX+"px") ;
					
				}else{
					$("#container").css("width",(ventana_ancho-10)+"px") ;
					posX=Math.ceil((ventana_ancho-10-1163)/2);
					$("#container").css("left",posX+"px") ;			
					
				}
			}else{
					posX=Math.ceil((ventana_ancho-1163)/2);
					posX=posX<82?82:posX;
					$("#container").css("left",posX+"px") ;			
			}
			$("#container").css("top",posY+"px") ;
			$("div").each(function (n) { 
      			$(this).css("opacity", "0"); 
			    $(this).fadeTo('slow',1);
		    }) 
			$("a").each(function (n) { 
      			$(this).css("opacity", "0"); 
			    $(this).fadeTo('slow',1);
		    })
		  tiempoBanner=setTimeout('verPaises()',9000);		
		}
function verPaises(){
	clearTimeout(tiempoBanner);
	if(ventana_ancho>1000 && ventana_ancho<1163){
		$("#container").css("width",(ventana_ancho-10)+"px") ;
		posX=Math.ceil((ventana_ancho-10-1163)/2);
		$("#container").css("left",posX+"px") ;			
	}
	$("#botpai").hide(); 
	$("#fondo2").css("top","543px") ;
	$("#fondo2").css("opacity", "0"); 
	$("#paises").css("opacity", "0"); 
	$("#fondo2").fadeTo('slow',1);
  	$("#container").animate({height: '+=730px'}, 300, function() {
		$("#paises").fadeTo(250,1);
	});
  	$("#pie").animate({top: '1285px'}, 300);
	
	$('html, body').animate({scrollTop:"+=650"}, 500); 
	//tiempoBanner=setTimeout('enlace()',10000);		
}

function enlace(){
	clearTimeout(tiempoBanner);
	open("escaparate.php?idioma_cp=1&id_category=13","_self");
}
