/* CSS Document */


.testo {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000099;

	text-align: justify;
	
	min-height: 200px;

}



.testo2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000099;

	text-align: center;
	
	

}



.testo a:link, .testo a:visited, .testo a:focus {

	text-decoration: underline;

}



.testo h1 {

	font-size: 20px;

	font-weight: bold;

}

.center {
  display: block;
  width: 302px;  
  heigth: 236px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#hp  {
float: right;    
 margin: 0 0 0 15px;
}

#bordo_sx {

	background-image: url(images/bkg_sx.jpg);

	background-repeat: repeat-y;

}



#bordo_dx {

	background-image: url(images/bkg_dx.jpg);

	background-repeat: repeat-y;	

}



#sfondo_sx {

	background-image: url(images/UnderConst.gif);
	background-size: 400px, 300px;
	background-position: top;

	background-repeat: no-repeat;

}



#sfondo_footer {

	background-image: url(images/footer.jpg);

	background-repeat: no-repeat;	

}



body {

	margin: 0;

}



#menu_principale {
	margin: 2px;
	padding: 0;
	list-style: none;
	font: 11px Verdana;
}



#menu_principale li {
	float: left;
	background-image: url(images/menu_p.jpg);
	background-repeat: no-repeat;
	width: 126px;
}



#menu_principale a:link, #menu_principale a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 3px 6px 6px 13px;
	margin: 4px;
}



#menu_principale a:hover, a:focus, a:active {
	text-decoration: underline;
}



#menu_principale li ul {
	display: none;
}



#menu_principale li:hover ul {
	display: block;
	position: absolute;
	z-index: auto;
	background-color: #5d60fb;
	padding: 0;
	margin: 0px 0px 0px -1px;
	width: 180px;
}



#menu_principale li li {
	background-image: url(images/menu_p_li.jpg);
	width: 180px;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #ffffff;
}



#menu_sec {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 9px Verdana;
}



#menu_sec li {
	float: left;
	width: auto;
}



#menu_sec a:link, #menu_sec a:visited {
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px;
}



#menu_sec a:hover, a:focus, a:active {
	text-decoration: underline;
}



#menu_footer {

	margin: 0;

	padding: 0;

	list-style: none;

	font: 9px Verdana;

	background-image: url(images/footer.jpg);

	color: #000000;

}



#menu_footer a:link, a:visited {

	color: #000000;

	text-decoration: none;

}



#menu_footer a:hover, a:focus, a:active {

	text-decoration: underline;

}


#alert {
	color: red;
	font-weight: bold;
	visibility: hidden;
}