.galeria {
	float: right;
	width: 250px;
	height: 250px;
}
.foto {
	position: absolute;
	top: 0px;
	left: 0px;
}
.galeria img {
	border: none;
}
.fotoAnteriorOut, .fotoAnteriorHover, .fotoSiguienteOut, .fotoSiguienteHover {
	position: absolute;
	width: 32px;
	height: 34px;
	font-size: 34px;
	line-height: 34px;
	padding: 0px;
	margin: 0px;
	z-index: 10000;
}
.fotoAnteriorOut, .fotoAnteriorHover {
	top: 230px;
	left: 110px;
}
.fotoSiguienteOut, .fotoSiguienteHover {
	top: 230px;
	left: 140px;
}
.fotoAnteriorOut {
	background: url('../media/anterior.png');
}
.fotoAnteriorHover {
	background: url(../media/anteriorHover.png);
}
.fotoSiguienteOut {
	background: url(../media/siguiente.png);
}
.fotoSiguienteHover {
	background: url(../media/siguienteHover.png);
}
.fotoContenedor {
	cursor: pointer;
}
