  //<[CDATA[

  var font = {
    src: 'swf/sifr.swf'
  };


  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(font);

  sIFR.replace(font, {
    selector: 'h2'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'font-size':28, '	text-transform': 'none', }
    }
	,wmode: 'transparent'
  });

   sIFR.replace(font, {
    selector: 'h3.verde'
    ,css: {
      '.sIFR-root': { 'color': '#3cca2c', 'font-size':21, }
    }
	,wmode: 'transparent'
  });
 
 sIFR.replace(font, {
    selector:'h1#menu'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  //]]>
