var futura = {
  src: 'flash/futura.swf'
  ,ratios: [7,1.47,10,1.43,11,1.36,14,1.38,18,1.36,22,1.34,25,1.32,28,1.33,29,1.31,35,1.32,37,1.3,40,1.31,43,1.3,46,1.31,52,1.3,55,1.29,59,1.3,94,1.29,95,1.28,101,1.29,102,1.28,103,1.29,109,1.28,110,1.29,1.28]
};
sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h2.principal'
  ,wmode: 'transparent'
  ,css: '.sIFR-root { color: #083643; text-transform:uppercase; }'
});

sIFR.replace(futura, {
  selector: 'h2.secundario'
  ,wmode: 'transparent'
  ,css: '.sIFR-root { color: #557f00; text-transform:uppercase; }'
});

sIFR.replace(futura, {
  selector: 'h3.principal'
  ,wmode: 'transparent'
  ,css: '.sIFR-root { color: #083643; text-transform:uppercase; }'
});

