/* *********** multimedia cybernaua.it vers. php 1.0 **************** */
@import "menunav.css";
@import "footer.css";
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
body {
  background-color: #fff;
  font: normal 11px tahoma,verdana,arial,helvetica,sans-serif;
  color: #555;
  text-align: center;
  margin-top: 6px;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
div#pagina {
  margin: 0 auto;
  width: 990px;
  text-align: left;
}
div#testata {
  width: 990px;
  height: 164px;
  background: #fff url(../images/testata.jpg) center no-repeat;
}
div#manchettesx {
  position: relative;
  float: left;
  top: 60px;
  left: 55px;
  width: 184px;
  height: 90px;
  background: transparent;
}
div#manchettedx {
  position: relative;
  float: left;
  top: 60px;
  left: 530px;
  width: 184px;
  height: 90px;
}
div#oradata {
  position: relative;
  float: left;
  top: 60px;
  left: 535px;
  width: 73px;
  height: 70px;
  background: #fff url(../images/oradata.gif) top left no-repeat;
  padding-top: 25px;
  padding-left: 12px;
  font: bold 11px Tahoma, verdana, arial, sans-serif;
  color: #777;
}
div#colsx {
  position: relative;
  float: left;
  margin-left: 5px;
}
div#fotosmall {
	position: relative;
	float: left;
  padding: 10px 5px 30px; 0px;
}
.minifoto {
	position: relative;
	float: left;
	width: 108px;
	height: 98px;
	border: #666 1px solid;
	padding: auto;
	background: #eee;
	text-align: center;
  margin: 0 10px 5px 0;
}


div#coldx {
  position: relative;
  float: right;
  width: 350px;
  margin-right: 10px;
  margin-top: 10px;
	text-align: left;
}
div#video {
  width: 343px;
  height: 400px;
  background: #fff url(../images/videobg.jpg) top left no-repeat;
  padding-top: 35px;
	text-align: center;
	padding-left: 2px;
}
.minifotov {
	position: relative;
  float: left;
  width: 160px;
	text-align: center;
  margin: 0 3px 5px 3px;
}
.minifotov img {
  width: 144px;
	border: #666 1px solid;
}



