@charset "UTF-8";
body {
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #CAD0D8;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-image: url(images/fdo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.oneColFixCtrHdr #container {
	width: 950px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #header h1 {

	margin: 0; /* azzerando il valore margin dell'ultimo elemento del div #header si evita la compressione del margine, con la creazione di uno spazio inspiegabile tra i div. Se il div è circondato da un bordo, questo accorgimento non è necessario perché anche il bordo impedisce la compressione del margine */

	padding: 10px 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */

}
.oneColFixCtrHdr #container #header #menu {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #txt_intro h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.7em;
	color: #333333;
	letter-spacing: 0.1em;
}
.oneColFixCtrHdr #container #mainContent #img_intro {
	text-align: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #txt_intro {
	width: 280px;
	float: left;
	padding-left: 350px;
	padding-top: 30px;
	position: relative;
}
.oneColFixCtrHdr #container #mainContent {
	padding-top: 0px;
	padding-right: 98px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #txt_intro #txt #inicial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #333333;
	text-align: justify;
}
.oneColFixCtrHdr #container #mainContent #txt_intro #txt #inicial img {
	float: left;
	margin-right: 6px;
	margin-top: 2px;
}
.oneColFixCtrHdr #container #mainContent #img_services {
	float: right;
	margin-top: 25px;
	text-align: left;
	margin-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #sidebar {
	float: left;
	width: 180px;
	padding-top: 145px;
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent #cont_portf #images .top a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 3em;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	color: #336699;
	text-align: right;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.7em;
	color: #660000;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.oneColFixCtrHdr #container #mainContent #sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #99A8B1;
	padding-left: 50px;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #sidebar a {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #sidebar a:hover {
	color: #990000;
}
.oneColFixCtrHdr #container #mainContent #cont_portf #tit_portf {
	float: right;
	width: 600px;
	padding-top: 35px;
}
.oneColFixCtrHdr #container #mainContent #cont_portf #tit_portf p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1em;
	color: #000000;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #cont_portf #info {
	float: right;
	width: 600px;
}
.oneColFixCtrHdr #container #mainContent #cont_portf #info p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333333;
	text-align: justify;
}
.oneColFixCtrHdr #container #mainContent #cont_portf #images {
	float: right;
	width: 600px;
	padding-top: 10px;
}

.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.oneColFixCtrHdr #footer {
	background-color: #F2F5F5;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 100px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #333333;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* il padding di questo elemento crea uno spazio, così come avverrebbe specificando un valore margin, senza il problema della compressione del margine */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
.oneColFixCtrHdr #container #footer a {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 5em;
	color: #3E508B;
	font-style: normal;
	font-weight: normal;
}
.oneColFixCtrHdr #container #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .1em;
}

.oneColFixCtrHdr #container #footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #990000;
}
.oneColFixCtrHdr #container #footer a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #990000;
	font-style: normal;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent #cont_portf #images p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	color: #333333;
}
.raya_puntos {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.capolettera {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.5em;
	color: #990000;
	float: left;
	padding-top: .2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: .1em;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #footer p {
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 30px;
}
.raya_puntos_arribaabajo {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 9px;
	padding-bottom: 9px;
}

