.boxgrid{ 
	width: 200px; 
	height: 140px; 
	margin:5px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background:#435d6f;
	height: 100px; 
	width: 100%; 
	top: 290px;
	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: 290;
 	left: 0;
}

/* boton ver imagenes de la galeria */
#volver_proyecto ul{
	margin-top:5px;
	margin-bottom:4px;
	
}

#volver_proyecto ul li{
	margin:0;
	padding-left:0px;
	margin-bottom:0px;
	float:left;
}

#volver_proyecto li a span {
	display: none;
}

/*castellano */
#volver_proyecto li.volver_es a {
	background: url('../i/proyectos/volver-a-proyectos-es.gif') no-repeat 0 0;
	width: 151px;
	height: 24px;
	border: none;
	display: block;
	text-decoration:none;
}
#volver_proyecto li.volver_es a:hover {
	background: url('../i/proyectos/volver-a-proyectos-es.gif') no-repeat 0 -29px;
	text-decoration:none;
}

/*gallego */
#volver_proyecto li.volver_gl a {
	background: url('../i/proyectos/volver-a-proyectos-gl.gif') no-repeat 0 0;
	width: 151px;
	height: 24px;
	border: none;
	display: block;
	text-decoration:none;
}
#volver_proyecto li.volver_gl a:hover {
	background: url('../i/proyectos/volver-a-proyectos-gl.gif') no-repeat 0 -29px;
	text-decoration:none;
}
