FLIR.init( { path: '/include/librerias/facelift/' } );
FLIR.replace( 'ul#nav-top li' , new FLIRStyle({  cSize: '30'}) );
FLIR.replace( 'h2.inicio' , new FLIRStyle({  mode:'wrap', cSize: '30'}) );
FLIR.replace( 'h2.content' , new FLIRStyle({  mode:'wrap', cSize: '40',output:'gif',cBackground:'white'}) );
FLIR.replace( 'h2.sidebar' , new FLIRStyle({  realFontHeight:true, mode:'wrap',output:'gif',cBackground:'white',cSize: '30'}) );
FLIR.replace( 'h3.content' , new FLIRStyle({  realFontHeight:true, mode:'wrap',output:'gif',cBackground:'white', cSize: '30' }) );
FLIR.replace( 'h3.sidebar' , new FLIRStyle({  realFontHeight:true, mode:'wrap',output:'gif',cBackground:'white', cSize: '25' }) );
FLIR.replace( 'div#nav li' , new FLIRStyle({ realFontHeight:true, cSize: '25',output:'gif',cBackground:'white' }) );
FLIR.replace( 'ul.subnav li' , new FLIRStyle({  realFontHeight:true, output:'gif',cBackground:'white', cSize: '20' }) );
