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

body {
	color:#666;
	background-color:#fff;
	}

.barratop {
	position:absolute;
	height:20px;
	background-color:#CE051D;
	left:0px;
	top:0px;
	width:100%;
	border-bottom:#999 1px solid;
	}

.container{
	padding-top:100px;
	margin: 0 auto;
	width:600px;
	text-align:center;
	}
	
.line{
	border-bottom:1px #999999 solid;
	margin-top:10px;
	margin-bottom:10px;
	}

.txt_provvisorio {
	font-family: 'Titillium Web', sans-serif;
	font-weight:200;
	font-size:24px;
	}

.txt_titolo {
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size:22px;
	}
	

.txt_dati {
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size:16px;
	}

.txt_dati a{
	text-decoration:none;
	color:#666;
	}

.txt_dati a:hover{
	text-decoration:none;
	color:#C61417;
	}


	
