@charset "utf-8";

#contenedor-estanteria-demanoenmano {
	width: 100%;
	padding-top: 25px;
	box-sizing: border-box;
	position: relative;
}

#instructivo {
	margin: auto;
	margin-bottom: 35px;
	width: 240px;
	height: 188px;
	padding: 12px 36px;
	background: url('imgs/notaconclip.png') no-repeat center top;
	background-size: contain;
	box-sizing: border-box;
	z-index: 1;
	transform: rotate(-15deg) scale(.9);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	line-height: 1.25;
	color: #222;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#estanteria-demanoenmano {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: 630px;
	overflow: hidden;
	position: relative;
}

	#estanteria-demanoenmano .estante-largo {
		margin: auto;
		width: 840px;
		height: 210px;
		background: url('imgs/estante-largo.png') no-repeat center bottom;
		background-size: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	#estanteria-demanoenmano .estante-largo-2 {
		width: 680px;
		background: url('imgs/estante-largo-2.png') no-repeat center bottom;
		background-size: 100%;
		text-align: center;
	}

	#estanteria-demanoenmano .estante-4 {
		top: 210px;
	}

	#estanteria-demanoenmano .estante {
		margin: auto;
		width: 420px;
		height: 210px;
		background: url('imgs/estante.png') no-repeat center bottom;
		background-size: 100%;
		position: absolute;
		top: 420px;
		left: 0;
		text-align: left;
	}

		#estanteria-demanoenmano .estante-largo a {
			margin-left: 14px;
			display: inline-block;
			position: relative;
			top: 60px;
			left: -14px;
		}

		#estanteria-demanoenmano .estante-3 a {
			margin-left: 20px;
			display: inline-block;
			position: relative;
			top: 35px;
			left: 95px;
		}

			#estanteria-demanoenmano .libro {
				width: 78px;
				height: 104px;
				background: #ccc;
				display: inline-block;
				box-shadow: 7px -1px 0 #ccc;
				-webkit-transition: -webkit-transform 0.1s;
				-moz-transition: -moz-transform 0.1s;
				-ms-transition: -ms-transform 0.1s;
				-o-transition: -o-transform 0.1s;
				transition: transform 0.1s;
				-webkit-transform: translate(0, 0);
				-moz-transform: translate(0, 0);
				-ms-transform: translate(0, 0);
				-o-transform: translate(0, 0);
				transform: translate(0, 0);
			}

			#estanteria-demanoenmano .estante-3 .libro {
				width: 90px;
				height: 120px;
				box-shadow: 8px -1px 0 #ccc;
			}

				#estanteria-demanoenmano .libro:hover,
				#estanteria-demanoenmano .libro:focus {
					-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
					-moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
					-ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
					-o-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
					transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
				}

				#estanteria-demanoenmano #piel {
					background: url('imgs/estanteria/piel.jpg') no-repeat center bottom;
					background-size: contain;
				}

				#estanteria-demanoenmano #huellas {
					background: url('imgs/estanteria/huellas.jpg') no-repeat center bottom;
					background-size: contain;
				}

				#estanteria-demanoenmano #bebes {
					background: url('imgs/estanteria/bebes.jpg') no-repeat center bottom;
					background-size: contain;
				}

				#estanteria-demanoenmano #muerte {
					background: url('imgs/estanteria/muerte.jpg') no-repeat center bottom;
					background-size: contain;
				}

				#estanteria-demanoenmano #besos-abrazos {
					background: url('imgs/estanteria/besos-abrazos.jpg') no-repeat center bottom;
					background-size: contain;
				}

				#estanteria-demanoenmano #pelos-pies {
					background: url('imgs/estanteria/pelos-pies.jpg') no-repeat center bottom;
					background-size: contain;
				}

				#estanteria-demanoenmano #pies-pelos {
					background: url('imgs/estanteria/pies-pelos.jpg') no-repeat center bottom;
					background-size: contain;
				}

				#estanteria-demanoenmano #en-mi-camino {
					background: url('imgs/estanteria/en-mi-camino.jpg') no-repeat center bottom;
					background-size: contain;
				}

				#estanteria-demanoenmano #resistire {
					background: url('imgs/estanteria/resistire.jpg') no-repeat center bottom;
					background-size: contain;
				}

				#estanteria-demanoenmano #aura {
					background: url('imgs/estanteria/aura.jpg') no-repeat center bottom;
					background-size: contain;
				}

				#estanteria-demanoenmano #blanco {
					background: url('imgs/estanteria/blanco.jpg') no-repeat center bottom;
					background-size: contain;
				}

				#estanteria-demanoenmano #bouquet {
					background: url('imgs/estanteria/bouquet.jpg') no-repeat center bottom;
					background-size: contain;
				}

			#estanteria-demanoenmano .caja {
				width: 90px;
				height: 120px;
				background: url('imgs/caja-flores.png') no-repeat center bottom;
				background-size: contain;
				display: inline-block;
				position: relative;
				top: 10px;
			}

.fancybox-slide.libro-demanoenmano-slide {
	padding: 0 !important;
	overflow: hidden !important;
}

.fancybox-content.libro-demanoenmano-modal {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 1024px !important;
	height: 520px !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	transform: translate(-50%, -50%) scale(var(--escala-libro-demanoenmano, 1)) !important;
	transform-origin: center center !important;
}
