window.addEvent('domready', function(){
	var fadeIn = new Fx.Style('contenedor', 'opacity').start(0,1);
});