



window.addEvent('domready', function () {
	
		
   		function setDelay() {
   			this.fade(0);
   		}
//  		$('contenedor').fade('in',1);
		setDelay.delay(300, $('contenedor'));	
   		
    		
 







//   	var opts = {duration: 4000, steps: 1000};

//   	var fx3 = new Fx.Cycles.scrollRight('contenedor', opts);

//   	var fx4 = new Fx.Cycles.turnLeft('cicle', opts);
//   	var fx2 = new Fx.Cycle.fade('contenedor', opts);


//  	var fx = new Fx.Cycles.scrollDown('cicle', opts);

//  	var fx = new Fx.Cycles.inOutLeft('cicle', opts);


// 	var fx5 = new Fx.Cycles.fadeZoom('cicle', opts);





});