/* ************ pagina rivista ************* */
@import "menunav.css";
@import "footer.css";

h1,h2,h3,p {
  margin: 0;
}
.f120 {
	background: #cdf0fe;
	width: 120px;
  height: 16px;
}
div#boxvignette {
  position: relative;
  top: 15px;
	width: 217px;
	height: 250px;
	background: url(../images/boxvignette.png) top center no-repeat;
	font: normal 12px tahoma,verdana,arial,helvetica,sans-serif;
	color: #333;
}
div#sommario {
	position: relative;
	float: left;
	top: 8px;
	left: 0;
	width: 600px;
  background: #fff;
}
div#sommsx {
	position: relative;
	float: left;
	top: 10px;
	left: 0;
	width: 215px;
  background: #fff;
}
div#sommcentrale {
	position: relative;
	float: left;
	top: 10px;
	left: 0;
	width: 170px;
  background: #fff;
}
div#sommdx {
	position: relative;
	float: left;
	top: 10px;
	left: 0;
	width: 215px;
  background: #fff;
}
div#colsommdx {
  position: relative;
  float: right;
  top: 8px;
  left: 0px;
	width: 150px;
	background: transparent;
}
.alto10 {
  height: 10px;
}
.alto20 {
  height: 20px;
}
.alto30 {
  height: 30px;
}
.h4sm {
  font: normal 10px verdana, arial, helvetica, sans-serif;
  color: #000;
  line-height: 13px;
  padding: 0 5px;
}
.f180sm {
  font: normal 11px tahoma,verdana,arial,helvetica,sans-serif;
	background: #ddd;
	width: 180px;
  height: 17px;
	border: 0;
}
div#colsx {
  position: relative;
  float: left;
  top: 5px;
  left: 0;
	width: 217px;
	background: transparent;
	color: #fff;
	text-align: center;
}
.linkall a {
	color: #fff;
	font: bold 11px tahoma,verdana,arial,helvetica,sans-serif;
  text-decoration: none;
}
.linkall a:hover {
	color: #ff0;
}
div#boxallev {
  position: relative;
  top: 5px;
	width: 217px;
	height: 227px;
	background: url(../images/boxallevator.png) top center no-repeat;
  overflow: hidden;
}
div#inbox {
	font: normal 11px tahoma,verdana,arial,helvetica,sans-serif;
	line-height: 13px;
	color: #000;
	padding: 30px 20px 10px 15px;
	text-align: left;
  overflow: hidden;
}
div#inbox a {
	font-weight: bold;
	color: #000;
  text-decoration: none;
  overflow: hidden;
}
div#inbox a:hover {
	color: #f00;
  text-decoration: underline;
  overflow: hidden;
}

