/* ********** 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: 10px;
}
div#foto {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 350px;
}
div#foto img {
  margin-right: 10px;
}


