body {
  font-size: 16px;
  font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#333;  
  padding:0px;
  margin:0px;
  text-align: center;
  background:#a0cff8 url(/_images/body-bg.png) repeat;
}

.responsive {
  width: 100%;
  height: auto;
}

.screen-only{display: block;}
.mobile-only{display: none;}
@media screen and (max-width: 768px){
    .screen-only{display: none;}
    .mobile-only{display: block;}
}

.compact-textfield {
  border: 1px solid #ccc !important;
  padding: 6px 8px !important;
  height: 32px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
}

#footer {
  width: 750px;
  font-size: 9px;
  color:#444;  
  padding:10px 0 10px 0;
  margin: 0px auto;
  text-align:center;
}


.footer_2 {
	height:168px;
	margin: 0 auto;
	margin-top:30px;
	background: url(/_images/bg_footer.gif) repeat-x;
}

.footer_3 {
	background: #70B7F5;
	height:15px; 
	border-top:1px solid #88C3F7;
}


a:link { color: #106EC1; text-decoration: underline; }

a:visited { color: #2E67C7; text-decoration: underline; }

#link_footer a:hover { color: #FFFFFF; text-decoration: none; background: #106EC1; }

#link_footer a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }


div.spacer {
  clear: both;
  }
  


#contenuto {
	width: 750px;
	margin: 0px auto;
	padding: 15px 0 0 0;
	text-align: left;
}
#top_left {
	float: left;
	width: 400px;
	height: 360px;
}


#top_right {
	float: right;
	width: 350px;
	height: 360px;
	text-align: center;
    background-color: #fff;
}


#content_top_right {
	padding: 10px;
	
}

#tmb_foto_container {
	clear: both;
	background-color:#FDFDD3;
	padding: 0 0 10px 0;
	text-align:center;
	font-weight:bold;
}

#tmb_foto {
	width: 142px;
	height: 110px;
	background-color:#fff;
	padding: 0px;
	float:left;
	margin: 5px;
	clear:right;
}

#slogan1 {
	padding: 10px;
	height: 20px;
}


#search_container {
	clear: both;
	background-color:#d6ebfc;
	padding: 0px;
}

#link_footer {
    border-bottom: 1px solid #ECF6FE;
	background-color:#fff;
	margin: 0px;
	padding: 0 0 0 10px;
	height: 30px;
}

#link_footer ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-top: 5px;
	}

#link_footer  li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	}

#link_footer  li.hide {
	display:none;
	}

#link_footer  a {
	margin:0 5px 0 0;
	padding:0 2px 0 2px;
	text-decoration:none;
	font-size: 12px;
	}

#link_footer  a:hover {
	}

#container1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	



#link_registrati {
	margin: 0 auto;
	text-align:center;
	}


form{
	margin: 0px auto;
}

/* Border radius per input text nella home no login */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	border-radius: 4px;
}

.mui-textfield > input,
.mui-textfield > textarea {
	border-radius: 4px;
}

#titolo_login{font-size: 20px; color: #3D5099; padding-bottom:5px;}

input#go{height:auto; width: 180px;}





.col_box{}

a.col_box {  
	color: #106EC1;
	font-size: 25px;
	text-decoration:underline;
	display:block;
	background-color: #fff;
} 
a.col_box:hover {
	color:#FF0084;
}
a.col_box:active {
	color: #106EC1;
}

.sty1 {
    	margin-bottom: 3px;
	border: 1px solid;
	border-top-color: #303F78;
	border-left-color: #303F78;
	border-bottom-color: #8FA4F6;
	border-right-color: #8FA4F6;
	padding:1px;
}

.formbutton {
	background: #0980e1;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	border: 1px solid;
	border-top-color: #0a90fe;
	border-left-color: #0a90fe;
	border-bottom-color: #055393;
	border-right-color: #055393;
	cursor:pointer;
}

.formbutton:hover {
	background: #106EC1;
}



html>body #formSubmit {margin-left: 120px;}

