#ficha {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	min-height: 640px;
	overflow: hidden;
	background: url(css_img/planta-bg.jpg) repeat bottom left;
	background-size: auto 100%;

	-webkit-backface-visibility: hidden;
}

#ficha.selected {
	display: block;
}

#ficha article {
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
	width: 422px;
	height: 100%;
	padding: 0 40px 0 50px;
	background: url(css_img/ficha-bg.jpg) repeat top left;
	text-shadow: -1px 1px 0px #fff;
	opacity: 1;

	-webkit-backface-visibility: hidden;

	-webkit-box-shadow: 0 0 20px 0px #000;
	box-shadow: 0 0 20px 0px #000;

	-webkit-transition: left 0.5s ease-in-out;
	-moz-transition: left 0.5s ease-in-out;
	-o-transition: left 0.5s ease-in-out;
	-ms-transition: left 0.5s ease-in-out;
	transition: left 0.5s ease-in-out;
}
#ficha article.hidden {
	left: -462px;
}
#ficha article.reset {
	opacity: 0;
}

#ficha nav {
	position: absolute;
	top: 0px;
	left: 462px;
}

#ficha nav a {
	position: absolute;
	float: left;
	width: 64px;
	height: 36px;
	text-indent: -9999px;

	-webkit-backface-visibility: hidden;
}

#ficha nav a#ficha-open {
	top: 68px;
	background: url(css_img/bt-open.png) no-repeat top left;
	display: none;
}
#ficha article.hidden nav a#ficha-open {
	display: block;
}

#ficha nav a#ficha-close {
	top: 68px;
	background: url(css_img/bt-close.png) no-repeat top left;
	display: block;
}
#ficha article.hidden nav a#ficha-close {
	display: none;
}

#ficha nav a#ficha-exit {
	top: 30px;
	background: url(css_img/bt-exit.png) no-repeat top left;
}

#ficha article h2 {
	float: left;
	width: 100%;
	color: #666;
	padding-top: 50px;

	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	font-size: 24px;
	line-height: 26px;
	font-style: italic;
}
#ficha article h3 {
	float: left;
	width: 100%;
	color: #333;
	margin-bottom: 10px;

	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;

}
#ficha article h4 {
	clear: both;
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	font-style: italic;
	padding: 10px 0 5px 0;
	color: #666;
}
#ficha article h6 {
	position: absolute;
	top: 117px;
	left: 420px;
	z-index: 4;
	text-align: center;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	font-style: italic;
	color: #fff;

	background-color: #f1f1f1;
	width: 42px;
	height: 42px;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	color: #333;

	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-o-border-radius: 21px;
	-ms-border-radius: 21px;
	border-radius: 21px;

	-webkit-box-shadow: inset 0 0 9px rgba(0,0,0,.7);
	-moz-box-shadow: inset 0 0 9px rgba(0,0,0,.7);
	-o-box-shadow: inset 0 0 9px rgba(0,0,0,.7);
	-ms-box-shadow: inset 0 0 9px rgba(0,0,0,.7);
	box-shadow: inset 0 0 9px rgba(0,0,0,.7);
}
#ficha article div.scroll {
	float: left;
	margin: 5px 0;
	height: 320px;
	width: 400px;
	padding-right: 10px;
}
#ficha article div.procedencia {
	position: absolute;
	bottom: 40px;
	float: left;
	clear: both;
	margin: 20px 0 0 0px;
	/*display: none;*/
}
#ficha article div.half {
	float: left;
	width: 200px;
	margin-right: 11px;
}
#ficha article div.half p {
	text-align: left;
}
#ficha article p {
	clear: both;
	float: left;
	width: 100%;
	color: #666;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	text-align: justify;
	color: #333;
	margin-bottom: 10px;
}
#ficha article div.scroll p {
	width: 390px;
}

#ficha > ul {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	width: 999999px;
	height: 100%;

	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

#ficha > ul li {
	display: inline;
	float: left;
	width: auto;
	height: 100%;

	background-color: #666;
	background-image: linear-gradient(left , rgb(102,102,102) 25%, rgb(51,51,51) 100%);
	background-image: -o-linear-gradient(left , rgb(102,102,102) 25%, rgb(51,51,51) 100%);
	background-image: -moz-linear-gradient(left , rgb(102,102,102) 25%, rgb(51,51,51) 100%);
	background-image: -webkit-linear-gradient(left , rgb(102,102,102) 25%, rgb(51,51,51) 100%);
	background-image: -ms-linear-gradient(left , rgb(102,102,102) 25%, rgb(51,51,51) 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.25, rgb(102,102,102)),
		color-stop(1, rgb(51,51,51))
	);

	/*transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;*/
}
#ficha > ul li:first-child {
	visibility: visible;
}

#ficha > ul li img {
	float: left;
	width: auto;
	height: 100%;
	opacity: 0;

	/*transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;*/
}

#ficha > ul li img.first {
	width: 512px;
	visibility: hidden;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#ficha > ul li img.first.hidden {
	width: 50px;
}

#ficha > ul li img.last {
	display: none;
}



#ficha div.img-cover {
	position: fixed;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

/* anterior / siguiente */

#ficha a#ficha-anterior {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 492px;
	width: 111px;
	height: 91px;
	background: url(css_img/arrows.png) no-repeat -111px 0;
	text-indent: -9999px;
	margin-top: -45px;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#ficha a#ficha-anterior:hover {
	left: 512px;
}
#ficha a#ficha-anterior.disabled {
	left: 401px;
}

#ficha a#ficha-anterior.hidden {
	left: 30px;
}
#ficha a#ficha-anterior.hidden:hover {
	left: 50px;
}
#ficha a#ficha-anterior.hidden.disabled {
	left: -61px;
}


#ficha a#ficha-siguiente {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: -20px;
	width: 111px;
	height: 91px;
	background: url(css_img/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-top: -45px;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#ficha a#ficha-siguiente:hover {
	right: 0px;
}

#ficha a#ficha-siguiente.disabled {
	right: -111px;
}


@media only screen and (max-width: 1020px) {

	#ficha {
		float: left;
		top: 0px;
		left: 0px;
		overflow: auto;
		width: 100%;
		min-height: 100%;
		height: auto;
		background: url(css_img/ficha-bg-dark.jpg) repeat 0px 50px;

		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;
	}

	#ficha article {
		position: relative;
		float: left;
		width: 80%;
		padding: 0 10% 50px 10%;
		margin-top: 50px;
		height: auto;
	}

	#ficha nav {
		left: auto;
		right: 50px;
	}

	#ficha nav a#ficha-open,
	#ficha nav a#ficha-close,
	#ficha nav a#ficha-exit {
		display: none;
		visibility: hidden;
	}

	#ficha article h6 {
		left: auto;
		right: 10%;
	}
	#ficha article div.scroll {
		height: auto;
		width: 100%;
	}
	#ficha article div.procedencia {
		/*display: none;*/
	}
	#ficha article div.half {
		float: left;
		width: 45%;
		margin-right: 5%;
	}
	#ficha article div.scroll p {
		width: 100%;
	}
	#ficha article div.procedencia {
		display: none;
		visibility: hidden;
	}

	#ficha > ul {
		position: relative;
		left: 0px;
		top: 0px;
		float: left;
		clear: both;
		width: 100%;
		height: auto;
	}

	#ficha > ul li {
		clear: both;
		width: 100%;
		height: auto;
	}
	#ficha > ul li:first-child {
		display: none;
	}

	#ficha > ul li img {
		clear: both;
		width: 100%;
		height: auto;
	}


	#ficha a#ficha-anterior,
	#ficha a#ficha-siguiente {
		display: none;
	}

}

@media only screen and (max-width: 700px) {

	#ficha article div.half {
		float: left;
		clear: both;
		width: 100%;
		margin-right: 0px;
	}
}

