
    /* SIFR 3.0 */
     var aeroportal = {
            src: '/swf/aeroportal.swf'
          };
        
          sIFR.activate(aeroportal);
        
          sIFR.replace(aeroportal, {
            selector: '#head-contact-box h2'
            ,css: [
              '.sIFR-root { text-align: left; color:#73c604; font-size:14px; line-height:1;  padding:0; margin:0:}'
              ,'a { text-decoration: none; }'
            ]
            ,selectable: true
            ,wmode: 'transparent'
            ,tuneHeight: '-4px'
          });
          sIFR.replace(aeroportal, {
            selector: '#head-contact-box p'
            ,css: [
              '.sIFR-root { text-align: left; color:#73c604; font-size:40px; font-weight:bold; line-height:1; padding:0; margin:0: height:40px; overflow:hidden;}'
              ,'a { text-decoration: none; }'
            ]
            ,selectable: true
            ,wmode: 'transparent'
            ,tuneHeight: '-15px'
            ,offsetTop: '-9px'
          });
          sIFR.replace(aeroportal, {
            selector: '#content h1'
            ,css: [
              '.sIFR-root { text-align: left; color:#333333; font-size:36px; line-height:1;  padding:0; margin:0; font-weight:bold;}'
              ,'a { text-decoration: none; }'
            ]
            ,selectable: true
            ,wmode: 'transparent'
            ,tuneHeight: '-4px'
          });
