var tipoTitulo = {
  src: '/swf/tipoTitulo.swf'
};
var tipoTituloBold = {
  src: '/swf/tipoTituloBold.swf'
};
var tipoTituloLight = {
  src: '/swf/tipoTituloLight.swf'
};

sIFR.activate(tipoTitulo);
sIFR.activate(tipoTituloBold);
sIFR.activate(tipoTituloLight);

sIFR.replace(tipoTitulo, {
    selector: 'h1.titulo',
    wmode: 'transparent',
	css: [
        '.sIFR-root {color: #5a4d44; letter-spacing:0; leading:0;}'
    ],
    offsetTop: '-4',
    tuneHeight: '-7',
	tuneWidth: '0',
    forceWidth: 'true'
});

sIFR.replace(tipoTituloBold, {
    selector: '.tituloLateral',
    wmode: 'transparent',
	css: [
        '.sIFR-root {color: #eb6e55; letter-spacing:0; leading:0;}'
    ],
    offsetTop: '-2',
    tuneHeight: '-7',
	tuneWidth: '0',
    forceWidth: 'true'
});

sIFR.replace(tipoTituloLight, {
    selector: '.subtituloLateral',
    wmode: 'transparent',
	css: [
        '.sIFR-root {color: #eb6e55; letter-spacing:0; leading:0;}',
    ],
    offsetTop: '0',
    tuneHeight: '-3',
	tuneWidth: '0',
    forceWidth: 'true'
});
