.gridCell{
	display:block;
	width:240px;
	overflow:hidden;
	height:auto;
	margin:0 0 0 0;
	float:left;
	position:relative;
}

.gridCell .realviewLink{
	position:relative;
	/*border: 1px solid #ffffff;*/
	border:none;
	display:block;
	background:url(images/fondos/productGridCellBg_v2.gif) center center no-repeat;
	top:1px;
}

.gridCell .realviewImage{ 
	margin:0 0 0 0;
	border:none;
/*	height:152px;*/
}

/*-------------------------[ TAMAŅO DE LA IMAGEN DEL RECUADRO SIN ZOOM ]-----------*/
.gridCell .realviewImage,.gridCell .realviewImageHover{width:240px;height:239px;}
/*---------------------------------------------------------------------------------*/

/*-------------------------[ ESTILOS PARA ZOOM CUBOS ]------------------------------*/
.gridCellCub{
	display:block;
	width:151px;
	overflow:hidden;
	height:auto;
	margin:0 0 0 0;
	float:left;
	position:relative;
}

.gridCellCub .realviewLink{
	position:relative;
	/*border: 1px solid #ffffff;*/
	border:none;
	display:block;
	background:url(images/fondos/productGridCellBg_v2.gif) center center no-repeat;
	top:1px;
}

.gridCellCub .realviewImage{ 
	margin:0 0 0 0;
	border:none;
/*	height:152px;*/
}

/*-------------------------[ TAMAŅO DE LA IMAGEN DEL RECUADRO SIN ZOOM ]-----------*/
.gridCellCub .realviewImage,.gridCellCub .realviewImageHover{width:151px;height:150px;}
/*---------------------------------------------------------------------------------*/
