var fuente1 = { src: 'sifr3/futura_lt_bt.swf' };
var fuente2 = { src: 'sifr3/arial.swf' };


sIFR.activate(fuente1);



sIFR.replace(fuente1, {
  selector: 'h3'
  ,css: [
   '.sIFR-root a { text-align: left; color:#024228; font-size:16px; text-decoration:none; margin:0px; padding:0px;}'
	,'a:hover { text-align: left; color:#024228; font-size:16px; text-decoration:none; margin:0px; padding:0px;}'
  ],
  wmode: "transparent"

});


sIFR.replace(fuente2, {
  selector: '.tit_int'
  ,css: [
   '.sIFR-root { text-align: left; color:#c5a309; font-size:16px; margin:0; padding:0; font-weight:bold}'
  ],
  wmode: "transparent"

});

sIFR.replace(fuente2, {
  selector: '.tit_list'
  ,css: [
   '.sIFR-root { text-align: left; color:#c5a309; font-size:14px; text-decoration:none; margin:0px; padding:0px;}'
  ],
  wmode: "transparent"

});
















