
@font-face {
  font-family: 'Roboto';
  src: url('ttf/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  src: url('ttf/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
} 

@font-face {
  font-family: 'Roboto';
  src: url('ttf/Roboto-Italic.ttf') format('truetype');
  font-style:italic;
} 


 

body{margin:0px;
	 padding:0px;
	 font-size: 14px;
	 font-family: 'Roboto';}

footer{
	display:block;
	margin:20px 30%;
	padding:10px;
	font-size: 12px;
	text-align:center;
	border-top: 1px solid #996684;
}

header, nav,section,article{
	display:block;
}
.descrizioneBreve{
	padding:15px;
	font-family: 'Anglecia';
	
}

.descrizioneLunga{
	padding:15px;
	font-family: 'Anglecia';
}
.errore{
		border:2px solid red;
		color:#FF0000;
		width:80%;
		margin:10px auto;
		text-align:center;
	}
	
.eseguito{
		border:2px solid green;
		color:green;
		width:80%;
		margin:10px auto;
		text-align:center;
	}
.validita{
	padding:5px;
	text-align:center;
	font-style:italic; 
}

.intesta{
	height:150px;
	
	background-image:url(head.png); 
	background-repeat:no-repeat; 
	background-size:1280px;	
}

/*------------------menu-----*/
/*box modale--------------------------------------*/

.modalBox {
	position: absolute;

	top: 0;
	right: 0;
	bottom: -800px;
	left: 0;
	
	z-index: 9999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.chiudi {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	 border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.chiudi:hover {
	background: #f00;
}
.modalBox:target {
	opacity:1; 
	pointer-events: auto; 
	background: rgba(0,0,0,0.8);
}

.modalBox > div {
	width: 800px;
	
	position: relative;
	margin: 2% auto;
	
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
	background: -webkit-linear-gradient(#fff, #ddd);
	background: -ms-linear-gradient(#fff, #ddd);
	background: -moz-linear-gradient(#fff, #ddd);
	background: -o-linear-gradient(#fff, #ddd);
}
/*------------------------------------------------*/
		
		
		
		
		 h1, h2{
			text-align:right;
			text-transform:uppercase;
			border-bottom:1px solid #cccccc;
			margin:0px;
			margin-right:10px;
			margin-bottom:20px;
			/*color:#996684;*/
			color:#ed1d24;
			font-size:13px;
			padding-right:5px;
			
		}
	
/*-------------------------------------------------------*/
			  
.home_boxesternoa {
	background-color: #BFAFC7;
	}

.home_box {
	background-color: #FFFFFF;
	margin:5px auto;
	width:1280px;
	padding:0px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

	
.border_right {
	border-left: 0px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
}
.Menu_Text, nav {
	
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
	
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	text-decoration:none;
	font-style: normal;
	color: #000000;	
}
.Menu_Text_A {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	text-decoration:none;
	font-style: normal;
	color: #FFFFFF;	
}
tr.menu_box_line td{
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	vertical-align: middle;
	text-indent: 10px;
}
.Menu_Text a:hover {
	color:#996684; 
	text-decoration: none;
}
tr.menu_box_line_selected td{
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	vertical-align: middle;
	text-indent: 25px;
	color: #FFFFFF;
	background-color: #996684;
}
tr.menu_box_line_submenu td{
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	vertical-align: middle;
	text-indent: 33px;
	color: #000000;

}
tr.menu_box_line_submenu_selected td{
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	vertical-align: middle;
	text-indent: 41px;
	color: #FFFFFF;
	background-color: #996684;
}

.Inside_Text{
	text-decoration:none;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-style: normal;
	color: #606060;
}

.Nav_text{
	text-decoration:none;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
}


.Nav_text a:hover {
	color:#996684; 
	text-decoration: none;
}

.bottom_line{
	text-decoration:none;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	text-indent: 12px;
	vertical-align: middle;
	color: #606060;
	font-weight: bold;
	text-align: center;
}

.bottom_line a:hover {
	color:#996684; 
	text-decoration: none;
}
.line_height {
	height: 500px;
}
.im_border {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.im_border1 {
	border-top: 1px solid #CCCCCC;
}
.im_border2 {
	border-right: 1px solid #CCCCCC;
}
.im_border3 {
	border-bottom: 1px solid #CCCCCC;
}
.im_border4 {
	border-left: 1px solid #CCCCCC;
}
.im_border5 {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.im_border6 {
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.im_border7 {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.im_border8 {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.Dida_Text{
	text-decoration:none;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-style: normal;
	color: #606060;
}
.border_box {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.Link_Text {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	text-decoration:none;
	font-style: normal;
	color: #000000;	
}
.Link_Text_A {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	text-decoration:none;
	font-style: normal;
	color: #FFFFFF;	
}
.Link_Text a:hover {
	color:#FFFFFF; 
	text-decoration: none;
}
TR.table_box_line TD{
	border-bottom: 1px solid #CCCCCC;
	height: 40px;
	vertical-align: middle;
}
TR.table_box_line1 TD{
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	height: 40px;
	vertical-align: middle;
}