function et_inicio(){ 
	
        $("#slider").css("opacity", 0);
        $("#inicio #footer").css("opacity", 0);		
        $("#inicio #acciones").css("opacity", 0);		
         $("#inicio #flags").css("opacity", 0);		
		for (var i=1; i<=7;i++){
        $("#img0" + i).css({opacity: "0", visibility: "visible"}); 
		}
      if($.browser.msie || $.browser.opera){
              $('#img01').css({marginTop: "0"});              
      }
      else {
              $('#img01').css({marginTop: "10"});
      } 
			$('#img01').animate({"opacity": "1"}, "1500");
			setTimeout(function(){					
				$('#img02').css({height:"30px", width:'30px', top: "-5px", left: "-220px"});		
				$('#img02').animate({"opacity": "1"}, "1", function(){
                                          if($.browser.msie){
                                               this.style.removeAttribute('filter');
                                          }
                             } );			
				$("#img02").animate({"left": "+=190px"},"300");
				}, "100");
				
			setTimeout(function(){	
				$('#img03').css({height:"30px", width:'30px', top: "-5px", left: "210px"});
				$('#img03').animate({"opacity": "1"}, "1", function(){
                                          if($.browser.msie){
                                               this.style.removeAttribute('filter');
                                          }
                             });
				$("#img03").animate({"left": "-=190px"}, "300");
			}, "400");
			setTimeout(function(){	
				$('#img04').css({height:"70px", width:'70px', top: '-223px', left: '-24px'});
				$('#img04').animate({"opacity": "1"}, "1", function(){
                                          if($.browser.msie){
                                               this.style.removeAttribute('filter');
                                          }
                             });
				$("#img04").animate({"top": "+=150px"}, "300");
			}, "700");
			setTimeout(function(){	
				$('#img05').css({height:"70px", width:'70px', top: '175px', left: '-24px'});
				$('#img05').animate({"opacity": "1"}, "1", function(){
                                          if($.browser.msie){
                                               this.style.removeAttribute('filter');
                                          }
                             });
				$("#img05").animate({"top": "-=150px"}, "300");
			}, "1000");			
			setTimeout(function(){	
				$('#img06').css({height:"150px", width:'150px', top: '-70px', left: '-410px'});
				$('#img06').animate({"opacity": "1"}, "20", function(){
                                          if($.browser.msie){
                                               this.style.removeAttribute('filter');
                                               }
                                          });
				$("#img06").animate({"left": "+=250px"}, "300");
			}, "1300");
			  setTimeout(function(){	
				$('#img07').css({height:"150px", width:'150px', top: '-70px', left: '280px'});
				$('#img07').animate({"opacity": "1"}, "20", function(){
                                          if($.browser.msie){
                                               this.style.removeAttribute('filter');
                                               }
                                          });
				$("#img07").animate({"left": "-=250px"}, "300");
			}, "1600");
			setTimeout(function(){	
				$("#logo").animate({"marginTop": "-=170px"}, "500");
			}, "2500");
			setTimeout(function(){	
			 $("h1").slideDown( '2000', function(){
                                          if($.browser.msie){
                                               this.style.removeAttribute('filter');
                                               }
                                          });  
			}, "3000");	
			setTimeout(function(){		
				$("h2").slideDown("3000", function(){
                                          if($.browser.msie){
                                               this.style.removeAttribute('filter');
                                               }
                                          });
			}, "3500");	
			
			setTimeout(function(){	
        $("#slider").css("visibility", "visible");
        $("#inicio #acciones").css("visibility", "visible");
         $("#inicio #flags").css("visibility", "visible");
        $("#inicio #footer").css("visibility", "visible");
				$("#slider").animate({"opacity": "1"}, "1000",function(){
                                          if($.browser.msie){
                                               this.style.removeAttribute('filter');
                                               }
                                          });
			}, "4000");
			setTimeout(function(){	
			
        $("#inicio #acciones").animate({"opacity": "1"}, "500", function(){
                                          if($.browser.msie){
                                               this.style.removeAttribute('filter');
                                               }
                                          });
           $("#inicio #flags").animate({"opacity": "1"}, "500", function(){
                                          if($.browser.msie){
                                               this.style.removeAttribute('filter');
                                               }
                                          });
			
				$("#inicio #footer").animate({"opacity": "1"}, "500", function(){
                                          if($.browser.msie){
                                               this.style.removeAttribute('filter');
                                               }
                                          });
			}, "4500");
			
		}
