
var futura = { src: 'sifr3/arialnarrow.swf' };

sIFR.activate(futura);

 

sIFR.replace(futura, {
  selector: 'h2'
  ,css: {
    '.sIFR-root': { 'background-color': '','color': '#464646','font-weight': 'bold' }
  },
  wmode: "transparent"

});    



 
sIFR.replace(futura, {
  selector: 'span.nombremarca'
  ,css: {
    '.sIFR-root': { 'background-color': '','color': '#0078e9','font-weight': 'bold' }
  },
  wmode: "transparent"

});  


sIFR.replace(futura, {
 selector: 'span.nombremarca2'
 ,css: [
      '.sIFR-root { text-align: left; color: #464646; }'
      ,'a { text-decoration: none; font-size:15px; height:14px; font-weight:bold;}'
      ,'a:link { color: #464646; text-decoration:none;  }'
      ,'a:hover { color: #464646; }'
    ],
  wmode: "transparent"

});






