var samaraFont = {
	//src: '/path/to/file/yourtypeface.swf'
	src: 'http://www.samaramarbella.com/web/_swf/samaraFont.swf'
};

sIFR.activate(samaraFont);

// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Titulos ~~~
sIFR.replace(samaraFont, {
	selector: 'h1',
	ratios: [8, 1.42, 9, 1.33, 12, 1.35, 18, 1.3, 20, 1.26, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 34, 1.25, 53, 1.24, 56, 1.23, 57, 1.24, 82, 1.23, 85, 1.22, 86, 1.23, 94, 1.22, 95, 1.23, 1.22],
	css: [
	'.sIFR-root { color:#000000; text-align:center; text-transform: uppercase; }'
	],
	forceClear: true,
	wmode: 'transparent',
	blendMode: 'overlay'
});

sIFR.replace(samaraFont, {
	selector: 'h2',
	ratios: [9, 0.99, 12, 1.12, 19, 1.11, 23, 1.14, 29, 1.15, 31, 1.14, 40, 1.15, 44, 1.17, 45, 1.16, 54, 1.17, 68, 1.18, 71, 1.19, 72, 1.18, 90, 1.19, 91, 1.2, 92, 1.19, 93, 1.2, 95, 1.19, 98, 1.2, 99, 1.19, 1.2],
	css: [
	'.sIFR-root { color:#BCBCBC; text-align:left; font-weight:bold; leading:-3; letter-spacing:-1; }'
	],
	wmode: 'transparent'
});

sIFR.replace(samaraFont, {
	selector: 'h3',
	//ratios: [9, 0.99, 12, 1.12, 19, 1.11, 23, 1.14, 29, 1.15, 31, 1.14, 40, 1.15, 44, 1.17, 45, 1.16, 54, 1.17, 68, 1.18, 71, 1.19, 72, 1.18, 90, 1.19, 91, 1.2, 92, 1.19, 93, 1.2, 95, 1.19, 98, 1.2, 99, 1.19, 1.2],
	css: [
	'.sIFR-root { color:#FFFFFF; text-align:left; leading:-3; }'
	],
	wmode: 'transparent'
});

// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Menus ~~~
sIFR.replace(samaraFont, {
	selector: 'li.activo',
	css: [
	'.sIFR-root { text-align:center; text-transform:uppercase; color:#6D6D6D; border-bottom:2px solid #FFFFFF; leading:-3; }',
	'a { text-decoration:none; color:#6D6D6D; }',
	'a:hover { color:#6D6D6D; }'
	],
	forceClear: true,
	wmode: 'transparent',
	preventWrap: true,
	forceSingleLine: true
});

sIFR.replace(samaraFont, {
	selector: 'li.direct',
	css: [
	'.sIFR-root { text-align:center; text-transform:uppercase; color:#F76F14; leading:-3; }',
	'a { text-decoration:none; color:#F76F14; }',
	'a:hover { color:#F76F14; }'
	],
	forceClear: true,
	wmode: 'transparent',
	preventWrap: true,
	forceSingleLine: true
});

sIFR.replace(samaraFont, {
	selector: 'ul li',
	ratios: [8, 1.42, 9, 1.33, 12, 1.35, 18, 1.3, 20, 1.26, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 34, 1.25, 53, 1.24, 56, 1.23, 57, 1.24, 82, 1.23, 85, 1.22, 86, 1.23, 94, 1.22, 95, 1.23, 1.22],
	css: [
	'.sIFR-root { text-transform:uppercase; text-align:center; color:#FFFFFF; leading:-3; }',
	'a { text-decoration:none; color:#FFFFFF; }',
	'a:hover { color:#FFFFFF; border-bottom:2px solid #F76F14; }',
	],
	forceWidth: true,
	fitExactly: true,
	forceClear: true,
	fitExactly: true,
	wmode: 'transparent',
	preventWrap: true,
	forceSingleLine: true
});
