BODY {
	background-color: #262743;
	background-image: url(images/sfondo-pagina.jpg);
	background-position: top center;
   background-repeat: no-repeat;
}
.tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
   color: black;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   color: white;
}
.text2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   color: white;
	text-decoration: none;
}
.text2 a:linked, .text2 a:visited, .text2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   color: white;
	text-decoration: underline;
}
.tit-est {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	font-weight: bold;
}
.bordo {
	border: 1px solid #b3b3b3;
}

