/*
def.css
*/

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: Monospace;
	font-size: 14pt;
}

div.clear {
	clear: left;
}

#container {
/*	
	background:#fff
*/	
	width: 100%;
	height: 100%;
	color: black;
	background-color: #fff;
	text-align: left; /* IE5.x */
}

#header {
	margin: auto;
	width: 100%;
	height: 60px;
	background: #353535;
}

#nav-container {
	position: relative;
	
	width: 1024px;
	margin: auto;
}

#logo {
	margin-top: 8px;
}


#nav {
	margin-top: 34px;
	float: right;
}

a.nav:link    {
	color: #ffa800;
	font-weight: bold;
	font-size: 16pt;
	text-decoration: none;
	margin: 10px;
}
a.nav:visited {
	color: #ffa800;
	font-weight: bold;
	font-size: 16pt;
	text-decoration: none;
	
}
a.nav:hover   {
	color: #ffd200;
	font-weight: bold;
	font-size: 16pt;
	text-decoration: underline;
}

a.art:link    {
	color: #ab7100;
	font-size: 14pt;
	text-decoration: none;
}
a.art:visited {
	color: #ab7100;
	font-size: 14pt;
	text-decoration: none;
	
}
a.art:hover   {
	color: grey;
	font-size: 14pt;
	text-decoration: underline;
}

a.art-en:link    {
	color: #ab802d;
	font-size: 14pt;
	text-decoration: none;
}
a.art-en:visited {
	color: #ab802d;
	font-size: 14pt;
	text-decoration: none;
	
}
a.art-en:hover   {
	color: grey;
	font-size: 14pt;
	text-decoration: underline;
}

#line_top {
	width: 100%;
	height: 3px;
	background: #353535;
	margin-bottom: 10px;
	clear: right;
}

#line_both {
	width: 100%;
	height: 3px;
	background: #353535;
	margin-bottom: 12px;
	margin-top: 40px;
}

#section-container {
	position: relative;
	width: 1024px;

	margin:0 auto;
	padding: 40;
}

#slider {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

h1.titolo {
	text-align: left;
	
	color: #353535;
	font-family: Monospace;
	font-size: 20pt;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 23px;
}

article.article-1 {
	display: inline-block;
	position: relative;
	width: 100%;
}

p.p_img_r {
	display: inline;
	color: #353535;
	font-family: Monospace;
	font-size: 14pt;
}

p.p_img_l {
	display: inline;
	color: #353535;
	font-family: Monospace;
	font-size: 14pt;
}

font.def {
	color: #353535;
	font-family: Monospace;
	font-size: 14pt;
}

p.it {
	color: #353535;
	font-family: Monospace;
	font-size: 14pt;
}

p.en {
	color: #616161;
	font-family: Monospace;
	font-size: 14pt;
}

img.testosx {
	display: inline;
	margin-bottom: 30px;
	margin-left: 30px;
	vertical-align: top;
	float: right;

}

img.testodx {
	display: inline;
	margin-bottom: 30px;
	margin-right: 30px;
	vertical-align: top;
	float: left;

}

#footer {
	position: relative;
	width: 100%;
	margin-top: 10px;
	clear: right;
}

#footer_ban {
	width: 100%;
	display: table;
	margin: auto;
	height: 60px;
	background: #353535;
}

p.firma {
	display: table-cell;
	text-align: center;
	vertical-align: middle;

	color: #ffa800;
	font-size: 10pt;
}

#contacts-email {
	color: #353535;
	text-align: left;
	font-family: Monospace;
	font-size: 14pt;
}

#social {
	position: relative;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 100px;
}

img.img-develop {
	display: inline;
	margin-bottom: 30px;
	margin-right: 30px;
	vertical-align: top;
	float: left;
}

font.develop {
	font-family: Monospace;
	font-size: 16pt;
	font-weight: bold;
}

p.develop {
	clear: left;
	display: inline;
	color: #353535;
	font-family: Monospace;
	font-size: 14pt;
}

img.img-about {
	display: inline;
	margin-bottom: 20px;
	margin-right: 30px;
	vertical-align: top;
	float: left;
}

.about {
	clear: left;
	display: inline;
	color: #353535;
	font-family: Monospace;
	font-size: 14pt;
	vertical-align: top;
}
