.contenedor {
	width: 480px;
	float: left;
	display:inline;
	/*background-color: #CCCCCC;*/
	/*height: 500px;*/
	margin: 0px;
}

/* Celda de imagen */
/* Si la imagen tiene "borde" asegurarse de sumar 2px */
/* miniatura 100px + 1px borde = 102x */
.CCG_cell, .CCG_cell_end {
	width:112px;
	height:112px;

	float:left;
	display:inline;
	background:#ebf0d3;

	margin:0px 9px 9px 0px;
	padding:18px;
	/*border:solid 1px #f00;*/
}

.CCG_cell_back {
	width:100%;
	height:100%;
	background-color:#fff;
	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;
	float:none; /*AÑADIDO. No centraba las imágenes*/
}

/* 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 #98aa67;
}

/* estilos especiales NO_IMAGEN */
.CCG_no_image {
	background:url(/up/fgalerias/_no_image.png) center center #fff no-repeat;
}

/* Capa que contiene al navegador de páginas*/
.CCG_pagenav {
	/*background: #0F0;*/
	width:98%;
	height:20px;
	clear:both;
	float:left;
	display:inline;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 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;}
