var cosmetica = {
  src: 'flash/cosmetica.swf'
};

sIFR.activate(cosmetica); 

sIFR.replace(cosmetica, {
  selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 26px; color: #21335f; margin: 0; padding: 0;}' ,
      'em { font-style: normal; font-weight: bold;}',     
      
    ], wmode: 'transparent'
  });    
  
sIFR.replace(cosmetica, {
  selector: '#sidebar h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 26px; color: #4c1d01; margin: 0; padding: 0;}'
    ], wmode: 'transparent'
  }); 
  
sIFR.replace(cosmetica, {
selector: 'h2'
,css: [
  '.sIFR-root { text-align: left; font-weight: normal; font-size: 21px; color: #21335f; margin: 0; padding: 0;}'
], wmode: 'transparent'
});  

sIFR.replace(cosmetica, {
selector: 'label.section'
,css: [
  '.sIFR-root { text-align: left; font-size: 18px; font-weight: bold; color: #ffffff; margin: 0; padding: 0;}'
], wmode: 'transparent'
});  

sIFR.replace(cosmetica, {
selector: 'label.small'
,css: [
  '.sIFR-root { text-align: left; font-size: 16px; font-weight: normal; color: #21335f; margin: 0; padding: 0;}',
        'em { font-style: normal; font-weight: bold;}',    
], wmode: 'transparent'
});  


sIFR.replace(cosmetica, {
selector: 'label'
,css: [
  '.sIFR-root { text-align: left; font-weight: normal; font-size: 18px; color: #21335f; margin: 0; padding: 0;}',
      'em { font-style: normal; font-weight: bold;}',    
], wmode: 'transparent'
});       

/* sIFR.replace(cosmetica, {
  selector: 'ul#nav li.flash'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 18px; color: #bee0f2; margin: 0; padding: 0;}' ,
      'em { font-style: normal; font-weight: bold;}',     
      '.selected { color: #ffffff;}',         
      'a {color: #bee0f2; text-decoration: none;}',
      'a:hover {color: #ffffff; text-decoration: none;}'   
    ], wmode: 'transparent'
  }); */