@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* fine reset */
body
{
	text-align:center;
	margin:0 auto;
	width:960px;
	color: #7F7772;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
}
h1, h2, h3 
{
    color: #3B3B3B;
    font-weight: bold;
	font-size:14px;
}
ol
{
	margin:0;
	padding:0;
	list-style-position: inside;	
}
ol li
{
	
}
#header
{
	text-align:left;
	margin:15px 0 0 ;
	padding:0 0 15px;
	border-bottom: solid 5px #3B3B3B;
}
#header img
{
 	float:left;
	display:inline;
}
#menu
{
	float:right;
	display:inline;

}
#menu li
{
	display:inline;

}
#menu a
{
	float:left;
	display:block;
	color:#3B3B3B;
	text-decoration:none;
	padding:30px 25px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #3B3B3B;
	 
}
#contenuto
{
	text-align:left;
	margin:20px;
}
#colSX
{
	width:69%;
	float:left;
	
}
#colDX
{
	width:24%;
	float:right;
	
}

#foother
{
	text-align:left;
	padding :15px 10px 10px;
	border-top: solid 5px #3B3B3B;
    font-size:10px;
}
#foother p
{
    float:right;

	
}
#foother a
{
	color:#3B3B3B;
	text-decoration:none;

}
.clear
{
	clear:both;
}
.riq
{
	margin-top:15px;
	padding:0 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3B3B3B;
}
.riq a
{
    text-decoration:none;
    color:#3B3B3B;
}
.tit
{
	margin-bottom:15px;
	padding:10px 15px;
	color:#FFF;
	background-color: #3B3B3B;
}