.ventanaPequena {
	display: none;
	position: relative;
}

.ventanaGrande {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(238, 255, 204, 0.9);
	cursor: pointer;
	z-index: 100;
}

.cajafotos {
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start; 
	gap: 10px;
}

.cadafoto {
	border: 0px;
	cursor: pointer;
	max-width: 200px;
}

.cadafotogrande {
	border: 0px;
	object-fit: scale-down;
	margin:auto;
}