.cuadro{
	float:left;
	width:270px;
	height:230px;
}
.cuadro h2{
	color:#005208;
	font-size:12px;
	padding:0 8px 5px 8px;
	text-transform:uppercase
}
.cuadro .fondo{
	background:url(../adjunto/bg_Images.png) left top no-repeat;
	width:260px;
	height:180px;
	vertical-align:top
}
.item {
	width:250px;
	height:150px;	
	margin:6px 0 0 8px;
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}
.item .caption {
	width:250px;
	height:150px;
	background:#005208;
	color:#fff;
		
	/* fix it at the bottom */
	position:relative;
	left:0;

	/* hide it by default */
	display:none;
	z-index:100;
}
.item .caption .cajita {
	padding:10px;	
	margin:0;
	bottom:0;
	position:absolute;
	z-index:10;
}

.item .caption .cajita a {
	text-decoration:none;
	color:#fff;
	font-size:11px;	
	font-weight:normal;
}

.item img {
	border:0;
	/* allow javascript moves the img position*/
	position:absolute;
}