img { 
	border: 0;
	height: auto;
}
td { 
	vertical-align: top;
}
div.header { 
	padding: 4px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	background: #eee url('images/sfondo.gif') repeat-x;
	border: 1px solid #ddd;
}
div.center {
	text-align: center;
}
.container {
	margin: 10px;
}
.dia {
	margin: 5px;
	height: 157px;
	width: 260px;
	/*border: 1px solid #ddd;*/
	border-collapse: collapse;
}
div.smalldesc { 
	margin: 0 5px 10px 5px;
	width: 100px;
	font-size: 10px;
	text-align: center;
}
.dia td { 
	text-align: center;
	vertical-align: middle;
	background: #eee url('images/sfondo.gif') repeat-x;
}

.dia img { 
	border: 1px solid #eee;
	display: block;
	margin: auto; 
	heigh:auto;
}

div.footer {
  margin: 20px;
  text-align: center;
}
/*
table.dia a img { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	height: auto;
}
table.dia a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	height: auto;
}*/
