#galeriaSidebar {
	width: 180px;
	color: #6B6E6F;
	font-size: 12px;
	white-space: nowrap;
	vertical-align: top;
}
#galeriaSidebar a {
	color: #6B6E6F;
	display: block;
	width: 100%;
	line-height: 24px;
	text-decoration: none;
	border-bottom: inset 1px #aaa;
}
#galeriaSidebar a:hover {
	color: #3D6AA0;
}
#galeriaContentWrapper {
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
}
.galeriaGrid {
	width: 780px;
	float: left;
}
.galeriaGrid .fw {
	width: 16px;
}
.galeriaGrid .fh {
	height: 12px;
	line-height: 12px;
}
.galeriaGrid td {
}
.galeriaGrid .cell {
	background-repeat: no-repeat;
	width: 175px;
	height: 118px;
	vertical-align: bottom;
}
.galeriaGrid .bigcell {
	background-repeat: no-repeat;
	width: 366px;
	vertical-align: bottom;
}
.galeriaGrid .innerCell {
	width: 100%;
	height: 100%;
}
.galeriaGrid .etiquetaGaleria {
	width: 100%;
	font-size: 11px;
	background: #f2f3ee;
	color: #333;
	padding: 2px;
	display: block;
}
.galeriaGrid .bigcell .etiquetaGaleria {
}
.galeriaGrid td a {
	display: block;
	text-decoration: none;
	color: #333;
	width: 175px;
	/*padding-top: 77px;*/
}
.galeriaGrid .bigcell a {
	width: 366px;
	/*padding-top: 197px;*/
}
.galeriaGrid .etiquetaGaleria .tituloGaleria {
	font-weight: bold;
	display: block;
}
.galeriaGrid .etiquetaGaleria .bajadaGaleria {
	display: block;
}
.galeriaGrid .etiquetaGaleria .fechaGaleria {
	display: block;
}

.paginador-standard {
	margin: 4px 0;
	background: #f2f3ee;
	height: 32px;
	line-height: 32px;
}
.paginador-standard .numberControl {
	width: 33%;
	height: 32px;
	text-align: left;
}
.paginador-standard .pageControl {
	width: 33%;
	height: 32px;
	text-align: center;
}
.paginador-standard .pageControl input {
	width: 32px;
}
.paginador-standard .btnControl {
	width: 35%;
	height: 32px;
	text-align: right;
}
.paginador-standard .btnControl2 {
	width: 64px;
	height: 32px;
	float: right;
}
.paginador-standard .btnControl a {
	display: inline;
	width: 32px;
	height: 32px;
	text-decoration: none;
	text-align: center;
}
.paginador-standard .btnControl a img{
    margin-top:3px;
}


#galeriaDetalleContentWrapper {
	width: 940px;
	height: 682px;
	overflow: hidden;
}
.galeriaDetalle {
	width: 940px;
	float: left;
}
.galeriaDetalle .fw {
	width: 16px;
}
.galeriaDetalle .fh {
	height: 12px;
	line-height: 12px;
}
.galeriaDetalle td {
	overflow: hidden;
	background-repeat: no-repeat;
	width: 215px;
	height: 118px;
}
.galeriaDetalle td a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #333;
	width: 215px;
	height: 118px;
}
