
var logoMove 	= {type: 'top', from:-380, to:0, step: 5, delay: 30}
var mainOpacity	= {type: 'opacity', from:0, to:100, step: 1, delay: 100}

function LosGehts () { $fx('#head').fxAdd(logoMove).fxRun();}
function LosGehts2 () { $fx('#mainbox').fxAdd(mainOpacity).fxRun();}


/*
var ContentAppear = {type: 'opacity', from:0, to:100, step: 3, delay:50}

function LosGehts () { $fx('#head').fxAdd(ContentAppear).fxRun();} */
