/* CSS Document */
@font-face {
	font-family:  'OpenSans-Condensed-Light';
	src: local('OpenSans-Condensed-Light'), url('/fonts/OpenSans-CondLight.eot');               /* IE9+ */  
	src: url('/fonts/OpenSans-CondLight.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */
	  	 url('/fonts/OpenSans-CondLight.woff') format('woff'),                    /* Novos navegadores */
		 url('/fonts/OpenSans-CondLight.ttf') format('truetype'),                 /* Safari, Android, iOS */
		 url('/fonts/OpenSans-CondLight.svg#svgFontName') format('svg');          /* iOS antigos */
	font-weight: normal;
	font-style: normal;
}
/*
  	@media screen and (-webkit-min-device-pixel-ratio:0) {
		@font-face {
			font-family: 'OpenSans-Condensed-Light';
			src: url('/fonts/OpenSans-CondLight.svg') format('svg');
		}
	}
	*/
	
@font-face {
	font-family: 'OpenSans-Condensed';
	src: local('OpenSans-Condensed'), url('/fonts/OpenSans-CondBold.eot');          /* IE9+ */  
	src: url('/fonts/OpenSans-CondBold.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */
	  	 url('/fonts/OpenSans-CondBold.woff') format('woff'),                    /* Novos navegadores */
		 url('/fonts/OpenSans-CondBold.ttf') format('truetype'),                 /* Safari, Android, iOS */
		 url('/fonts/OpenSans-CondBold.svg#svgFontName') format('svg');          /* iOS antigos */
	font-weight: normal;
	font-style: normal;
}

/*
  	@media screen and (-webkit-min-device-pixel-ratio:0) {
		@font-face {
			font-family: 'OpenSans-Condensed-LighBold';
			src: url('/fonts/OpenSans-CondBold.svg') format('svg');
		}
	}
	*/