/** Euro Condensada **/
@font-face {
	font-family: 'euroCond';
	src: url('fonts/Eurostile-Condensed.eot');
	src: local('Eurostile-Condensed'), 
	url('fonts/Eurostile-Condensed.ttf') format('truetype'),
	url('fonts/Eurostile-Condensed.eot?#iefix') format('embedded-opentype'),
	url('fonts/Eurostile-Condensed.woff') format('woff'),
	url('fonts/Eurostile-Condensed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Euro Demi (Bold) */
@font-face {
	font-family: 'euroDemi';
	src: url('fonts/Eurostile-Demi.eot');
	src: local('Eurostile-Demi'), 
	url('fonts/Eurostile-Demi.ttf') format('truetype'),
	url('fonts/Eurostile-Demi.eot?#iefix') format('embedded-opentype'),
	url('fonts/Eurostile-Demi.woff') format('woff'),
	url('fonts/Eurostile-Demi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*Helvetica*/
@font-face {
	font-family: 'Helvetica';
	src: url('fonts/HelveticaNeueLTStd-Roman.eot');
	src: local('HelveticaNeueLTStd-Roman'), 
	url('fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'),
	url('fonts/HelveticaNeueLTStd-Roman.eot') format('embedded-opentype'),
	url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), 
	url('fonts/HelveticaNeueLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
