var ald401n = {
src: 'ald401n.swf'
};

var museo300 = {
    src: 'museo300.swf'
};
	
sIFR.activate(ald401n, museo300);

sIFR.replace(museo300, {
selector: 'h1.header_text',

css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#ffffff; leading:-1; }',
	  '.grey { font-size:80%; color: #676767; }'
	],
tuneHeight: 50,
wmode: 'transparent'
});

sIFR.replace(ald401n, {
selector: 'h1.title',

css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#779F0A; leading:-7; }'
	],
offsetTop: 10,
tuneHeight: 10,
wmode: 'transparent'
});

sIFR.replace(ald401n, {
selector: 'h2.subtitle',

css: [
      '.sIFR-root { font-size:15px; font-weight:normal; color:#038abd; leading:-1; }'
	],
offsetBottom: 50,
tuneWidth: 20,
tuneHeight: 10,
wmode: 'transparent'
});


sIFR.replace(ald401n, {
selector: 'h1.pagetitle',

css: [
      '.sIFR-root { font-size:29px; font-weight:normal; color:#779f0a; }'
	],
offsetTop: 18,
offsetLeft: 40,
tuneHeight: 35,
wmode: 'transparent'
});



