/*				Realizzazione Net.Service S.r.l.				  */
/*  			http://www.net-serv.it							  */
/*  ------------------------------------------------------------  */
#corpo 
{
	width: 100%;
	margin:40px auto 0px auto;
	position: relative;
	padding:0px 0px 0px 0px;
	text-align:center;
	clear:left;		
}
.c100{ width:100%;}
.c50{ width:49%;  float:left; text-align:left; }
.c33{ width:33%;  float:left; text-align:left; }
.c25{ width:24%;  float:left; text-align:left; }

/* colore link in comune sulle colonne cx e dx */
#ColCX a,#ColDX a{
	color:#001B75;
	text-decoration:underline;		
	}
#ColCX a:hover,#ColDX a:hover{
	text-decoration:none;
}	

/* colonna centrale */

#ColCX
{		
	background:#fff url("img/gfx_pagina.jpg") left bottom no-repeat;				
	z-index: 1;	
	text-align:left;
}
#ColCX h1 {
	font-size:1.4em;	
	color:#333;
	text-align:center;
	padding:2px 0px 2px 0px;
	margin:4px 0px 4px 0px;
	height: auto !important;	
	height:0px;
	border-bottom:1px dashed #ccc;
}
#ColCX h2 {
	font-size:1.2em;
	background:#D8EDFE;	
	color:#333;
	text-align:center;
	padding:2px 0px 2px 0px;
	margin:4px 0px 4px 0px;
	height: auto !important;	
	height:0px;
}
#ColCX h3 {
	font-size:1.0em;
	background:#eee;	
	color:#333;
	text-align:center;
	padding:2px 0px 2px 0px;
	margin:4px 0px 4px 0px;
	height: auto !important;	
	height:0px;
}
#ColCX p
{
	color:#555;
	font-size:0.8em;	
	text-align:left;	
	margin:10px 0px 10px 0px;
	padding:0px 14px 0px 14px;
}
#ColCX a img {
	border:1px;
	padding:2px;
	margin:4px;
	background:#fff;
}
#ColCX ol, #ColCX ul
{
	color:#333;
	font-size:0.8em;		
	margin-left:25px;
}
#ColCX li li
{
	color:#333;
	font-size:1.3em;		
	margin-left:0px;
}
#ColCX li li li 
{
	color:#333;
	font-size:1em;		
	margin-left:0px;
}
#ColCX ol ol, #ColCX ul ul
{
	font-size:1em;		
}
#ColCX img {
	padding:6px;
}
#ColCX .left{ float:left; margin:1px; padding:0px;}
#ColCX .justify{ text-align:justify;}
#ColCX .right{ float:right; margin:6px; padding:0px;}
#ColCX .center{ text-align:center;}

.SiteMap ul, .SiteMap_Root {
	list-style:none;
}

#ColCX table {
	width:98%;
	margin:0px auto;
}
#ColCX table th {
	background:#eee;	
}
#ColCX table td{
	background:#f0f0f0;
}


/* template 02 titolo e due colonne */
#ColCX .col47 {	
	float:left;
	margin:0px 6px 0px 4px;
	padding:0px 4px 0px 4px;
	width:46%;
}
/* template 03 titolo e tre colonne */
#ColCX .col31, #ColCX .col31 {	
	float:left;
	margin:0px 6px 0px 4px;
	padding:0px 4px 0px 4px;
	width:29.3%;
}
#ColCX .col32 {
	float:left;
	margin:0px 6px 0px 4px;
	padding:0px 4px 0px 4px;
	width:30.4%;
}

/* template 04 titolo due colonne di cui una colonna corta */
#ColCX .col30, #ColCX .col30 {
	float:left;
	margin:0px 6px 0px 4px;
	padding:0px 4px 0px 4px;
	width:29.5%;
}
#ColCX .col65, #ColCX .col65 {
	float:left;
	margin:0px 6px 0px 4px;
	padding:0px 4px 0px 4px;
	width:62.5%;
}
.lineavert {		
	border-right:1px solid #ddd;
}
