td { 
  	font-family: sans-serif;
  	color: Black;
}
a:link {  
	color: #CC0000; 
	text-decoration: none;
}
a:visited {  
	color: #CC0000; 
	text-decoration: none;
}
a:hover {  
	color: #CC0000; 
	text-decoration: underline;
}
.menu-top {
	font-size: smaller;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top: 0px dashed Black;
	border-right: 0px dashed Black;
	border-bottom: 1px solid Red;
	border-left: 0px dashed Black;
}
.tabella {
	font-size: smaller;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top: 0px dashed Black;
	border-right: 0px dashed Black;
	border-bottom: 1px solid Red;
	border-left: 0px dashed Black;
}
.titolo {  
	color: White; 
	font-weight: bold;
	background-color: red;
}

.tbCartina {
	padding: 3px;
	border: 2px solid red;
}
.cartina {
	border: 1px solid black;
}
.table_content_azienda{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.border_img_chi_siamo{
	border: 2px solid #CC0000;
}
.td_text_chi_siamo{
	font-size: 11px;
	text-align: justify;
	color: #000000;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.td_title_chi_siamo{
	font-size: 14px;
	text-align: justify;
	color: #CC0000;
	font-weight: bold;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.padding_img{
	text-align: left;
	paddind: 5px;
	padding-left: 15px;
}


/* ************************** */
/* GOOGLE MAP */
/* ************************** */
/* contenitore della mappa */
#googleMap {
    margin-top: 10px;
    width: 650px; 
	height: 400px;
	border:solid 2px #ffffff;
	color: #000000;
}
/* contenuti della info tab */
#infoContent {
    width: 300px;
	font-family:Arial, Helvetica, sans-serif;
}
#infoContent h4 {
    font-size: 15px;
	margin:0px;
	border-bottom: 1px solid #006659;
}
#infoContent h5 {
    font-size: 13px;
	margin:0px;
	margin-top:6px;
}
#infoContent p {
    font-size: 12px;
	margin:0px;
}
.titoloInfoTab {
   font-weight:bold;
}
.txt_content_maps{
	padding-top: 5px;
	text-align: center;
}
/* ************************** */