@charset "utf-8";

.detalles_foto {
	width:640px;
	left:50%;
	margin-left:-320px;
	z-index: 20;
	position: fixed;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	top: 0px;
}

.foto_central_detalle {
	height: 640px;
	width: 640px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}

.detalles_max {
	height: 100%;
	width: 100%;
	top: 0px;
	overflow: hidden;
	left: 0px;
	visibility: hidden;
	background-image: url(../img/fondo_fotos.png);
	position: fixed;
	z-index: 2;
	float: left;
}
.foto_galeria {
	width: 130px;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	vertical-align: middle;
	z-index: 0;
	position: static;
	float: left;
	height: 140px;
}
.foto_galeria img {
	border: 2px double #CCCCCC;
	cursor: pointer;
}
.foto_galeria img:hover {
	border: 2px solid #FFAA14;
}
.cerrar {
	width: 32px;
	position: fixed;
	height: 32px;
	z-index: 100;
	left: 50%;
	top: 5%;
	margin-left: 335px;
	cursor: pointer;
	background-image: url(../img/cerrar.png);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: hidden;
}
.cerrar:hover {
	background-image: url(../img/cerrarhover.png);
}
.flecha_sig {
	background-image: url(../img/sig_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 72px;
	width: 20px;
	position: absolute;
	margin-top: -36px;
	top: 50%;
	left: 650px;
}
.flecha_sig:hover {
	background-image: url(../img/sig.png);
}
.flecha_ant {
	background-image: url(../img/ant_hover.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 72px;
	width: 20px;
	position: absolute;
	margin-top: -36px;
	top: 50%;
	right: 650px;
}
.flecha_ant:hover {
	background-image: url(../img/ant.png);
}
