/** Box de los proyectos para moverse **/


.boxgrid{
	width: 132px;
	height: 130px;
	float:left;
	overflow: hidden;
	position: relative;
	background:url(../gfx/fondos/loader.gif) 50% 50% no-repeat;
	background-color:#FFF;
	border: 4px solid #2a2820;
	margin-left: 10px;
			}
	
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	}
	
.boxgrid p{
	padding: 1px 2px 1px 2px;
	color:#FFF;
	font-weight:normal;
	font-family:Verdana;
	font-weight:bolder;
	font-size:10px;
	text-align:left;
	line-height: 11px;
	width:131px;
			}
			
.boxgrid a {
	text-decoration: none;
	font-size:10px;
	font-weight: normal;
	color: #fff;
}

.boxgrid a:hover {
	text-decoration: none;
	font-weight: normal;
	color:#FFF;
}

				
	/* MARGIN PARA OCULTAR LOS TEXTOS */			
.boxcaption {
	margin-top: 30px;
	float: left;
	position: absolute;
	background: #000;
	height: 50px;
	width: 135px;
	opacity: .8;
	/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
			
		/* TOP PARA MOVIMIENTO DEL TEXTO */
 	.captionfull .boxcaption {
	top: 100px;
	left: 0px;
 				}
 	.caption .boxcaption {
 	top: 220px;
 	left: 0;
 				}



	/** end modificados **/
