.boxgrid{ 
	width: 365px; 
	height: 220px; 
	margin-right:8px;
	margin-bottom:8px;
	float:left; 
	background:#000;
	overflow: hidden; 
	position: relative; 
}
	.boxgrid div.contenidoNews{
		width:308px;
		padding:8px;
	}
	.boxgrid img{
		position: absolute;
		top: 0;
		left: 0;
		border: 0;
		width:365px;
	}
	.boxgrid.nota2, .boxgrid.nota4{
		margin-right:0px;
	}
	.boxgrid.nota3, .boxgrid.nota4{
		margin-bottom:0px;
	}
	.boxgrid h2{
		color:#ca4e3d;
		font-size:16px;
		font-weight:bold;
		margin-bottom:8px;
		margin-top:4px;
		line-height:18px;
	}
	.boxgrid h3, .boxgrid a.exh3{
		color:#d39422;
		font-size:10px;
		text-align:right;
	}
	.boxgrid p{
		color:#fff;
		font-size:12px;
		text-align:justify;
		line-height:15px;
	}
	.boxgrid a{
		text-decoration:none;
	}
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	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: 220;
		left: 0;
	}