var fuente1 = { src: 'sifr3/times.swf' };
//var fuente2 = { src: 'sifr3/century_gothic.swf' };


//sIFR.activate(fuente2);
sIFR.activate(fuente1);

         




sIFR.replace(fuente1, {
  selector: '.home'
  ,css: [
      '.sIFR-root { text-align: left; color: #575758; font-weight:bold; }'
      ,'a { text-decoration: none; font-size:14px; }'
      ,'a:link { color: #72151c; text-decoration:none; font-weight:bold;  }'
      ,'a:hover { color: #72151c;font-weight:bold;  }'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.red'
  ,css: [
      '.sIFR-root { text-align: left; color: #703939; font-weight:bold;  font-size:12px; }'
      ,'a { text-decoration: none; font-size:5px; }'
      ,'a:link { color: #703939; text-decoration:none; font-weight:bold;  }'
      ,'a:hover { color: #703939;font-weight:bold;  }'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.pie'
  ,css: [
      '.sIFR-root { text-align: left; color: #666666; font-weight:bold;  font-size:14px; }'
      ,'a { text-decoration: none; font-size:5px; }'
      ,'a:link { color: #666666; text-decoration:none; font-weight:bold;  }'
      ,'a:hover { color: #666666;font-weight:bold;  }'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.tel'
  ,css: [
      '.sIFR-root { text-align: left; color: #881313; font-weight:bold;  font-size:14px; }'
      ,'a { text-decoration: none; font-size:5px; }'
      ,'a:link { color: #881313; text-decoration:none; font-weight:bold;  }'
      ,'a:hover { color: #881313;font-weight:bold;  }'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.linkred'
  ,css: [
      '.sIFR-root { text-align: left; color: #881313; font-weight:bold;  font-size:12px; }'
      ,'a { text-decoration: none; font-size:12px; }'
      ,'a:link { color: #881313; text-decoration:none; font-weight:bold;  }'
      ,'a:hover { color: #881313;font-weight:bold;  }'
    ],
  wmode: "transparent"

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

});

sIFR.replace(fuente1, {
  selector: 'h1'
  ,css: [
      '.sIFR-root { text-align: left; color: #72151c; font-weight:bold;  font-size:16px; }'
      ,'a { text-decoration: none; font-size:5px; }'
      ,'a:link { color: #72151c; text-decoration:none; font-weight:bold;  }'
      ,'a:hover { color: #72151c;font-weight:bold;  }'
    ],
  wmode: "transparent"

});



document.write('');