@CHARSET "UTF-8";

@import url("bottoni.css");

@import url("colonna.css");

@import url("console.css");

/* reset */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	background-color: white;
	font-size: 12px;
	color: black;
}

a {
	color: black;
	text-decoration: none;
}

.menu {

	background: #d7d7d7;
	height: 50px;
	line-height: 50px;
}

.menu_voce,.menu_voce_hover,.menu_selected {
	float: left;
	text-align: center;
}

.menu_voce_hover {
	background: #01502F;
	cursor: pointer;
}

.menu_selected {
	background-color: #e9e9e9;
	height: 26px;
	line-height: 26px;
}

.clear {
	border: 0px solid #bdcff1; /* celeste */
	clear: both;
	line-height: 0;
	height: 0;
}

#container {
	border: 0px solid #bdcff1; /* celeste */
	position: relative;
	width: 1024px;
	margin: auto;
}

#content {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	/*background-image: url("../immagini/content.png");
	background-repeat: repeat-y;*/
	background-image: url("../immagini/bg.png");
	background-repeat: repeat-y;
	height: 690px;
	width: 851px;
	padding-left: 12px;
	padding-right: 22px;
	margin: auto;
}

#header {
	height: 123px;
	width: 863px;
	margin: auto;
	position: relative;
}

#footer {
	background-image: url("../immagini/footer.png");
	height: 190px;
	width: 1024px;
	position: relative;
	font-weight: bold;
	font-style: italic;
}

.footer a {
	
}

.logo { /**background-image: url("../immagini/hourglass.jpg");
	background-repeat: no-repeat;*/
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
}

.box {
	width: 210px;
	float: left;
	margin-right:14px
}

.box_img {
	
}

.box_title {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	background-color: #fafafa;
	height: 110px
}

.box_text {
	font-weight: normal;
	font-variant: small-caps;
	text-align: justify;
}

.box_text a {
	color: #32338f;
}

.box_text a:HOVER {
	text-decoration: underline;
}

#text {
	text-align: justify;
}