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