var fuente2 = { src: 'sifr3/futura.swf' };
var fuente1 = { src: 'sifr3/futuralink.swf' };


sIFR.activate(fuente2);
sIFR.activate(fuente1);
    

        
sIFR.replace(fuente2, {
  selector: 'h1'
  ,css: {
    '.sIFR-root': {'font-size':'9pt','color': '#971c39','margin':'0 0 0 0','font-weight':'bold' }
  },
  wmode: "transparent"

});

sIFR.replace(fuente2, {
  selector: '.destacado'
  ,css: {
    '.sIFR-root': {'font-size':'19px','color': '#971c39','margin':'0 0 0 0','font-weight':'bold' }
  },
  wmode: "transparent"

});


sIFR.replace(fuente1, {
  selector: '.menulink'
  ,css: [
      '.sIFR-root { text-align: left; color: #454545; }'
      ,'a { text-decoration: none; font-size:19px; color: #454545; font-weight:bold;}'
      ,'a:link {  color: #454545; text-decoration:none; }'
      ,'a:hover { color: #454545; }'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente2, {
  selector: '.home'
  ,css: {
    '.sIFR-root': {'font-size':'16px','color': '#454545','margin':'0 0 0 0','font-weight':'bold' }
  },
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.pielink'
  ,css: [
      '.sIFR-root { text-align: left; font-size:16px;}'
      ,'a { text-decoration: none; font-size:16px; color: font-weight:bold; color: #971c39;}'
      ,'a:link {  text-decoration:none; color: #971c39; }'
      ,'a:hover { color: #971c39; }'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente2, {
  selector: '.who'
  ,css: {
    '.sIFR-root': {'font-size':'16px','color': '#454545','margin':'0 0 0 0','font-weight':'bold' }
  },
  wmode: "transparent"

});

sIFR.replace(fuente2, {
  selector: '.blanco'
  ,css: {
    '.sIFR-root': {'font-size':'16px','color': '#ffffff','margin':'0 0 0 0','font-weight':'bold' }
  },
  wmode: "transparent"

});

sIFR.replace(fuente2, {
  selector: '.destacado2'
  ,css: {
    '.sIFR-root': {'font-size':'15px','color': '#444444','margin':'0 0 0 0','font-weight':'bold' }
  },
  wmode: "transparent"

});
