@charset "utf-8";
/*------------------------------Reset style Starts-------------------------------*/
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, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	color: #000;
}


body {
 background-color:#d8f4f9;
 background-image:url(../img/sfondo.gif);
 background-repeat:repeat-x;
 overflow:scroll;
 overflow-x:hidden;
 *overflow-y:hidden;
}

#wrapper {
 margin:0 auto;
 width:950px;
 background-image:url(../img/onda.gif);
 background-repeat:no-repeat;
 background-position:0px 91px;
 padding-bottom:70px;
}

h1 {
 font-family:Georgia, "Times New Roman", Times, serif;
 text-decoration:none;
 font-size:30px;
 color:#fff;
 margin-bottom:-7px;
 margin-top:10px;
 }
 
h2 {
 font-family:Georgia, "Times New Roman", Times, serif;
 text-decoration:none;
 font-size:18px;
 color:#006198;
}

.testo {
	font-family:Arial, Helvetica, sans-serif;
 	text-decoration:none;
 	font-size:12px;
	color:#333;
}
.testomed_dark{
	font-family:Trebuchet MS;
	color:#000;
	font-size:15px;
	font-weight:bold;
}

.testohref{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#004369;
}

strong { font-weight:bold;} 

b {
	color:#006198;}

/*------------------------------HEADER-------------------------------*/
#header {
 height:124px;
 width:100%;
 z-index:500;
 }
 
#logo {
 width:281px;
 height:49px;
 float:left;
 margin-top:27px;
 z-index:501;
 }  
 
 
#menux {
 margin-top:40px;
 width:660px;
 float:right;
 z-index:501;
 }  
 
/*------------------------------MAIN-------------------------------*/
 
.box {
 background-color:#fff;
 z-index:1;
 margin:15p;
 margin-bottom:30px;
 padding: 15px;
 }
 
.boxLeft {
 background-color:#fff;
 width: 425px;
 float: left;
 padding: 15px;
}

.boxLeftIndex {
 background-color:#fff;
 width: 425px;
 float: left;
}
 
.boxRight {
 background-color:#fff;
 float: right;
 width: 425px;
 padding: 15px;
}
 
.faux {
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

.rightcol {
	float:right;
	width:370px;
}
.leftcol {
	float:left;
	width:520px;
}

.rightcol2 {
	float:right;
}
.leftcol2 {
	float:left;
	width:600px;
}
.rightcol3 {
	float:right;
}

.leftcol3 {
	float:left;
	width:760px;
}
}
.rightcol4 {
	float:right;
}

.leftcol4 {
	float:left;
	width:500px;
	display:inline;
}

.boxbutton{
	height:50px;
	width:300px;
	margin-left:30px;
	margin-bottom:16px;
}

.boxbuttonpdf{
	height: 56px;
	width: 212px;
	margin-left:33%;
	margin-right:33%;
}

#footer {
	background-image:url(../img/bg_bot.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height: 70px;
    clear: both;
    bottom:0px;
    width:100%;
	position:fixed;
	text-align:center;
}

#dati {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	background-image:url(../img/img_bot.png);
	background-repeat:no-repeat;
	background-position:left;
	width:870px;
	height:10px;
	padding-top:50px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}