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


sIFR.activate(fuente1);



sIFR.replace(fuente1, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { text-align: left; color: #004c92; font-size:24px;}'
  ],
  wmode: "transparent"

});


sIFR.replace(fuente2, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { text-align: left; color: #004c92; font-size:18px;}'
  ],
  wmode: "transparent"

});

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

});

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

});

sIFR.replace(fuente1, {
  selector: 'h5'
  ,css: [
    '.sIFR-root { text-align: left; color: #47494b; font-size:18px; margin:0; padding:0;}'
  ],
  wmode: "transparent"

});


sIFR.replace(fuente1, {
  selector: '.lnkHome'
  ,css: [
      '.sIFR-root { text-align: left; color: #FFFFFF; }'
      ,'a { text-decoration: none; font-size:17px; cursor:pointer; margin:0px; padding:0px; color: #FFFFFF;  }'
      ,'a:link { color: #FFFFFF; text-decoration:none;  }'
      ,'a:hover { color: #FFFFFF; text-decoration:underline; }'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: 'h6'
  ,css: [
      '.sIFR-root { text-align: left; color: #445669; }'
      ,'a { text-decoration: none; font-size:17px; cursor:pointer; margin:0px; padding:0px; color: #445669;  }'
      ,'a:link { color: #445669; text-decoration:none;  }'
      ,'a:hover { color: #2e64ae; text-decoration:underline; }'
    ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.titulo_seccion'
  ,css: [
    '.sIFR-root { text-align: left; color: #47494b; font-size:23px; margin:0; padding:0}'
  ],
  wmode: "transparent"

});

sIFR.replace(fuente1, {
  selector: '.titulo_seccion_azul'
  ,css: [
    '.sIFR-root { text-align: left; color: #1c4885; font-size:22px; margin:0; padding:0}'
  ],
  wmode: "transparent"

});




