
var museo = { src: 'http://213.129.77.82/paragonwk/_img/museo.swf' };

sIFR.activate(museo);

sIFR.replace(museo, {
  selector: '#text h1',
  css: [
  '.sIFR-root { font-size: 24px; font-weight: bold; color: #002b61; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(museo, {
  selector: '#text h2.grey',
  css: [
  '.sIFR-root { font-size: 14px; font-weight: bold; color: #555555; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(museo, {
  selector: '#text h2',
  css: [
  '.sIFR-root { font-size: 18px; font-weight: bold; color: #42b0ed; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(museo, {
  selector: '#text h3.italic',
  css: [
  '.sIFR-root { font-size: 14px; font-weight: bold; font-style: italic; color: #555555; }',
  '.lightitalic { font-size: 14px; font-weight: bold; font-style: italic; color: #888888; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(museo, {
  selector: '#text h3',
  css: [
  '.sIFR-root { font-size: 14px; font-weight: bold; color: #555555; }'
  ],
  wmode: 'transparent'
});

