var fuente1 = { src: 'sifr3/trebuchet_ms.swf' };



sIFR.activate(fuente1);





sIFR.replace(fuente1, {
  selector: '.tit_banner'
  ,css: [
      '.sIFR-root { text-align: left; color: #005D6C; font-size:18px; }'
      ,'a { text-decoration: none; font-size:13px; color:#716e1f; }'
      ,'a:link { color: #716e1f; text-decoration:none;  }'
      ,'a:hover { color: #716e1f; }'
    ],
  wmode: "transparent"

});
sIFR.replace(fuente1, {
  selector: '.tit_banner2'
  ,css: [
      '.sIFR-root { text-align: left; color: #CB740E; font-size:18px; }'
      ,'a { text-decoration: none; font-size:13px; color:#716e1f; }'
      ,'a:link { color: #716e1f; text-decoration:none;  }'
      ,'a:hover { color: #716e1f; }'
    ],
  wmode: "transparent"

});
sIFR.replace(fuente1, {
  selector: '.tit_banner3'
  ,css: [
      '.sIFR-root { text-align: left; color: #5a5709; font-size:14px; }'
      ,'a { text-decoration: none; font-size:13px; color:#716e1f; }'
      ,'a:link { color: #716e1f; text-decoration:none;  }'
      ,'a:hover { color: #716e1f; }'
    ],
  wmode: "transparent"

});
sIFR.replace(fuente1, {
  selector: '.tit_campus'
  ,css: [
      '.sIFR-root { text-align: right; color: #000000; font-size:14px; }'
      ,'a { text-decoration: none; font-size:13px; color:#716e1f; }'
      ,'a:link { color: #716e1f; text-decoration:none;  }'
      ,'a:hover { color: #716e1f; }'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.titulo'
  ,css: [
      '.sIFR-root { text-align: left; color: #5a5709; font-size:23px; }'
      ,'a { text-decoration: none; font-size:13px; color:#5a5709; }'
      ,'a:link { color: #5a5709; text-decoration:none;  }'
      ,'a:hover { color: #5a5709; }'
    ],
  wmode: "transparent"

});
