
body		{ margin:0px auto 0px auto;
		width:500px;
		text-align:center;
		display: block;
		color:#6F6F6F;
		background:#fff;
		}

table           { display: table;
		}

tr              { display: table-row;
		}

thead           { display: table-header-group;
		}

tbody		{ display: table-row-group;
		}

tfoot           { display: table-footer-group;
		}

col             { display: table-column;
		}

colgroup	{ display: table-column-group;
		}

td, th		{ display: table-cell;
		}

caption         { display: table-caption;
		}

th              { font-weight: bolder; text-align: center;
		}

p 		{font-family: sans-serif;
		font-style: normal;
		color:#6F6F6F;
		position:relative;
		font-size:10px;
		}

h5		{
		font-family: sans-serif;
		font-style: normal;
		font-size:12px;
		}

.cont		{position:relative;
		width: 500px;
		margin:0 auto 0 auto;
		}

		

#bb		{border-bottom: 1px solid #929292;
		}


.col1		{position:relative;
		color: #6F6F6F;
		font:10px sans-serif;
		text-align:justify;
		}


.footer		{clear: both;
		width:500px;
		position:relative;
		margin: 0px auto;
		border-top: 1px solid #929292;
		font-family: sans-serif;
		font-size:9px;
		color: #6F6F6F;}

.clear		{clear: both;}

a img 		{border: none;}
a:link 		{text-decoration:none; color: #6F6F6F; width:0; height:0; outline:0;}
a:visited 	{text-decoration:none; color: #6F6F6F;}
a:hover 	{color: #3d3d3d; width:0; height:0; outline:0;}
a:focus		{width:0; height:0; outline:0;}

/* domurgas galleria */


	.icono {
	margin:0 auto;
	float:left;
	position:relative;
	padding:6px;
}

	.icono a img{
	filter:alpha(opacity=40); 
	-moz-opacity: 40; 
	opacity: .4;
	}
	.icono a:hover img { opacity:1.0;filter:alpha(opacity=100); -moz-opacity: 1.0;}
