				
				@font-face {
					font-family: MuseoSans-100;
					src: url(font/MuseoSans-100.otf) format("opentype");
				}
				
				@font-face {
					font-family: MuseoSans_700;
					src: url(font/MuseoSans_700.otf) format("opentype");
					font-weight:bold;
				}

				@font-face {
					font-family: MuseoSans-300;
					src: url(font/MuseoSans-300.otf) format("opentype");
				}
				
				@font-face {
					font-family: Exo;
					src: url("fonts/exo-regular-webfont.woff") format('woff');
				}
				
				@font-face {
					font-family: Display;
					src: url(font/DisplayOTF.otf) format("opentype");
				}
				
				@font-face {
					font-family	:	Display2;
					src	:	url("font/Open24DisplaySt.eot"); /* IE9 Compat Modes */
					src	:	url("font/Open24DisplaySt.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
							url("font/Open24DisplaySt.otf") format("opentype"), /* Open Type Font */
							url("font/Open24DisplaySt.svg") format("svg"), /* Legacy iOS */
							url("font/Open24DisplaySt.ttf") format("truetype"), /* Safari, Android, iOS */
							url("font/Open24DisplaySt.woff") format("woff"), /* Modern Browsers */
							url("font/Open24DisplaySt.woff2") format("woff2"); /* Modern Browsers */
					font-weight	:	normal;
					font-style	:	normal;
					
				}
				
				#titolo_alert,
				.button ,
				.buttonSELECTED {
					/*font-family		:	Display2;*/
					font-family		:	Verdana;
					letter-spacing	:	.2em;
				}