@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'yanone_kaffeesatz_regularRg';
    src: url('yanonekaffeesatz-regular-webfont.eot'); /* per IE 5-8 */
    src: url('yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-regular-webfont.woff') format('woff'), /* Firefox 3.6+, Chrome 5.0+, IE 9.0+ */
         url('yanonekaffeesatz-regular-webfont.ttf') format('truetype'), /* Opera, Safari */
         url('yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatz_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	padding-bottom: 40px;
	color: #5a5a5a;
	background-color:#F5F5F5;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family: 'yanone_kaffeesatz_regularRg' ,Verdana, Arial, sans-serif;
	color:#666;
}

img{border:0px;}

a {
	color: #DC2129;
	text-decoration: none;
}

a:hover, 
a:focus {
	color: #DC2129;
	text-decoration: underline;
}

.slide_box {
	width:930px; 
	height:590px; 
	padding:5px; 
	background-color: #FFF; 
	position: relative;
}


.footer {
	position: absolute; 
	bottom:5px;
}

.footerNOFADE{
	position: absolute; 
	bottom:5px;
}

.titolo {
	font-size: 40px;
	line-height: 1;
	letter-spacing: -1px;
	color: #DC2028;
}

.testo {
	font-size: 26px;
	font-weight: 200;
	line-height: 30px;
}

.txt_arrow {
	line-height: 100%;
	font-weight: 200;
}

.box_grigio{
	width: 300px;
	height: 164px;
	background-image:url(box_grigio.png);
}

.box_red{
	position: absolute;
	top:248px;
	left: 96px;
	width:700px;
	height:113px;
	background-image:url(box_red_inizio.png);
}

.box_red p{
	margin-top:25px;
	margin-left:5px;
	margin-right:125px;
	color:#FFF;
	font-size: 26px;
	text-align: right;
	letter-spacing: 1px;
}

.box_grigio p{
	margin-top:3px;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	font-size: 19px;
	line-height:120%;
}

.box_grigio span{
	color:#FFF;
	text-align:left;
	font-size: 20px;
	line-height:20px;
}

.text_inizio{
	width:630px;
	text-align: right;
	font-size: 26px;
	line-height:120%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pull-center {
	text-align:center;

}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 940px;
}
