@charset "UTF-8";
/* CSS Document */

body, html {
	font-family:"aller_lightregular", Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-image:url(img/sfondo01A.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-color:rgba(33,28,28,1.00);
}

@font-face {
    font-family: 'aller_lightregular';
    src: url('font/Aller-kit/aller_lt-webfont.eot');
    src: url('font/Aller-kit/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Aller-kit/aller_lt-webfont.woff2') format('woff2'),
         url('font/Aller-kit/aller_lt-webfont.woff') format('woff'),
         url('font/Aller-kit/aller_lt-webfont.ttf') format('truetype'),
         url('font/Aller-kit/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#prossima{
	color:rgba(255,130,0,1.00);
	font-size:2em;
}

span{color: #FF0004;font-size: 1.1em}

