var myriadlight = { src: '/wp-content/themes/ecomilenio/flash/myriadlight_sifr3.swf' };
sIFR.activate(myriadlight);

// The second argument determines what the Flash text looks like. The main text
// is styled via the `.sIFR-root` class. Here we've specified `background-color`
// of the entire Flash movie to be a light grey, and the `color` of the text to
// be red. Read more about styling at <http://wiki.novemberborn.net/sifr3/Styling>.

sIFR.replace(myriadlight, {
  selector: '#claim',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#FFFFFF;font-size:26px;};' 
  ]
});

sIFR.replace(myriadlight, {
  selector: '.home h2',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#FFFFFF;font-size:22px;text-transform:uppercase};' 
  ]
});

sIFR.replace(myriadlight, {
  selector: '#colaboradores h3',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#7f87a4;font-size:14px;text-transform:uppercase};' 
  ]
});

sIFR.replace(myriadlight, {
  selector: 'h2.tit_interior',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#1A7148;font-size:46px;};' 
  ]
});

sIFR.replace(myriadlight, {
  selector: 'h2.tit_noticia',
  wmode: 'transparent',
  css: [
  '.sIFR-root {color:#1A7148;font-size:26px;};' 
  ]
});

