var gill = {
  src: '/nustyle/sifr3/flash/gill-sans.swf',
  wmode: 'transparent'
};

if (!!(window.attachEvent && !window.opera)) {
  //gill.src += "?nocache=" + encodeURIComponent(new Date().toString());
}

sIFR.debugMode = false;
// sIFR.prefetch(gill);
sIFR.activate();

sIFR.replace(gill,{
  selector: '.home h1',
  css: [
    '.sIFR-root { color: #E70000; font-weight: bold; text-transform: uppercase; kerning: true; }',
    'a { text-decoration: none }',
    'a:link { color: #000000 }',
    'a:hover { color: #E70000 }'
    
  ],
  bottomLine: 1
});

sIFR.replace(gill,{
  selector: '.home h2',
  css: [
    '.sIFR-root { color: #000000; font-weight: bold; text-transform: uppercase; }',
    'a { text-decoration: none }',
    'a:link { color: #000000 }',
    'a:hover { color: #E70000 }'
  ],
  bottomLine: 1
});

sIFR.replace(gill, {
  selector: '.home #lateral h3',
  css: [
    '.sIFR-root { color: #000000; font-weight: bold; text-transform: uppercase; }',
    'a { text-decoration: none }',
    'a:link { color: #000000 }',
    'a:hover { color: #E70000 }'
  ],
  bottomLine: true
});

sIFR.replace(gill, {
  selector: '.descripcion_producto h1',
  css: [
    '.sIFR-root { color: #E70000; font-weight: bold; text-transform: uppercase; }'
  ],
  bottomLine: true
});

sIFR.replace(gill,{
  selector: '.producto h2',
  css: [
    '.sIFR-root { color: #000000; font-weight: bold; text-transform: uppercase }',
    'a { text-decoration: none }',
    'a:link { color: #000000 }',
    'a:hover { color: #E70000 }'
  ],
  bottomLine: true
});

sIFR.replace(gill, {
  selector: 'h2.destacado',
  css: [
    '.sIFR-root { color: #E70000; text-transform: uppercase; }',
    'a { text-decoration: none }',
    'a:link { color: #000000 }',
    'a:hover { color: #E70000 }'
  ],
  bottomLine: true
});

sIFR.replace(gill, {
  selector: '#novedades h2',
  css: [
    '.sIFR-root { font-weight: bold; color: #FFFFFF; text-transform: uppercase; }'
  ]
});

sIFR.replace(gill, {
  selector: 'p.introduccion',
  css: [
    '.sIFR-root { color: #333333; }'
  ]
});

sIFR.replace(gill, {
  selector: 'p.slogan',
  css: [
    '.sIFR-root { font-weight: bold; color: #333333; text-transform: uppercase; text-align: center; }',
    'em { color: #E70000; font-style: normal; }'
  ]
});

sIFR.replace(gill, {
  selector: '.destacado_intertextual p',
  css: [
    '.sIFR-root { font-weight: bold; color: #333333; text-align: center;  margin-left: 25; margin-right: 25;}',
    'em { color: #E70000; font-style: normal; }'
  ]
});

sIFR.replace(gill, {
  selector: 'h1.nometoques',
  css: [
    '.sIFR-root { font-weight: bold; kerning: true; }',
    'a { text-decoration: none }',
    'a:link { color: #000000 }',
    'a:hover { color: #E70000 }',
    'em { color: #E70000; font-style: normal }'
  ],
  offsetTop: 3
});

sIFR.replace(gill, {
  selector: 'h1',
  css: [
    '.sIFR-root { font-weight: bold; text-transform: uppercase; kerning: true; }',
    'a { text-decoration: none }',
    'a:link { color: #000000 }',
    'a:hover { color: #E70000 }',
    'em { color: #E70000; font-style: normal }'
  ],
  offsetTop: 3
});

sIFR.replace(gill, {
  selector: 'h2.nometoques',
  css : [
    '.sIFR-root { font-weight: bold; kerning: true; }',
    'a { text-decoration: none }',
    'a:link { color: #000000 }',
    'a:hover { color: #E70000 }',
    'em { color: #E70000; font-style: normal }'
  ],
  bottomLine: true
});

sIFR.replace(gill, {
  selector: 'h2',
  css : [
    '.sIFR-root { font-weight: bold; text-transform: sentence; kerning: true; }',
    'a { text-decoration: none }',
    'a:link { color: #000000 }',
    'a:hover { color: #E70000 }',
    'em { color: #E70000; font-style: normal }'
  ],
  bottomLine: true
});

sIFR.replace(gill, {
  selector: 'h3',
  css : [
    '.sIFR-root { font-weight: bold; text-transform: uppercase; kerning: true; }',
    'a { text-decoration: none }',
    'a:link { color: #000000 }',
    'a:hover { color: #E70000 }',
    'em { color: #E70000; font-style: normal }'
  ]
});
