var fuente1 = { src: 'sifr3/futuraXBlkCnBT.swf' };
var fuente2 = { src: 'sifr3/verdana.swf' };

sIFR.activate(fuente1);

sIFR.replace(fuente1, {
  selector: '.tit_sifr'
  ,css: [
      '.sIFR-root { text-align: left; color: #8c8f96; font-size:26px; }'
      ,'a { text-decoration: none; font-size:26px; cursor:pointer; margin:0px; padding:0px; color: #8c8f96;  }'
      ,'a:link { color: #8c8f96; text-decoration:none;  }'
      ,'a:hover { color: #8c8f96; text-decoration:none; }'
    ],
  wmode: "transparent"

});
sIFR.replace(fuente1, {
  selector: '.tit_sifr2'
  ,css: [
      '.sIFR-root { text-align: left; color: #63666d; font-size:26px; }'
      ,'a { text-decoration: none; font-size:26px; cursor:pointer; margin:0px; padding:0px; color: #63666d;  }'
      ,'a:link { color: #63666d; text-decoration:none;  }'
      ,'a:hover { color: #63666d; text-decoration:none; }'
    ],
  wmode: "transparent"

});
sIFR.replace(fuente1, {
  selector: 'h1'
  ,css: [
      '.sIFR-root { text-align: left; color: #63666d; font-size:26px; }'
      ,'a { text-decoration: none; font-size:26px; cursor:pointer; margin:0px; padding:0px; color: #63666d;  }'
      ,'a:link { color: #63666d; text-decoration:none;  }'
      ,'a:hover { color: #63666d; text-decoration:none; }'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.titulo_seccion'
  ,css: [
    '.sIFR-root { text-align: left; color: #47494b; font-size:23px; margin:0; padding:0}'
  ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.titulo_seccion_azul'
  ,css: [
    '.sIFR-root { text-align: left; color: #1c4885; font-size:22px; margin:0; padding:0}'
  ],
  wmode: "transparent"

});

sIFR.replace(fuente2, {
  selector: '.txt_sifr'
  ,css: [
      '.sIFR-root { text-align: center; color: #63666d; font-size:16px; }'
      ,'a { text-decoration: none; font-size:26px; cursor:pointer; margin:0px; padding:0px; color: #63666d;  }'
      ,'a:link { color: #63666d; text-decoration:none;  }'
      ,'a:hover { color: #63666d; text-decoration:none; }'
    ],
  wmode: "transparent"

});




