@charset "iso-8859-1";

.boxgrid{
	width: 500px;
	height: 300px;
	margin: 5px;
	float: none;
	border: 2px solid #808080;
	overflow: hidden;
	position: relative;
}
.boxgridpiccolo{
	width: 220px;
	height: 220px;
	margin: 5px;
	float: none;
	border: 2px solid #808080;
	overflow: hidden;
	position: relative;
}


h3{
	margin: 10px 10px 0 10px;
	font-size: 18pt;
	color: Silver;
	font-weight: bold;
}

.dida1 {
	font-size: 18pt;
	color: Black;
	font-weight: inherit;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-style: ;
	border-width: ;
}
.dida2 {color: #4F4A4A; font-size: 16pt; line-height: 1.3}

.dida3 {
	color: #ffffff;
	font-size: 13pt;
	line-height: 1.3;
}

h2{
	margin: 10px 10px 0 10px;
	font-size: 20pt;
	color: Silver;
	font-weight: bold;
}


				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 200px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 185;
 					left: 0;
				}
				