/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/


img { 
	border: 0;
}
td { 
	vertical-align: top;
}

div.center {
	text-align: center;
}
table.container {
	margin-left: -25px;
	}
table.dia {
	width: 100px;
	height: 100px;
	border: 0px solid #ddd;
	border-collapse: collapse;
	text-align: center;
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 19px;
	margin-left: 22px;
		}
div.smalldesc {
	width: 219px;
	text-align: left;
	font-size: 12px;
	font-family: ralewaysemibold_italic;
	color: #333333;
	line-height: 1.35em;
	margin-left: 22px;
	margin-top: -1em;
}
table.dia td {
	text-align: center;
	vertical-align: middle;
	background-color: #eee;
	background-image: url(images/sfondo.gif);
	background-repeat: repeat;
	}
table.dia img { 
	display: block;
	margin: 0px; 
	text-align: center;
	}

div.footer {
  margin: 0px;
  text-align: center;
}

table.dia a img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
table.dia a:hover img { 
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	color:red;
}
