/* CSS Reset --------------------------------------------------------------------- */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */  
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    line-height: 1; 
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}  

strong { font-weight: bold; }
/* ------------------------------------------------------------------------------------------ */

body {
 margin-top: 0px;
}

.sfondo {
 width: 1040px;
 background-image: url(../immagini_sito/cornice_sito.jpg);
 background-repeat: repeat-y;
 background-color: #FFFFFF;
 /* border: solid 1px #636363; */
}

.contenitore:after { 
 display: block; 
 visibility: hidden;
 content: "."; 
 height: 0; 
 clear: both;
} 

.contenitore {
 width: 1010px;
 clear: both; 
 height: 1%; 
 border: solid 1px #636363;
}

.blocco_top {   
 width: 1000px;
 height: 203px; 
 margin-top: 2px;
 margin-left: 4px;
 /* border: solid 1px #636363; */
}

.bloccoSx {
 float: left;
 width: 185px;
 font-family: Verdana;
 font-size: 11px;
 /* border: solid 1px #636363; */
 margin-left: 2px;
 margin-bottom: 15px;
}

#blocco_centrale1 { 
 float: left;
 width: 809px;
 height: 62px;
 /* border: solid 1px #636363; */
 margin-left: 5px;
 font-family: Verdana;
 font-weight: bold;
 color: #000089;
}


.blocco_centrale2:after {
 display: block;
 visibility: hidden;
 content: ".";
 height: 0;
 clear: both;
}

.blocco_centrale2 {
 /* clear: both; */
 height: 1%;
 display: inline;
 float: left;
 width: 651px;
 /* border: solid 1px #636363; */
 margin-left: 5px;
 margin-bottom: 30px;
}

.bloccoDx {
 float: left;
 width: 156px;
}

#bloccoInf {
 clear: left;
 width: 1004px; 
 font-family: Verdana;
 font-size: 12px; 
 color: #ffffff;
 margin-left: 2px;
 margin-bottom: 3px;
}
