var gill 		= { src: '_scripts/sifr/gill.swf' };
var gill_bold 	= { src: '_scripts/sifr/gill_bold.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(gill, gill_bold);

sIFR.replace(gill, {
	selector: 	'#header #menu-principal li',
	wmode:		'transparent',
	css: 		[
				 	'.sIFR-root { color:#666666; letter-spacing: 0; text-align: center; font-size: 11px; }',
					'a {color: #666666; text-decoration:none;}',
					'a:hover{color: #666666; text-decoration:underline;}'
				]
});

sIFR.replace(gill_bold, {
	selector: 	'.footer h3',
	wmode:		'transparent',
	css: 		[
				 	'.sIFR-root {color:#999999; font-weight:bold;}',
					'a {color: #566d96; text-decoration:none;}',
					'a:hover{color: #566d96; text-decoration:underline;}'
				]
});

sIFR.replace(gill_bold, {
	selector: 	'h2',
	wmode:		'transparent',
	css: 		[
				 	'.sIFR-root {color:#566d96; text-decoration:underline;font-weight:bold;}',
					'a {color: #566d96;}',
					'a:hover{color: #566d96;}'
				]
});

sIFR.replace(gill_bold, {
	selector: 	'h4',
	wmode:		'transparent',
	css: 		[
				 	'.sIFR-root {color:#ffffff; font-weight:bold;}',
					'a {color: #ffffff; text-decoration:underline;}',
					'a:hover{color: #ffffff; text-decoration:none;}'
				]
});

sIFR.replace(gill_bold, {
	selector: 	'h5',
	wmode:		'transparent',
	css: 		[
				 	'.sIFR-root {color:#566d96;font-weight:bold;}',
					'a {color: #566d96;}',
					'a:hover{color: #566d96;}'
				]
});
