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

sIFR.activate(samaraFont);

// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Titulos ~~~
sIFR.replace(samaraFont, {
	selector: 'h1',
	ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 19, 1.18, 27, 1.17, 34, 1.16, 36, 1.14, 38, 1.15, 56, 1.14, 61, 1.13, 62, 1.14, 103, 1.13, 105, 1.12, 108, 1.13, 109, 1.12, 110, 1.13, 113, 1.12, 115, 1.13, 122, 1.12, 123, 1.13, 1.12],
	css: [
	'.sIFR-root { color:#000000; text-align:center; text-transform: uppercase; letter-spacing:-1;}'
	],
	forceClear: true,
	wmode: 'transparent',
	blendMode: 'overlay'
});

sIFR.replace(samaraFont, {
	selector: 'h2',
	ratios: [7, 0.93, 10, 0.95, 11, 0.98, 12, 1.06, 13, 1.03, 19, 1.07, 25, 1.08, 26, 1.1, 32, 1.09, 33, 1.11, 38, 1.08, 51, 1.1, 58, 1.11, 63, 1.12, 64, 1.11, 77, 1.12, 81, 1.13, 83, 1.12, 116, 1.13, 117, 1.14, 122, 1.13, 1.14],
	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: [9, 0.88, 12, 0.96, 13, 0.98, 17, 0.94, 26, 0.99, 35, 1.03, 44, 1.05, 52, 1.06, 61, 1.07, 78, 1.08, 80, 1.09, 83, 1.08, 84, 1.09, 87, 1.08, 122, 1.09, 1.1],
	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
});



