#galeriaFondo {
	width: 100%;
	height: 1900px;
	background-color: rgba(66,66,66,.5);
	position: absolute;
	z-index: 1000;
	visibility: hidden;
}

.contentImgGallery {
	margin: 0 auto;
	margin-top: 15px;
	max-width: 900px;
	width: 95%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.row1 {
	width: 100%;
	height: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}

	.boxBottomClose {
		width: 27px;
		height: 28px;
		background-color: rgba(255,255,255,.75);
		border-radius: 13px;
	}
	
		.boxBottomClose img {
			width: 26px;
			cursor: pointer;
			cursor: hand;
		}
		
		
.row2 {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}

	.textBox {
		width: 100%;
		margin: 0 30px 0 36px;
		border: solid 3px white;
		background-color: #efefef;
	}
	
	.referencia {
		/*display: block;
		width: 16%;
		padding: 1em 2%;
		font-size: 1.2rem;
		color: #333333;
		float: left;*/
	}
	
	.precio {
		/*display: block;
		width: 26%;
		padding: .6em 2%;
		font-size: 1.8rem;
		color: #333333;
		float: left;
		text-align: right;*/
	}
	
	.comentario {
		/*display: block;
		width: 46%;
		padding: 1.1em 2%;
		font-size: 1rem;
		color: #333333;
		float: left;*/
	}	
	

.row3 {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

	.boxBottomBack {
		width: 36px;
		height: 36px;
		position: relative;
			left: 50px;
		background-color: rgba(255,255,255,.75);
		border-radius: 18px;
	}
	
		.boxBottomBack img {
			width: 36px;
			cursor: pointer;
			cursor: hand;
		}
		
	/*	
	.textBox {
		width: 100%;
		height: 50px;
		border: solid 3px white;
		background-color: #efefef;
	}
	*/
	

	
	
	.boxImgGallery {
		width: 100%;
	}
	
		.boxImgGallery img {
			width: 100%;
			border: solid 3px white;
		}

	.boxBottomForward {
		width: 36px;
		height: 36px;
		position: relative;
			right: 50px;
		background-color: rgba(255,255,255,.75);
		border-radius: 18px;
	}
	
		.boxBottomForward img {
			width: 36px;
			cursor: pointer;
			cursor: hand;
		}