/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/

body { 
	font-family: verdana;
	color:#555;
	background-color:#fff;
}
img { 
	border: 0;
}
td { 
	vertical-align: top;
}
div.header {
	padding: 4px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	color: #2F4F4F;
	background: #eee url('images/sfondo.gif') repeat-x;
	border: 1px solid #ddd;
}
div.center {
	text-align: center;
}
table.container {
	margin: 30px auto;
}
table.dia {
	margin: 5px;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
div.smalldesc { 
	margin: 0 5px 10px 5px;
	width: 100px;
	font-size: 10px;
	text-align: center;
}
table.dia td { 
	text-align: center;
	vertical-align: middle;
	background: #eee url('images/sfondo.gif') repeat-x;
}
table.dia img { 
	display: block;
	margin: auto;
}

div.footer {
  margin: 25px;
  text-align: center;
}

table.image {
	margin: 5px auto;
	width: 100px;
	height: 100px;
	background: #eee url('images/sfondo.gif') repeat-x;
	border: 1px solid #ddd;
}
div.bigdesc { 
	margin: 0 5px 10px 5px;
  font-size: 13px;
  text-align: center;
}
table.image td { 
	text-align: center;
	vertical-align: middle;
}
table.image img { 
	display: block;
	margin: auto; 
}
div#navigator { 
	padding: 4px;
  margin: 10px 15px;
  text-align: center;
  font-size: 12px;
	background: #eee url('images/sfondo.gif') repeat-x -10px;
  border: 1px solid #ddd;
}
div#navigator a {
	font-weight:bold;
	text-decoration:none;
	color:#555;
}	 
div#navigator a:hover {
	text-decoration: underline;
  color: #000;
}
div#image {
	padding: 10px;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ddd;
}
div#image img {
  border: 1px solid #aaa;
}

table.dia a img { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
table.dia a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
div.ue1 {
	font-style: italic;
	font-weight: bold;
}
div.text1 {
	font-style: normal;
	font-weight: lighter;
	text-align: justify;
	font-size: medium;
	margin: 0px 0px 0px 0px;
}
div.textz {
	font-style: italic;
	font-weight: lighter;
	text-align: justify;
	font-size: medium;
	margin: 0px 10px 0px 10px;
}
#fotocontainer1 {
	border: 1px solid #606060;
	background-color: #dddddd;
	width: auto;
	float: left;
	position: relative; 
	top: 0px; z-index: 5; _top: 5px;
	padding: 5px;
	margin: 5px 10px 5px 0px;
	line-height: 30px;
}
#fotocontainer2 {
	border: 1px solid #606060;
	background-color: #dddddd;
	width: auto;
	float: right;
	position: relative; 
	top: 0px; z-index: 5; _top: 5px;
	padding: 5px;
	margin: 5px 0px 5px 10px;
	line-height: 30px;
}
.fototitle
{
	margin: -5px -5px 5px -5px;
	padding: 2px;
	background-color: #cccccc;
	font-weight: bold;
	border-bottom: 1px solid #606060;
	text-align: center;
}
.fotofoot
{
	margin: 5px -5px -5px -5px;
	padding: 1px;
	background-color: #cccccc;
	font-weight: bold;
	border-top: 1px solid #606060;
	text-align: center;
	font-size: small;
}