body {
	font-family: Arial, Helvetica, sans-serif;
   background-color: #FFF;
	color: #000;
   text-align: center;
   margin: 0;
   padding: 0;
	font-weight: normal;
	font-size: 12px;
}
 
img {
    border:none;
	 margin: 0;
	 padding: 0;
}

#cont_ext {
   width: 100%;		
	text-align: center;  
   margin:0;
   padding:0;	
}

#cont_int {
   width: 1000px;
	text-align: center;  
   margin:0 auto;
   padding:0;	
}

#header {
   width: 100%;	
   float: left;
	text-align: center;
   margin: 0 0 5px 0;
   padding: 0;	
}

#header_dx {
   width: 750px;	
   float: left;
	text-align: center;
   margin: 0;
   padding: 0;	
}

#logo {
   width: 250px;	
	text-align: center;
	float: left;
   margin:0;
   padding:0;    	
}

#logo h1 {
	margin: 0;
	padding: 0;
	float: left;		
}

#logo h1 a {
	width: 250px;
	height: 80px;	
	text-indent: -9999em;
	overflow:hidden;
	background-image:url(../img/logo.gif);
	background-position:left top;
	background-repeat:no-repeat;	
	float:left;	
	margin: 0;
	padding: 0;
}

#menu_cont {
   width: 100%;
	height: 58px;	
   float: left;
	text-align: center;
   margin: 0;
   padding: 0;	
}

.menu {	
	width: 699px;
	height: 50px;
	float: left;
	text-align: center;
	margin: 4px 0 0 0;
	padding: 0;
	background-image: url(../img/001.gif);	
}

.registra {
	width: 301px;
	height: 58px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../img/login.gif);	
}

.registra_int {
	width: 290px;
	height: 50px;
	margin: 6px 0 0 0;
	padding: 0;
	float: right;	
	text-align: left;	
}

.login {
	width: 100%;	
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;		
}

.login fieldset {
	width: 100%;
	margin: 0;
	padding: 0;
	float: right;	
	text-align: left;	
	border: none;
}

.login_row {
	width: 215px;	
	margin: 0 0 2px 0;
	padding: 0;
	float: left;
	text-align: left;	
}	

p.text_inp {
	width: 65px;
	float: left;    
   color: #666;
   margin: 0 2px 0 0;
   padding: 0;
   text-align: left;	
   font-weight:bold;
}

p.text_inp2 {
	width: 50px;
	float: left;    
   color: #96AF4C;
   margin: 0;
   padding: 0;
   text-align: left;	
   font-weight: bold;
}

p.form_inp {
	width: 140px;
	float: left;
   margin: 0;
   padding: 0;
   text-align: left;	
}

input.formsearch {	
	width: 140px;
	height: 13px;
	float: right;	
	font-style: normal;	
	font-size: 12px;	
	font-family: Arial;
	font-weight: normal;	
	color: #96AF4C;
	padding: 0;
	margin: 0;	
	border: #c9c9c9 1px solid;	
}
p.registrati {
   width: 105px;    
   margin: 0;
   padding: 0;
   float: left;
	text-align: left;
	font-size: 11px;	
}

p.registrati a {
    color: #666;   
    text-decoration: none;
}

p.registrati a:hover {
	color: #F7CB02;     
	text-decoration: underline;    
}

p.pass {
   width: 105px;    
   margin: 0;
   padding: 0;
   float: left;
	text-align: left;
	font-size: 11px;	
}

p.pass a {
    color: #666;   
    text-decoration: none;
}

p.pass a:hover {
	color: #F7CB02;     
	text-decoration: underline;    
}

p.last_access {
   width: 100%;    
   margin: 0;
   padding: 0;
   float: left;
	text-align: left;
	font-size: 11px;	
}

.login_arrow {
	width: 70px;
	margin: 0;
   padding: 0;
   float: right;
	text-align: left;	
}

input.btn_arrow{
	width: 50px;
	height: 45px;   
	margin: 0;
	padding: 0;
	background-image: url(../img/login_arrow.gif);
	background-color: #FFF;
	border: none;
	float: left;	
    cursor:pointer;
}

input.btn_arrow_hov {  
	width: 50px;
	height: 45px;   
	margin: 0;
	padding: 0;
	background-image: url(../img/login_arrow_hov.gif);
	background-color: #FFF;
	border: none;
	float: left;
    cursor:pointer;
}

input.btn_arrow_logout{
	width: 50px;
	height: 45px;   
	margin: 0;
	padding: 0;
	background-image: url(../img/logout_arrow.gif);
	background-color: #FFF;
	border: none;
	float: left;	
    cursor:pointer;
}

input.btn_arrow_logout_hov {  
	width: 50px;
	height: 45px;   
	margin: 0;
	padding: 0;
	background-image: url(../img/logout_arrow_hov.gif);
	background-color: #FFF;
	border: none;
	float: left;
    cursor:pointer;
}


p.welcome {
	width: 150px;	
	margin: 0;
	padding: 0;
	float: left;	
	text-align: left;
	color: #000;	
}

p.logout {
	width: 65px;	
	margin: 0;
	padding: 0;
	float: left;	
	text-align: right;
	background-image: url(../img/freccia-rossa2.gif);
	background-position: left;
	background-repeat: no-repeat;		
}

p.logout a {	
	color: #000;	
	font-weight: bold;
	
}

p.logout a:hover {	
	color: #F7CB02;	
}

p.welcome_user {
	width: 100%;	
	margin: 0;
	padding: 0;
	float: left;	
	text-align: left;
	color: #000;
	font-weight: bold;	
}

p.last_access {
	width: 100%;	
	margin: 0;
	padding: 0;
	float: left;	
	text-align: left;
	color: #000;
}

.menu ul {
	width: 100%;
	height: 48px;	
	margin: 1px 0 1px 0;
	padding: 0;	
	list-style: none;
	float: left;
	text-align: left;	
}

.menu ul li {
	width: auto;		
	float: left;
	margin: 15px 0 0 0;
	padding: 0;			
	font-size: 12px;
	text-align: center;
	color: #FFF;		
}

.menu ul li a {		
	text-decoration: none;
	color: #FFF;
	margin: 0;
	padding: 0 8px 0 8px;
	border-right: 1px solid #FFF;
	font-weight:bold;
}

.menu ul li a:hover {		
	text-decoration: underline;
	color: #F7CB02;
}

.banner {
	width: 100%;	
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;		
}

.banner_home {
	width: 300px;
	height: 70px;
	float: right;		
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;	
}

.banner_home_int {
	width: 300px;	
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

.iscriviti_home {
	width: 300px;
	height: 70px;
	float: right;		
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	
}

.iscriviti_home_int {
	width: 300px;	
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

.banner_468 {
	width: 468px;		
	margin: 0 auto;
	padding: 0;
	text-align: center;	
}

.banner_468_int {
	width: 100%;	
	margin: 5px 0 5px 0;
	padding: 0;
	float: left;
	text-align: center;
}

.banner_300 {
	width: 300px;
	float: right;		
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;	
}

.banner_300_int {
	width: 100%;	
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

.banner_interni {
	width: 220px;	
	float: right;		
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	
}

.banner_interni {
	width: 220px;	
	float: right;		
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	
}

.banner_interni_int {
	width: 220px;	
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

#page {
	width: 100%;
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;	
}

#page_sx {
	width: 695px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;	
}

#page_dx {
	width: 305px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;		
}

#menu_sx {
	width: 240px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;	
}

#menu_yellow_sup {
	width: 240px;
	height: 5px; 
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/240_yellow_sup.gif);
	background-position: bottom center;
	background-repeat: no-repeat;	
}

#menu_yellow_int {
	width: 240px;	
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
	background-image: url(../img/240_yellow_int.gif);	
	background-repeat: repeat-y;	
}

#menu_yellow_inf {
	width: 240px;
	height: 5px; 
	float: left;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background-image: url(../img/240_yellow_inf.gif);
	background-position: top center;
	background-repeat: no-repeat;	
}

#menu_sx_sup {
	width: 240px;
	height: 5px; 
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/240_gray_sup.gif);
	background-position: bottom center;
	background-repeat: no-repeat;	
}

#menu_sx_int {
	width: 240px;	
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/240_gray_line.gif);	
	background-repeat: repeat-y;	
}

#menu_sx_inf {
	width: 240px;
	height: 5px; 
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/240_gray_inf.gif);
	background-position: top center;
	background-repeat: no-repeat;	
}

#menu_dx {
	width: 220px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;		
}

#menu_dx_sup {
	width: 220px;
	height: 5px; 
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/220_gray_sup.gif);
	background-position: bottom center;
	background-repeat: no-repeat;	
}

#menu_dx_int {
	width: 220px;	
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/220_gray_line.gif);	
	background-repeat: repeat-y;	
}

#menu_dx_inf {
	width: 220px;
	height: 5px; 
	float: left;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background-image: url(../img/220_gray_inf.gif);
	background-position: top center;
	background-repeat: no-repeat;	
}

#page_centr {
	width: 540px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;		
}

#page_centr_cont {
	width: 520px;	
	text-align: center;
	margin: 0 auto;
	padding: 0;		
}

#page_centr_sup {
	width: 520px;
	height: 5px; 
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/520_gray_sup.gif);
	background-position: bottom center;
	background-repeat: no-repeat;	
}

#page_centr_int {
	width: 520px;	
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/520_gray_line.gif);	
	background-repeat: repeat-y;	
}

#page_centr_inf {
	width: 520px;
	height: 5px; 
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/520_gray_inf.gif);
	background-position: top center;
	background-repeat: no-repeat;	
}

.centr_home_sup {
	width: 690px;
	height: 20px;
	float: left;	
	margin: 0;
	padding: 0;
	background-image: url(../img/690_bordo_sup.gif);
	background-position: bottom left;
	background-repeat: no-repeat;	
}

.centr_home_int {
	width: 690px;
	float: left;	
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/690_bordo_int.gif);	
	background-repeat: repeat-y;	
}

.centr_home_cont {
	width: 670px;	
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: center;	
}
.azienda {
	margin:20px 0 20px 0 !important;
    margin:0;	
}
p.chi_siamo {
	width: 100%;
	font-size:12px;
    margin:10px 0 10px 0;
    padding:0;
    float:left;
    text-align:justify;
    color:#666;	
}
.space {
    width:200px;
    height:75px;
    margin:20px 0 0 0;
    padding:0;
}

.box_ultimi_annunci {
	width: 666px;	
	margin: 0 0 2px 0;
	padding: 0;
	float: left;
	text-align: left;	
	border: 1px solid #eee;
	background-image: url(../img/logo_small.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

.box_ultimi_annunci p.title_ultimi_annunci {
	width: 646px;	
	margin: 0;
	padding: 0;
	float: right;    
}

.box_ultimi_annunci p.title_ultimi_annunci a {
	display: block;
	color: #000;
	width: 643px;	
	margin: 0;
	padding: 2px 0 0 0;
	float: right;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
    background-image: url(../img/freccia1.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.box_ultimi_annunci p.title_ultimi_annunci a:hover {	
	text-decoration: underline;	
	background-color: #fff;
    color: #666;	 
    background-image: url(../img/freccia.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.box_ultimi_annunci p.descr_ultimi_annunci {
	width: 99%;		
	margin: 2px 0 0 0;
	padding: 0 5px 0 0;
	float: right;	
    background-image: url(../img/01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: justify;
	font-size: 11px;
}

.annunci_primo_piano {
	width: 668px;	
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;	
}

.annunci_google {
	width: 100%;	
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;	
}

.annunci_google img {	
	margin: 0;
	padding: 0;	
	text-align: center;
	border: none;	
}

.ultimi_annunci {
	width: 668px;	
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	text-align: left;	
}

h2.home  {	
	width: 690px;	
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;	
	border-bottom: 2px solid #F7CB02;	
	font-size: 16px;	
}

h2.home_ric  {
	width: 100%;	
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	text-align: left;		
	font-size: 18px;
	color: #666;	
	border-bottom: 1px solid #999;
}





h2.sk_evento  {	
	width: 100%;	
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: left;	
	border-bottom: 2px solid #F7CB02;
	font-size: 16px;		
}

h3.sk_evento  {	
	width: 100%;	
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: left;	
	border-bottom: 2px solid #F7CB02;	
	font-size: 16px;	
}

h3.sk_agenzia  {	
	width: 500px;	
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: left;
	color: #999;
	font-size: 14px;	
}

h3.cerco_casa  {
	width: 100%;	
	margin: 0px 0 8px 0;
	padding: 4px 0 4px 0;
	float: left;
	text-align: center;		
	font-size: 18px;	
	border-bottom: 2px solid #F7CB02;
	color: #FF3300;	
}

h3.iscrizione  {
	width: 100%;
	margin: 0px 0 8px 0;
	padding: 0;	
	float: left;
	text-align: left;	
}

h3.home  {
	width: 100%;	
	margin: 0 0 8px 0;
	padding: 0 0 1px 0;
	float: left;
	text-align: left;	
	border-bottom: 2px solid #F7CB02;	
	font-size: 14px;	
}

h3.home a  {
	width: 100%;	
	text-decoration: none;
	color: #000;	
}

h3.home a:hover  {
	text-decoration: underline;
	color: #666;
}

.centr_home_inf {
	width: 690px;
	height: 5px;
	float: left;	
	margin: 0;
	padding: 0;
	background-image: url(../img/690_bordo_inf.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}

#ricerca {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;	
    background-image: url(../img/sfondo_cerca.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}

#ricerca_sx {
	width: 6px;
	height: 275px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;	
}

#ricerca_centr {
	width: 678px;
	height: 275px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#ricerca_dx {
	width: 6px;
	height: 275px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;	
}

#ricerca_centr_sx {
	width: 202px;
	height: 275px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;	
}

#ricerca_centr_sx p {
	width: 190px;
	float: left;	
	margin: 4px 0 0 4px;
	padding: 0;
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size: 14px;	
}

.ricerca_centr_sx_map {
	width: 200px;	
	float: left;
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0;	
}

ricerca_centr_sx_map img {
   border:none;
}

.cartina {
    margin:0;
    padding:0;
	 width: 200px;
}

#ricerca_centr_dx {
	width: 476px;
	height: 275px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;	
}

#ricerca_centr_dx h3 {
	width: 90%;
	float: right;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size: 12px;	
	font-family: Tahoma;
}

#ricerca_centr_dx h3 a {
	color: #666;
	height: 50px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;		
}

#ricerca_centr_dx h3 a:hover {
	color: #000;
}

p.ric_av_roll a {
    background-image: url(../img/ric_av_y.gif);
    float: left; 
	width: 200px;
   height: 32px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
}

p.ric_av_roll a:hover {
    background-image: url(../img/ric_av_g.gif);    
}

#ricerca_centr_dx fieldset {
	width: 100%;
	float: left;	
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	border: none;
	border-bottom: 1px dotted #999;
}

.select_ricerca_home {
	width: 370px;
	float: left;
	text-align: left;
	margin: 5px 0 2px 0;
	padding: 0;
	color: #666;	
}

.select_ricerca_submit {
	width: 100px;
	float: right;
	text-align: left;
	margin: 17px 0 0 0;
	padding: 0;	
}

.select_ricerca {
	width: 100%;
	float: left;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
	color: #666;	
}
.select_ricerca1 {
	width: auto;
	float: right;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
	color: #666;	
}

label.label_ricerca {
	width: 140px;
	margin: 0;	
	padding: 0; 	
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: left;
	float: left;	
}

.select_ricerca_int {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0;
	padding: 2px 0 0 0;	
	color: #666;
	border-top: 1px dotted #000;
}

p.select_ricerca_int_text {
	width: 25px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: left;
	float: left;		
}

p.select_ricerca_int_sel {
	width: 60px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	float: left;	
}

.select_main {
	height:18px;
	font-size: 10px;
	color: #6f8f25;
	margin: 0;
	padding: 0;
	width: 230px;
	float: right;
}

.select_main3 {
	font-size: 10px;
	color: Teal;
	margin: 0;
	padding: 0;
	width: 58px;	
}

input.text_input{	
	width: 50px;
	height: 16px;	
	font-style: normal;	
	font-size: 12px;	
	font-family: Arial;
	font-weight: normal;	
	color: Teal;	
	padding: 0;
	margin: 0;	
	border: Teal 1px solid;
}

input.text_input_medium{
	float: right;	
	width: 200px;
	height: 16px;	
	font-style: normal;	
	font-size: 12px;	
	font-family: Arial;
	font-weight: normal;	
	color: Teal;	
	padding: 0;
	margin: 0;	
	border: Teal 1px solid;
}

input.text_search {
	width: 440px;	
	font-style: normal;	
	font-size: 16px;	
	font-family: Arial;
	font-weight: bold;	
	color:#666;	
	padding: 0;
   border: 1px solid #fff;
	margin: 13px 0 14px 30px;
}

input.text_search_small {
	width: 60px;	
	font-style: normal;	
	font-size: 12px;	
	font-family: Arial;
	font-weight: normal;	
	color: Teal;	
	padding: 0;
	margin: 0;	
	border: Teal 1px solid;		
}

input.btn_cerca{
	width: 97px;
	height: 32px;   
	margin: 0;
	padding: 0;
	background-image: url(../img/button.gif);
	background-color: #FFF;
	border: none;
	float: right;	
}

input.btnhov {  
	background-image: url(../img/buttonhover.gif);
	border: none;
}

input.btn2{
	width: 100px;
   color:#000; 
   font-size: 12px;
   font-weight: normal;
	background-color:#F7CB02;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
	margin: 0;
	padding: 0;
	
}

input.btn2hov{
   color:#4E4E4E;
	background-color: #FFFFCC;
	border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;	
}

input.btn3{
	width: 202px;
    height:19px;
	float: right;
    color:#000;
    font-size: 12px;
    border:0;
    font-weight: normal;	
    background-image:url('../img/btn_3.gif');
    background-repeat:no-repeat;
    background-position:top;	
	margin: 2px 0 0 5px;
	padding: 0;
    cursor:pointer;	
}

input.btn3hov{
    color:#EEE;
    background-image:url('../img/btn_3h.gif');
    background-repeat:no-repeat;
    background-position:top;
	
}

.cerca_reg {
	width: 476px;
	height: auto;
	float: left;
	text-align: center;
	margin:0;
	padding: 0;	
}
.cerca_reg p{
    font-size:16px;
    color:#666;
    text-align:left;
    margin:0 0 2px 0;
    padding:0;
    float:left;
    font-weight:bold;
    width:100%;
}
.cerca_reg_in {
	width: 119px;
	height: auto;
	float: left;
	text-align: center;
	margin:0;
	padding:0;	
}
.cerca_reg_in a{
    width:100px;
    font-size:12px;
    color:#666;
    text-align:left;
    margin:0;
    font-weight:bold;
    padding:0 0 0 12px;
    float:left;
    border-bottom:1px dotted #ffffff;
    background-image:url('../img/freccia10.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
    text-decoration:none;
}
.cerca_reg_in a:hover{
    color:#fff;
    text-decoration:none;
    background-color:#e0b804;
}

#ricerca_lat {
	width: 200px;	
	text-align: center;
	margin: 0 auto;
	padding: 0;	
}

h3.intest_ricerca_lat {
	width: 100%;
	float: left;	
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	color: #666;
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px solid #666;	
}

#menu_yellow_int fieldset {
	width: 100%;
	float: left;	
	margin: 0;
	padding: 0;
	clear: both;
	border: none;
}

.select_main_lat {
	font-size: 10px;
	color: Teal;
	margin: 0;
	padding: 0;
	width: 200px;
	float: right;	
}

.select_main_medium {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: Teal;	
}

.select_main_small {
	width: 60px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: Teal;	
}

.block_annunci {
	width: 500px;	
	margin: 0 auto;
	padding: 0;	
	text-align: center;	
}

.annunci_found {
	width: 280px;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;	
	text-align: left;
	color: #666;
	font-weight: bold;
	background-image: url(../img/risultati.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

.annunci_not_found {
	width: 100%;
	height: 34px;
	float: left;	
	margin: 0 0 5px 0;
	padding: 0;	
	text-align: left;
	color: #666;
	font-weight: bold;
	background-image: url(../img/no-risultati.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

p.ris_annunci {
	width: auto;
	height: 20px;
	float: left;
	margin: 15px 0 0 34px;
	padding: 0;	
	text-align: left;
	font-size: 15px;	
}

.ordina_per {
	width: 200px;
	margin: 15px 0 5px 0;
	padding: 0;
	float: left;	
	text-align: left;	
	font-weight: normal;
}

.ordina_per fieldset {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;	
	text-align: left;	
	border: none;
}

p.ordina_per_text {
	width: 70px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: left;
	float: left;		
}

p.ordina_per_sel {
	width: 120px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	float: left;	
}

.annuncio {
	width: 496px;
	margin: 0 0 10px 0;
	padding: 2px 0 5px 0;
	float: left;	
	text-align: left;
	background-color: #EEE;
	border: 2px solid #DDDECD; 
}

.annuncio_primo {
	width: 496px;
	margin: 0 0 10px 0;
	padding: 2px 0 5px 0;
	float: left;	
	text-align: left;
	background-color: #fded86; 
	border: 2px solid #f7cb02;
}

.annuncio_int {
	width: 480px;	
	margin: 0 auto;
	padding: 0;	
	text-align: center;	
}

h3.luogo {
	width: 75%;
	margin: 0 0 5px 0;
	padding: 0;	
	float: left;
	text-align: left;
	color: #666;	
	font-size: 14px;
}
p.prezzo {
	width: 25%;
	margin: 0 0 5px 0;
	padding: 0;	
	float: left;
	text-align: right;	
	color: #FF3300;	
	font-size: 12px;
	font-weight: bold;	
}

.annuncio_descr_sub {
	width: 40px;	
	height: 9px;
	margin: 0;
	padding: 0;	
	float: right;
	text-align: left;	
}

.annuncio_descr {
	width: 478px;	
	margin: 0;
	padding: 0;	
	float: left;
	text-align: left;
	border: 1px solid #ADADB5;
	background-color: #FFF;	
}

.annuncio_foto {
	width: 110px;	
	margin: 0;
	padding: 0;	
	float: left;
	text-align: center;	
}

.annuncio_foto_int {
	width: 104px;
	height: 90px;		
	margin: 0 auto;
	padding: 0;	
	text-align: center;	
}

.annuncio_foto_cont {
	width: 100px;	
	float: left;
	margin: 5px 0 0 0;
	padding: 1px;
	text-align: center;	
	border: 1px solid #F7CB02;		
}

.annuncio_foto_cont_img {
	width: 104px;
	height: 75px;
	overflow: hidden;	
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;	
}

.annuncio_foto_cont_img img {	
	width: 100px;
	float: left;	
	margin: 0;
	padding: 0;	
	text-align: center;
	border: none;	
}

.annuncio_foto p.rif_annuncio {
	width: 100%;
	height: 15px;
	margin: 2px 0 3px 0;
	padding: 0;	
	float: left;
	text-align: left;
	color: #FF3300;
	font-weight: bold;
}

.annuncio_text {
	width: 367px;
	height: 110px;	
	margin: 0;
	padding: 0;	
	float: left;
	text-align: left;
	border-left: 1px solid #ADADB5;
	border-bottom: 0px;
	border-right: 0px;
	border-top: 0px;		
}

.annuncio_text_int {
	width: 357px;	
	margin: 0 auto;
	padding: 0 0 5px 0;	
	text-align: center;	
}

.nome_categoria {
	width: 100%;
	margin: 5px 0 2px 0;
	padding: 0 0 2px 0;		
	float: left;
	text-align: left;		
	border-bottom: 1px solid #F7CB02;	
}

.nome_categoria h4.categoria_contratto {
	width: 300px;
	margin: 0;
	padding: 0;	
	float: left;
	text-align: left;		
}

.nome_categoria h4.categoria_contratto a {	
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;		
}

.nome_categoria h4.categoria_contratto a:hover {	
	color: #000;
	text-decoration: underline; 
}

p.promo {
	width: 57px;
	margin: 0;
	padding: 0;	
	float: left;
	text-align: left;	
	background-image: url(../img/etichetta_offerta.gif);
	background-position: right;
	background-repeat: no-repeat;		
}

.annuncio_text p.zona {
	width: 100%;
	margin: 0 0 2px 0;
	padding: 0;	
	float: left;
	text-align: left;		
	color: #000;
	font-weight: bold;		
}

.annuncio_text p.descrizione {
	width: 100%;	
	height: 30px;
	margin: 0;
	padding: 0 0 4px 0;
	float: left;
	text-align: justify;
	border-bottom: 1px solid #F7CB02;
	font-size: 11px;	
}

.annuncio_text p.descrizione a {	
	color: #666;	
	text-decoration: none;		
}

.annuncio_text p.descrizione a:hover {	
	color: #000;
	text-decoration: underline; 
}

.list_dettagli {
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;	
	float: left;
	text-align: left;		
}

.metri {		
	height: 20px;
	width: 20px;	
	margin: 0 5px 0 0;
	padding: 0;
	float: left;	
	background-image: url(../img/metri.gif);	
	background-position: left top;
	background-repeat: no-repeat;	
}

.box_auto {		
	height: 20px;
	width: 20px;	
	margin: 0 5px 0 0;
	padding: 0;
	float: left;	
	background-image: url(../img/auto.gif);	
	background-position: left top;
	background-repeat: no-repeat;	
}

.vani {		
	height: 20px;
	width: 20px;	
	margin: 0 5px 0 0;
	padding: 0;
	float: left;	
	background-image: url(../img/locali.gif);	
	background-position: left top;
	background-repeat: no-repeat;	
}

.bagni {		
	height: 20px;
	width: 20px;	
	margin: 0 5px 0 0;
	padding: 0;
	float: left;	
	background-image: url(../img/bagni.gif);	
	background-position: left top;
	background-repeat: no-repeat;	
}

.riscaldamento {		
	height: 20px;
	width: 20px;	
	margin: 0 5px 0 0;
	padding: 0;
	float: left;	
	background-image: url(../img/riscaldamento.gif);	
	background-position: left top;
	background-repeat: no-repeat;	
}

p.annuncio_dettagli {
	margin: 5px 10px 0 0;
	padding: 0;
	width: auto;
	text-align: center;
	float: left;
	font-size: 11px;
	text-align: justify;		
}

.yellow_sup_520 {
	width: 520px;
	height: 4px; 
	float: left;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
	background-image: url(../img/520_yellow_sup.gif);
	background-position: bottom center;
	background-repeat: no-repeat;	
}

.yellow_inf_520 {
	width: 520px;
	height: 4px; 
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/520_yellow_inf.gif);
	background-position: top center;
	background-repeat: no-repeat;	
}

.yellow_int_520 {
	width: 520px;	 
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/520_yellow_int.gif);	
	background-repeat: repeat-y;
}

.province_home_sup {
	width: 100%;
	height: 4px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;	
	background-image: url(../img/1000_yellow_sup.gif);
	background-position: bottom center;
	background-repeat: no-repeat;	
}

.province_home2_sup {
	width: 100%;
	height: 5px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;	
	background-image: url(../img/1000_gray_sup.gif);
	background-position: bottom center;
	background-repeat: no-repeat;	
}

.province_home_int {
	width: 100%;	
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;	
	background-image: url(../img/1000_yellow_line.gif);
	background-repeat: repeat-y;	
}

.province_home2_int {
	width: 100%;	
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;	
	background-image: url(../img/1000_gray_line.gif);		
	background-repeat: repeat-y;	
}

.province_home_cont {
	width: 980px;		
	margin: 0 auto;
	padding: 0;
	text-align: center;	
}

.province_home {
	width: 100%;	
	margin: 0;
	padding: 0;
	float: left;	
	text-align: center;	
}

.province_home_col {
	width: 140px;	
	margin: 0;
	padding: 0;
	float: left;	
	text-align: left;	
}

.comuni_map {
	width: 100%;	
	float: left;	
	margin: 5px 0 0 0;
	padding: 0;
	text-align: justify;	
}

h3.comuni_list_map {	
	color: #666;
	font-style: normal;	
	font-size: 14px;		
	margin: 0;
	padding: 0;		
	font-weight: normal;
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3.comuni_list_map a {
	color: #666;
	text-decoration: none;		
}

h3.comuni_list_map a:hover {
	color: #000;
	text-decoration: underline;	
}

h4.comuni_list_map {	
	color: #666;
	font-style: normal;	
	font-size: 11px;		
	margin: 0;
	padding: 0;		
	font-weight: normal;
	display: inline;	
}

h4.comuni_list_map a {
	color: #666;
	text-decoration: none;		
}

h4.comuni_list_map a:hover {
	color: #000;
	text-decoration: underline;	
}

.comuni_home_col {
	width: 196px;	
	margin: 0;
	padding: 0;
	float: left;	
	text-align: left;	
}

h3.regioni_list_home {
	width: 140px;	
	height: 14px;	
	margin: 0;
	padding: 0;
	float: left;	
	text-align: left;		
	background-image: url(../img/i01.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

h3.regioni_list_home a {	
	width: 127px;
	float: right;
	color: #F7CB02;
	text-decoration: none;
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 0;	
	
}

h3.regioni_list_home a:hover {	
	text-decoration: underline;
	color: #000;
}

h4.province_list_home {
	width: 140px;
	height: 14px;	
	margin: 0;
	padding: 0;
	float: left;	
	text-align: left;	
}

h4.province_list_home a {
	width: 127px;
	color: #666;	
	float: right;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: normal;	
}

h4.province_list_home a:hover {
	color: #000;
	text-decoration: underline;
}

h4.comuni_list_home {
	width: 186px;	
	margin: 0 0 0 10px;
	padding: 0;
	float: left;	
	text-align: left;	
}

h4.comuni_list_home a {
	color: #666;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: normal;	
}

h4.comuni_list_home a:hover {
	color: #000;
	text-decoration: underline;
}

h4.sk_agenzia  {	
	width: 500px;	
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: left;
	color: #999;
	font-size: 14px;	
}

.province_home_inf {
	width: 100%;
	height: 4px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;	
	background-image: url(../img/1000_yellow_inf.gif);
	background-position: top center;
	background-repeat: no-repeat;	
}

.province_home2_inf {
	width: 100%;
	height: 5px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;	
	background-image: url(../img/1000_gray_inf.gif);
	background-position: top center;
	background-repeat: no-repeat;	
}









.paginazione {
	width: 500px;	
	margin: 0 auto;
	padding: 0;	
	text-align: center;	
}

.pag_prec_suc {
	width: 175px;	
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	color: #C1C1C1;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

.pag_prec_suc a {	
	font-style: normal;
	text-decoration: none;
	COLOR: #666;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

.pag_prec_suc a:hover {
	text-decoration: none;
	color: #F7CB02;
}

.num_pag {
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	FONT-SIZE: 13px;
	COLOR: #666;	
}

.num_pag {
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	font-size: 12px;	
	color: #666;		
}

.num_pag fieldset {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	float: right;	
	text-align: left;	
	border: none;	
}

p.num_pag_text {
	width: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;	
    color:#666;
    font-size:11px;	 	 
}

.yellow_quad {
	width: 498px;	
	float: left;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: center;
	border: 1px solid #F7CB02;	
}

.prezzo_data {
	width: 490px;
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;	
}

.prezzo_data p.prezzo{
	width: 290px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #FF3300;
	font-size: 16px;
	font-weight: bold;	
}

.prezzo_data p.data{
	width: 190px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #666;
	font-size: 12px;
	font-weight: normal;
}

.desc_scheda {
	width: 480px;	
	margin: 0 auto;
	padding: 0;	
	text-align: center;	
}

.desc_scheda_int {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;	
}

.desc_scheda_int h4.zona {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.desc_scheda_int h4.indirizzo {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #F7CB02;
}

.desc_scheda_int p.descrizione {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: 12px;	
}

img.img_logo_agenzia {
	border: 1px solid #000;
	float: left;
	padding: 2px;
	margin: 2px 7px 0 0;
}

p.agenzia_all {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	padding: 3px 0 0 0;
	text-align: left;	
	border-top: 1px dotted #999;	
}

p.agenzia_all a {
	color: #000;
	text-decoration: underline;
}

p.agenzia_all a:hover {	
	color: #999;	
}

p.agenzia_all_lat {
	width: 100%;
	float: left;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: left;
	font-size: 10px;	
}

p.agenzia_all_lat a {
	color: #000;
	text-decoration: underline;
}

p.agenzia_all_lat a:hover {	
	color: #999;	
}

p.desc_agenzia_sk {
	text-align: justify;
	margin: 0;
	padding: 0;
}

.yellow_quad_int {
	width: 480px;	
	margin: 0 auto;	
	text-align: left;			
}

p.dettaglio_agenzia_sk_nome {
	width: 150px;	
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: left;	
	border-bottom: 1px dotted #999;	
}

p.dettaglio_agenzia_sk {
	width: 330px;
	height: 15px;	
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: left;	
	border-bottom: 1px dotted #999;	
}

p.dettaglio_agenzia_sk a {
	color: #000;
	text-decoration: none;
}

p.dettaglio_agenzia_sk a:hover {
	color: #999;
	text-decoration: underline;	
}

.elem_list_agenzia {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
	text-align: left;	
	border: 1px solid #DDDECD;
}

.elem_list_agenzia_out {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;	
}

.elem_list_agenzia img a {
	width: 130px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

.elem_list_agenzia h3 {
	width: 365px;
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	color: #666;
	font-weight: bold;	
}

.elem_list_agenzia h3 a {
	color: #666;
	text-decoration: none;
}

.elem_list_agenzia h3 a:hover {
	color: #999;
	text-decoration: underline;
}

.elem_list_agenzia h4 {
	width: 365px;
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	color: #666;
	font-weight: normal;	
}

.elem_list_agenzia p {
	width: 365px;
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	color: #666;
	font-weight: normal;	
}

.elem_list_agenzia p a {
	color: #000;
	text-decoration: none;
}

.elem_list_agenzia p a:hover {
	color: #999;
	text-decoration: underline;
}

.sup_linguetta {
	width: 515px;
	margin:0;
   padding:0;
	float: right;
	text-align: center;	
}

.print {
	width: 70px;
	height: 20px;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;	
}

.linguetta_yellow {
	width: 150px;
	height: 20px;
	float: left;
	margin: 5px 2px 0 0;
	padding: 0;
	text-align: left;
	background-image: url(../img/linguetta_yellow.gif);
	background-repeat: no-repeat;
	background-position: top left;		
}

.linguetta_yellow_int {
	width: 144px;
	height: 17px;	
	float: right;
	margin: 3px 0 0 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 12px;		
}

.linguetta_yellow_int a {
	color: #000;	
	text-decoration: underline;
	display: block;
	position: relative;	
}

.linguetta_yellow_int a:hover {
	color: #000;
	text-decoration: underline;
}

.linguetta_yellow_int h3 {
	width: 144px;	
	float: right;
	margin: 3px 0 0 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;		
}

.linguetta_yellow_int h3 a {
	width: 144px;	
	float: right;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: Black;		
}

.linguetta_yellow_int h3 a:hover {
	width: 144px;	
	float: right;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #666;	
}

.linguetta_gray {
	width: 60px;
	height: 20px;
	float: left;
	margin: 5px 2px 0 0;
	padding: 0;
	text-align: left;
	background-image: url(../img/linguetta_gray_small.gif);
	background-repeat: no-repeat;
	background-position: top left;		
}

.linguetta_gray_int {
	width: 54px;
	height: 20px;		
	float: right;
	margin: 3px 0 0 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 12px;		
}

.linguetta_gray_int a {
	color: #FFF;	
	text-decoration: underline;
	display: block;
	position: relative;	
}

.linguetta_gray_int a:hover {
	color: #F7CB02;
	text-decoration: underline;
}

.scheda_quad {
	width: 480px;		
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.scheda_quad_col1 {
	width: 236px;
	float: left;		
	margin: 0;
	padding: 0;
	text-align: left;	
}

.scheda_quad_col2 {
	width: 236px;
	float: right;		
	margin: 0;
	padding: 0;
	text-align: left;	
}

.scheda_quad_row1 {
	width: 100%;
	float: left;		
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px dotted #DDD;	
}

p.elem_descr1 {
	width: 60%;
	float: left;		
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

p.elem_descr2 {
	width: 40%;
	float: left;		
	margin: 0;
	padding: 0;
	text-align: left;
	color: #444;
	font-size: 11px;	
}

.briciole {
	width: 100%;
	float: left;		
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.briciole a {
	color: #666;
}

.briciole a:hover {
	color: #F7CB02;
}

.slideCont_ext {
	width: 100%;
	margin: 10px 0 0 0;
   padding:0;
	float: left;
	text-align: center;	
}


#slideCont {
   width:200px;
	margin:0 auto;
   padding:0;
	text-align: center;	
}

#slideCont img {	
	margin:5px 0 0 0;
   padding:0;
   text-align:center;	
}

.invisibile {
	display: none;
}

.piede_sub {
	width: 100%;	
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;	
}

.piede_sub a {	
	color: #000;
	text-decoration: underline;
}

.piede_sub a:hover {
	color: #666;
	text-decoration: underline;
}

.p1 {
	float: left;
	clear: left;
	width: 250px;
	margin: 0;
	padding: 0;
	text-align: center;	
}

.p2 {
	float: left;
	clear: none;	
	width: 480px;
	margin: 0;
	padding: 0;
	text-align: center;	
}

.p3 {
	float: left;
	clear: right;
	width: 250px;
	margin: 0;
	padding: 0;
	text-align: center;	
}

.valid {
	width: 100%;	
	margin: 2px 0 0 0;
	padding: 0;
	text-align: center;
	float: left;	
}

.valid img {
	border: none;	
}

.map_cont {	
	width: 490px;	
	margin: 0 auto;
	padding: 0;	
	text-align: center;
	color: #666;	
}

#map_canvas {
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	float: left;
	display: none;
}

#map_canvas_stamp {
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	float: left;	
}

.privacy {
	width: 490px;
	margin: 0 auto;
	padding: 0;
	text-align: left;	
}

.privacy_int {
	width: 470px;
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #666;
	font-size: 10px;
}







h4.modulo_error {
	width: auto;
	float: left;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	text-align: left;
    background-image:url('../img/warning.gif');
    background-position:left;
    background-repeat:no-repeat;	
}

h4.modulo_captcha {
	width: 100%;
	float: left;
	color: #F00;	
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;	
}

h4.autorizzazione_trattamento {
	width: 100%;
	float: left;
	color: #FFF;	
	font-size: 12px;
	font-weight: bold;
	display: inline;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #999;	
}

.modulo1 {
	width: 100%;	
	float: left;
	text-align: center;	
	margin: 0;
	padding: 0;	
}

.contatti {
	width: 90%;	
	margin: 0 auto;	
	padding: 0;	
	text-align: center;		
}

.contatti p {
	width: 292px;
	height: 20px;
	margin: 2px;
	padding: 3px 0 0 5px;
	background-color: #F4F4F4;	
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	float: left;	
}

.contatti p a {
	color: #000;
	text-decoration: underline;
}

.contatti p a:hover {
	color: #666;
	text-decoration: underline;
}

.contatti2 {
	color: #999999;
	font-size: 14px;		
}

p.avviso {
	width: 100%;
	float: left;	
	margin: 0 0 10px 0;
	padding: 0;	
	text-align: center;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	display: inline;	
}

p.avviso a {
	color: #666;	
	text-decoration: none;
    font-weight:bold;
}

p.avviso a:hover {
	color: #6f8f25;
	text-decoration: underline;
}

p.avviso_bis {
	width: 100%;
	float: left;	
	margin: 10px 0 0 0;
	padding: 0;	
	text-align: center;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	display: inline;	
}

p.avviso1 {
	width: 100%;
	float: left;	
	margin: 10px 0 0 0;
	padding: 0;	
	text-align: center;
	color: #FF3300;
	font-size: 12px;
	font-weight: normal;
	text-align: center;	
}

p.avviso2 {
	width: 100%;
	float: left;	
	margin: 10px 0 0 0;
	padding: 0;	
	text-align: center;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;	
}

p.avviso2 a {
	color: #F7CB02;	
	text-decoration: none;
}

p.avviso2 a:hover {
	color: #999;
	text-decoration: underline;
}

.modulo {
	width: 100%;	
	float: left;
	text-align: center;	
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;	
}

.modulo_cont {
	width: 500px;		
	text-align: center;	
	margin: 0 auto;
	padding: 0;	
}

.modulo fieldset {
	width: 100%;
	float: left;	
	margin: 5px 0 0 0;
	padding: 0;
	clear: both;
	border: none;	
}

.modulo form {
	width: 100%;
	float: left;	
	margin: 0;
	padding: 0;
	clear: both;
	border: none;	
}

.modulo_inscat {
	width: 100%;	
	float: left;
	text-align: center;	
	margin: 0 0 5px 0;
	padding: 0;	
}

.modulo_inscat ul {
	width: 100%;	
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;	
}

.modulo_inscat li {
	width: 100%;
	float: left;	
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;	
	background: url(../img/cont_modulo.gif) no-repeat;
	background-position: top left;
	border-bottom: 1px solid #EEE;	
}

.nome_inp {
	width: 50%;	
	float: left;
	height: 25px;	
	padding: 0; 
	margin: 2px 0 0 0;	
	font-size: 14px;	
	color: Gray;
	text-align: left;
	font-weight: bolder;	
}

.nome_inp_promo {
	width: 50%;	
	float: left;
	height: 25px;	
	padding: 0; 
	margin: 2px 0 0 0;	
	font-size: 14px;
	font-weight: bolder;
	color: Gray;
	text-align: left;
	color: #f7cb02;
}

.inp {
	width: 50%;
	float: right;
	text-align: right;	
	padding: 0;
	margin: 2px 0 0 0;
	color: #F00;
	font-weight: normal;
	font-size: 12px;	
}

.inp p {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;		
	color: #F00;
	font-size: 10px;
			
}

.annulla {
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	display: inline;	
	font-size: 11px;	
}

.annulla a {
	color: #666;
}

.inp2 {
	width: 50%;		
	float: right;	
	padding: 0;
	margin: 2px 0 0 0;
	color: #999;
	font-weight: bold;
	text-align: left;
	font-size: 12px;	
}

.modulo1 {
	width: 100%;	
	float: left;
	text-align: center;	
	margin: 0 0 10px 0;
	padding: 0;	
}

textarea.text_textarea {
	font-size: 12px;
	color: Teal;
	width: 490px;	
}

p.descr_evento_textarea {
	width: 100%;		
	float: left;
	height: 25px;	
	padding: 0;
	margin: 0;	
	font-size: 14px;
	font-weight: normal;
	color: Gray;
	text-align: center;	
}

p.descr_evento_textarea_small {
	width: 100%;		
	float: left;
	height: 20px;	
	padding: 0;
	margin: 0;	
	font-size: 12px;
	font-weight: normal;
	color: Gray;
	text-align: center;	
}

.captcha {
	width: 320px;	
	margin: 0 auto;
	padding: 0;
	text-align: center;	
}

.captcha_int {
	width: 100%;
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
	text-align: center;	
}

p.descr_conferma_evento {
	width: 100%;
	float: left;	
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;	
	text-align: center;
	color: #0279BB;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	display: inline;
	border-bottom: 1px solid #DDD;		
}

.modulo_butt {
	width: 100%;	
	float: left;
	text-align: center;	
	margin: 10px 0 0 0;
	padding: 0;		
}

.modulo_butt ul {
	width: 100%;	
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.modulo_butt li {
	width: 50%;	
	height: 25px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;	
}

.elem_privacy {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;
	font-size: 11px;
	color: #313131;	
}

.elem_privacy a {	
	text-decoration: underline;
	color: #313131;	
}

.elem_privacy a:hover {
	color: #666;	
}

h3.elem_privacy {
	width: 100%;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	color: #313131;
}

.elem_privacy ul {	
	width: 96%;
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: justify;	
}

.elem_privacy ul li {	
	margin: 0 0 10px 0;
}

.elem_privacy ul li ul {	
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: justify;		
	list-style: none;
}

h4.elem_privacy {
	width: 100%;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #313131;	
}

.sk_agenzia_int {
	width: 100%;
	float: left;	
	margin: 0;
	padding: 0;	
	text-align: center;
}

.carousel {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: 115px;
	overflow:hidden;	
}

#slide_inbig {
	width: 100%;	
	margin: 0;
	padding: 0;
   float: left;
	text-align: center; 	
}

#slide_in {
	width: 100%;	
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.carousel ul li {
	width: 100px;	
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	border: 1px solid #F7CB02;
    background-image:url('../img/003.gif');
    background-position:bottom;
    background-repeat:no-repeat;
}

p.car_foto {
	width: 100px;
	height: 70px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;	
	overflow: hidden;
}

p.car_desc  {
	width: 90px;		
	font-size: 9px;	
	margin: 5px 5px 0 5px;
	padding: 0;
	float: left;	
	text-align: justify;
	color: #666;
}

.carousel img {
	border: none;	
}









.news {
	width: 300px;
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;	
}

.news_sup {
	width: 100%;	
	height: 5px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/300_yellow_sup.gif);
	background-position: bottom center;
	background-repeat: no-repeat;	
}

.news_inf {
	width: 100%;	
	height: 5px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/300_yellow_inf.gif);
	background-position: top center;
	background-repeat: no-repeat;	
}

.news_int {
	width: 100%;	
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/300_yellow_line.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.news_cont {
	width: 280px;		
	margin: 0 auto;
	padding: 0;
	text-align: center;	
}

.news_corpo {
	width: 100%;	
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;	
}

.item_news {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-align: center;
	border-bottom: 1px dotted #DDD;		
}

p.news_data {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;	
	font-size: 10px;
	font-style: italic;
	color: #999;	
}

p.news_titolo {
	width: 100%;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	text-align: left;	
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	 background-image:url('../img/002.gif');
    background-position: left top;
    background-repeat:no-repeat;
}

p.news_titolo a {
	color: #666;   
    margin:0;
    padding:0 0 0 15px;
    height:15px;
}

p.news_titolo a:hover {
	color: #f7cb02;
}

p.news_testo {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: justify;	
	font-size: 11px;	
}

p.news_testo a {
	color: #666;
}

p.news_testo a:hover {
	color: #f7cb02;
}

p.news_all_lat {
	width: 100%;
	float: left;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: left;
	font-size: 10px;	
}

p.news_all_lat a {
	color: #000;
	text-decoration: underline;
}

p.news_all_lat a:hover {	
	color: #999;	
}

h3.p_404 {
	width: 100%;	
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: center;	
	font-size: 20px;	
}

p.p_404 a{
   width: auto;	
	margin: 0;
	padding: 0;		
	font-size: 14px;	
   color:#9cce13;
   font-weight:bold;
}