var bellcent = {
      src: 'http://www.graficasergio.com.br/includes/swf/bellcent.swf'
};

sIFR.activate(bellcent);


sIFR.replace(bellcent, {
      selector: '.introducao h2',
	   css: [
      '.sIFR-root { color:#ffffff; font-size:17px; font-weight:normal; }',
	  'strong {color:#f5c400; font-size:109px; font-weight:normal; }', 
      ],
      wmode: 'transparent'
});

sIFR.replace(bellcent, {
      selector: '#conteudo h3',
	   css: [
      '.sIFR-root { color:#00387c; font-size:20px; font-weight:normal; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(bellcent, {
      selector: '.linhaInterna h4',
	   css: [
      '.sIFR-root { color:#0c3163; font-size:16px; font-weight:normal; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(bellcent, {
      selector: '.tituloDest p',
	   css: [
      '.sIFR-root { color:#00387c; font-size:20px; padding:0; font-weight:normal; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(bellcent, {
      selector: '.tituloDestAuto p',
	   css: [
      '.sIFR-root { color:#00387c; font-size:20px; padding:0; font-weight:normal; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(bellcent, {
      selector: '.blocoMeio h5',
	   css: [
      '.sIFR-root { color:#00387c; font-size:18px; padding:0; font-weight:normal; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(bellcent, {
      selector: '.legenda h5 a',
      css: [
      '.sIFR-root { color:#750e53; font-size:17px; cursor:pointer; font-weight:normal; }',
	  'a { color:#A70371;}', 'a:hover { color: #A70371;}'
      ],
      wmode: 'transparent'
});

