var gotham = { src: 'flash/gotham.swf' };

sIFR.activate(gotham);

sIFR.replace(gotham, {
	selector: '.nav'
	,css: [
		'.sIFR-root { text-transform:uppercase; letter-spacing:-1; }'
		,'a { color:#64a0ad; text-decoration:none; font-size:12; }'
		,'a:hover { color:#317989; }'],	
	wmode: 'transparent'
}); 

sIFR.replace(gotham, {
	selector: 'h1.title'
	,css: [
		'.sIFR-root { text-transform:uppercase; color:#64a0ad; letter-spacing:-2; font-size:20 }' ],
	wmode: 'transparent'
}); 

sIFR.replace(gotham, {
	selector: 'span.ver-todos'
	,css: [
		'.sIFR-root { text-transform:uppercase; letter-spacing:-1; }'
		,'a { color:#64a0ad; text-decoration:none; font-size:12; }'
		,'a:hover { color:#317989; }'],
	wmode: 'transparent'
}); 

sIFR.replace(gotham, {
	selector: 'span.leer-mas'
	,css: [
		'.sIFR-root { text-transform:uppercase; letter-spacing:-1; }'
		,'a { color:#64a0ad; text-decoration:none; font-size:12; }'
		,'a:hover { color:#317989; }'],
	wmode: 'transparent'
}); 

sIFR.replace(gotham, {
	selector: 'span.testimonio'
	,css: [
		'.sIFR-root { text-transform:uppercase; letter-spacing:-1; font-size:12; color:#64a0ad;}'
		,'a { color:#64a0ad; text-decoration:none;}'
		,'a:hover { color:#317989; }'],
	wmode: 'transparent'
});
sIFR.replace(gotham, {
	selector: 'span.e-mail-label'
	,css: [
		'.sIFR-root { text-transform:uppercase; letter-spacing:-1; font-size:12; color:#64a0ad;}'],
	wmode: 'transparent'
}); 