/* ********** home *************/
@import "menunav.css";
@import "footer.css";
html, body {
	width: 100%;
	background-color: #fff;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color: #000;
}
html {
  overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0;
	padding: 0;
  border: none;
}
h1 {
	font: bold 14px tahoma,arial,helvetica,sans-serif;
	color: #000;
	margin: 0;
}
br {
	font-size: 8px;
}
div#pagina {
	position: relative;
	width: 980px;
	margin: 0px auto 0px;
}
div#testata {
	position: relative;
  float: left;
  width: 980px;
  height: 127px;
  background: #fff url(../images/testata.jpg) top left no-repeat;
}
div#content {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 978px;
  background: #fff;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;        
}
div#colsx {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 548px;
  padding: 15px;
}
div#colsx {
	font: normal 12px tahoma,arial,helvetica,sans-serif;
	color: #333;
	text-align: justify;
}
div#coldx {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 370px;
  background: #fff url(../images/topdx.jpg) right top no-repeat;
  padding: 15px;
}
div#fotop {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 370px;
}
div#fotop img {
  margin-right: 10px;
  margin-bottom: 8px;
}
div#foto {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 350px;
  margin-bottom: 5px;
}
.location {
	position: relative;
  float: left;
  width: 548px;
  background: #ace;
  line-height: 20px;
  margin-bottom: 5px;
}
.location span {
  padding-left: 10px;
  font-weight: bold;
}
ul {
  margin: 5px 0 3px 0;
  padding-left: 10px;
}
li {
  margin: 5px 0 3px 0;
}
li .struttura {
	font: normal 12px tahoma,arial,helvetica,sans-serif;
	color: #333;
}
div#btnsx {
	position: relative;
  float: left;
  width: 170px;
  text-align: left;
  margin-bottom: 5px;
}
div#btndx {
	position: relative;
  float: right;
  width: 150px;
  text-align: right;
  margin-bottom: 5px;
  padding-right: 20px;
}


