/* Celda de imagen */
/* Si la imagen tiene "borde" asegurarse de sumar 2px */
/* miniatura 100px + 1px borde = 102x */
.CCG_cell, .CCG_cell_end {
	width:110px;
	height:110px;
	
	float:left;
	display:inline;
	background-color:#3b3b3b;
	
	margin:0px 8px 8px 0px;
	padding:8px;
	border:solid 1px #692424;
}

.CCG_cell_back {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#505050;
	text-align: center;
}


/* Estilos de las colunmas primera, centrales, y ultima */
.CCG_cell {}
.CCG_cell_end { margin-right:0px; }


/* Color del borde de las miniaturas */
.CCG_cell .CCG_cell_back a img,
.CCG_cell_end .CCG_cell_back a img,
.CCG_cell .CCG_cell_back a:visited img,
.CCG_cell_end .CCG_cell_back a:visited img
{
	border:1px solid #fff;
	padding:0;
	margin:0;
}

/* Color del borde de las miniaturas al pasar el ratón por encima */
.CCG_cell .CCG_cell_back a:hover img,
.CCG_cell_end .CCG_cell_back a:hover img
{
	border:1px solid #f00;
}

/* estilos especiales NO_IMAGEN */
.CCG_no_image {
	background:url(_no_image.png) center center #505050 no-repeat;
}

/* Capa que contiene al navegador de páginas*/
.CCG_pagenav {
	/*background: #0F0;*/
	width:98%;
	height:40px;
	clear:both;
	font-size:0.9em;
	float:left;
	display:inline;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.CCG_spacer {
	clear: both;
	height: 1px;
	/*display: none;*/
}

.CCG_hr {
	width:100%;
	clear:both;
	height:1px;
	display:none;
}

.no_border {border:0px;}