.boxgrid{ 
	width: 345px; 
	height: 280px; 
	margin:5px; 
	float:left; 
	background:#3B5998; 
	border: solid 2px #E1EFE0; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	height: 280px; 
	width: 345px;
}
.boxcaption{ 
	float: left; 
	position: absolute; 
	background:#EFEFD1; 
	height: 200px; 
	width: 100%; 
	opacity: .85; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.boxcaption h2{
	color:#9F5F40;
	font-size:12px;
	margin-left:5px;
	text-align:right;
	margin-bottom:10px;
	margin-right:10px;
}
.boxgrid p {
	color:#3B5998;/*#CDC8B9*/
	font-size:11px;
	text-decoration:none;
	margin-left:10px;
	text-align:justify;
	margin-right:10px;
}
.boxgrid a {
	color:#8B4513;
	margin-top:8px;
}
.boxgrid a:hover {
	color:#A6CF74;
}
.content h1, .content h1 a {
	color:#808080300;
	font-size:15px;
	margin-bottom:18px;
	text-decoration:none;
	margin-top:5px;
	border-bottom:1px solid;
}
.captionfull .boxcaption {
	top: 260px;
	left: 0;
}
.caption .boxcaption {
	top: 245px;
	left: 0;
}
	
.content h3{
	font-size:19px;
	color:#3B5998;
	text-decoration:none;
	margin-bottom:20px;
	border-bottom:1px solid;
	font-weight:normal;
}
.medio {
	width:745px;
}
