.FondoGaleria {
	background-color:#D7C1BD;
	border: 2px solid black;
	margin:3px;
	margin-top:8px;
}

.Galeria {
	border-spacing: 2px;
	width:100%;
}

.Imagenes {
	border: 7px solid #877369;
}

.Foto {
	border: 1px dotted maroon;
	background-color:#000;
	padding: 4px;
	height:100px;
	width:100px;
	text-align:center;
	vertical-align:middle;
}

.SinFoto {
	border: 1px dotted maroon;
	background-color:#000;
	padding: 4px;
	height:100px;
	width:100px;
	text-align:center;
	vertical-align:middle;
}

.TablaBotones {
	background-color:#000;
	border:1px solid #CFCBC0;
}

.botonVolverIndice {
	position: absolute;
	right: 50px;
	bottom: 25px;
	border:2px solid #600; 
	font-family:"Comic Sans MS", cursive;
	color:#D2CFC4;
	font-weight:bold;
	padding:5px;
	font-size:80%;
	cursor:pointer;
}
.numeroPagina {
	position: absolute;
	left: 55px;
	bottom: 35px;
	font-family:"Comic Sans MS", cursive;
	color:#D2CFC4;
	font-size:75%;
}
