// JavaScript Webs Fashion Hotels
// Basado en Mootools, creado por Fabián Vargas



window.addEvent('domready', function() {
var franjas = function(){ 
				$('top').set('tween', {duration: 'long'});
				$('top').tween('height', 80);
				$('bottom').set('tween', {duration: 'long'});
				$('bottom').tween('height', 30);
				$('seccion').set('tween', {duration: 'long'});
				$('seccion').tween('width', 980);
				$('contenido').set('tween', {duration: 'long'});
				$('contenido').tween('height', 360);
				$('menusuperior').set('tween', {duration: 'long'});
				$('menusuperior').tween('width', 340);
				
		}
		
franjas();

//Estos se mantienen cierran todo
});