.boxgrid3{ 
	width: 100%; 
	height: 120px; 
	margin-right:8px;
	margin-bottom:8px;
	background:#000;
	overflow: hidden; 
	position: relative; 
}
	.boxgrid3 div.contenidoNews{
		padding:8px;
		height:220px;
	}
		.boxgrid3 div.contenidoNews a h3{
			color:#fff;
		}
	.boxgrid3 div.cover{
		position: absolute;
		top: 0;
		left: 0;
		border: 0;
	}
		div.cover div.overlay{
			position:absolute;
			top:0px;
			background-image:url('../images/fondoAl50.png');;
			width:246px;
			text-align:right;
			padding:2px;
			color:#000;
		}
		.boxgrid3 img{
			width:100%;
		}
	.boxgrid3.nota2, .boxgrid3.nota4{
		margin-right:0px;
	}
	.boxgrid3.nota3, .boxgrid3.nota4{
		margin-bottom:0px;
	}
	.boxgrid3 h2{
		color:#ca4e3d;
		font-size:14px;
		font-weight:bold;
		margin-bottom:4px;
	}
	.boxgrid3 h4{
		color:#000;
		font-size:10px;
		text-align:right;
		font-weight:bold;
	}
	.boxgrid3 p{
		color:#fff;
		font-size:12px;
		text-align:justify;
		line-height:15px;
	}
	.boxgrid3 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;
	}