table#cat{
	width: 460px;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
table#cat td{
	width: 130px;
	height: 120px;
	padding: 10px 20px;
	background: url(images/sffotocat.jpg) no-repeat center;
}
#cat a:link, #cat a:visited {
	text-decoration: none;
	color: #113e70;
	font-size: x-small;
	margin-top: 10px;
	
}
#cat a:hover, #cat a:focus, #cat a:active{
	color: #CA1619;
	text-decoration: underline;
}
#cat a#catattiva{
	color: #CA1619;
	font-weight: bold;
	
}

table#foto{
	width: 100%;
	text-align: center;
	margin: 0px 0px 20px 0px;

}
table#foto td{
	width: 20%;
	height: 130px;
	background-image: url(images/sffoto.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
table#foto td img{
	border: none;
}
table#foto td.tdvuoto,table#cat td.tdvuoto{
	background-image: none;
}
#cattitle{
	border-bottom: 1px solid #113e70;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
	color: #113e70;
	margin-top: 15px;
	font-weight: bold;
	
	font-variant: small-caps;
}
/*
.foto{
  display: inline-block;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  width: 140px;
  margin: 5px;
  vertical-align: top;
}
.fotothumb{
  width: 140px;
  height: 140px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #aaa;
}
.fotothumb * {
  vertical-align: middle; 
}




*/
