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


sIFR.activate(fuente1);

sIFR.replace(fuente1, {
  selector: '.titulo_acceso'
  ,css: {
    '.sIFR-root': { 'background-color': '#EEEEEE','color': '#FFFFFF','text-align':'left' }
  },
  wmode: "transparent"

});          


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

});



sIFR.replace(fuente1, {
  selector: '.menuSup'
  ,css: [
      '.sIFR-root { text-align: right; color: #171717; }'
      ,'a { text-decoration: none; text-align: right; font-size:12px; color: #000000; font-weight:bold }'
      ,'a:link { color: #171717; }'
      ,'a:hover { color: #3f7abe; }'
    ],
  wmode: "transparent"

});


sIFR.replace(fuente1, {
  selector: '.GrisBig'
  ,css: [
      '.sIFR-root { text-align: left; color: #a8a8a8; font-size:22px; font-weight: bold; }'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.GrisPeq'
  ,css: [
      '.sIFR-root { text-align: left; color: #cbcbcb; font-size:14px; font-weight: bold;}'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.GrisPeq2'
  ,css: [
      '.sIFR-root { text-align: left; color: #cbcbcb; font-size:16px; font-weight: bold;}'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.titVerde'
  ,css: [
      '.sIFR-root { text-align: left; color: #5aa93e; font-size:18px; font-weight: bold; }'
    ],
  wmode: "transparent"

});


sIFR.replace(fuente1, {
  selector: 'h1'
  ,css: [
      '.sIFR-root { text-align: left; color: #0053a5; font-size:22px; font-weight: bold; }'
    ],
  wmode: "transparent"

});


sIFR.replace(fuente1, {
  selector: 'h4'
  ,css: [
      '.sIFR-root { text-align: left; color: #414141; font-size:16px; font-weight: bold; }'
    ],
  wmode: "transparent"

});







      

