/* RESET CSS HTML5 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, figure, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, header {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html, body {
	width: 100%;
	height: 100%;
}
header, nav, article, section, aside, time, video, button, figure, footer {
	display: block;
}
input {
	cursor: pointer;
}
strong {
	font-weight: bold;
}
:focus {
	outline:0;
}
a {
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

*::-moz-selection { background-color: #53b9ff; color: #fff; text-shadow: none; }
*::-webkit-selection { background-color: #53b9ff; color: #fff; text-shadow: none; }
*::selection { background-color: #53b9ff; color: #fff; text-shadow: none; }


/* COMMON */

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #888888;
	background: #272822 url(css_img/ficha-bg-dark.jpg) repeat top left;
	width: 100%;
	height: 100%;
	min-height: 640px;
	min-width: 1024px;
	overflow-x: hidden;

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

/* BACKGROUND IMAGES */

body figure#bkg {
	position: fixed;
	float: left;
	height: 100%;
	width: 100%;
}
body figure#bkg img {
	position: fixed;
	float: left;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	opacity: 0;

	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;


	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
body figure#bkg img.selected {
	opacity: 1;
}

body #bkg-cover {
	position: fixed;
	top: 0px;
	left: 0px;
	float: left;
	height: 100%;
	width: 100%;
	background-color: transparent;
	z-index: 2;
}

/* HEADER + NAVIGATION */

body > header {
	position: fixed;
	float: left;
	bottom: 14px;
	z-index: 19;
	width: 100%;
	min-width: 700px;
}

body > #header-shadow {
	position: fixed;
	float: left;
	bottom: -186px;
	left: 50%;
	z-index: 18;
	opacity: 0;

	width: 352px;
	height: 186px;

	margin-left: -176px;

	background: url(css_img/bg-logo-shadow.png) no-repeat center 20px;
}

body > #header-mobile {
	display: none;
}

/* LOGO */

body > header h1#logo {
	display: block;
	width: 175px;
	height: 80px;
	margin: 0 auto;
}

body > header div#navigation-section {
	float: left;
	clear: both;
	width: 100%;
	height: 0px;
}

body > header h1#logo a {
	float: left;
	display: block;
	width: 175px;
	margin: 0px auto 0px auto;
	padding: 10px 0 0 0;
	/*margin-bottom: 2px;*/
	height: 80px;

	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	font-size: 45px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;

	-webkit-text-shadow: 0px 0px 7px #000;
	-moz-text-shadow: 0px 0px 7px #000;
	-o-text-shadow: 0px 0px 7px #000;
	-ms-text-shadow: 0px 0px 7px #000;
	text-shadow: 0px 0px 7px #000;

}

body > header h1#logo a div {
	float: left;
	padding-bottom: 0px;
	/*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Glow(color=000000,strength=1);*/

	background: url(css_img/logo.png) no-repeat 0px 0px;	
	width: 175px;
	height: 80px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-left: 30px;
}

body > header h1#logo a span {
	clear: both;
	font-size: 22px;
	line-height: 15px;
	font-style: italic;
}

body > header h1#logo a span#logo-back {
	clear: both;
	float: left;
	width: 203px;
	height: 20px;
	margin: 10px 0 0 22px;
	padding-top: 13px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	background: url(css_img/nav-back.png) top left;

	-webkit-text-shadow: 0px 1px 2px #235d90;
	-moz-text-shadow: 0px 0px 2px #235d90;
	-o-text-shadow: 0px 0px 2px #235d90;
	-ms-text-shadow: 0px 0px 2px #235d90;
	text-shadow: 0px 0px 2px #235d90;

	display: none;
}


/* MENÚ */

body > header nav {
	float: left;
	clear: both;

	width: 100%;
	height: 0px;
	padding: 6px 0 0 0;
	margin: 0 0 4px 0;

	opacity: 0;
	overflow: hidden;

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


body > header nav ul {
	margin: 0px auto;
	text-align: center;
	height: 24px;
	background: url(css_img/nav-background.png) repeat-x left center;
}

body > header nav ul li {
	display: inline;
	margin-right: 5%;

	font-size: 14px;
	line-height: 23px;
	font-weight: 500;
}

body > header nav ul li.hidden {
	display: none;
}

body > header nav ul li:last-child {
	margin-right: 0px;
}

body > header nav ul li a {
	display: inline-block;
	color: #666;
	padding: 6px 0px 7px 0px;
	margin-top: -6px;

	background: url(css_img/nav-selected.png) no-repeat center 10px;

	-webkit-transition: all ease-in 0.25s;
	-moz-transition: all ease-in 0.25s;
	-o-transition: all ease-in 0.25s;
	-ms-transition: all ease-in 0.25s;
	transition: all ease-in 0.25s;

	/*-webkit-backface-visibility: hidden;*/
}

body > header nav ul li a:hover, body > header nav ul li a.selected {
	color: #0095ff;
}

body > header nav ul li a.selected {
	background-position: center 0px;
}

body > header nav#main-nav ul li:last-child a {
	background: none;
}


/* FOOTER */
body > footer {
	position: fixed;
	top: -4px;
	right: -14px;
	z-index: 33;
	width: 120px;
	opacity: 1;
}

body > footer.hidden {
	top: -48px;
	opacity: 0;
}

body > footer ul {
	float: left;
	width: 100%;
}
body > footer ul li {
	float: left;
	display: inline;
	margin-right: 8px;
}
body > footer ul li a {
	float: left;
	width: 48px;
	height: 48px;
	margin: -16px 0 0 -20px;
	text-indent: -9999px;

    -webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
body > footer ul li a:hover {
	margin-top: -2px;
}
body > footer ul li a.icon-fb {
	background: url(css_img/facebook48.png) no-repeat top left;
}
body > footer ul li a.icon-tw {
	background: url(css_img/twitter48.png) no-repeat top left;
}
body > footer ul li a.icon-yt {
	background: url(css_img/youtube48.png) no-repeat top left;
}


/* VISORES > FLECHAS */

/* anterior / siguiente */

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

	-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;
}
a#visor-anterior:hover {
	left: 0px;
}
a#visor-anterior.disabled {
	left: -111px;
}

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

	-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;
}
a#visor-siguiente:hover {
	right: 0px;
}
a#visor-siguiente.disabled {
	right: -111px;
	display: none;
}





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

	body > header {
		display: none;
		top: 0px;
		bottom: auto;
	}

	body > #header-shadow {
		display: none;
	}

	body > #header-mobile {
		display: block;
	}

	body > footer {
		margin-top: 58px;
		z-index: 6;
	}
	body > footer ul li a,
	body > footer ul li a:hover {
		margin-top: -8px;
	}

	a#visor-anterior,
	a#visor-anterior:hover {
		position: fixed;
		float: left;
		top: auto;
		bottom: 10px;
		margin-top: 0px;
		background: url(css_img/arrows.png) no-repeat -146px 0;
		left: 0px;
	}
	a#visor-anterior.disabled {
		left: 0px;
		display: none;
		background: url(css_img/arrows.png) no-repeat -146px 0;
	}
	a#visor-siguiente,
	a#visor-siguiente:hover {
		position: fixed;
		float: left;
		top: auto;
		bottom: 10px;
		margin-top: 0px;
		background: url(css_img/arrows.png) no-repeat 30px 0;
		right: 0px;
	}

	a#visor-siguiente.disabled {
		right: 0px;
		display: none;
		background: url(css_img/arrows.png) no-repeat 30px 0;
	}
}

#print-icon {
	width: 40px;
	left: 370px;
	top: 60px;
	position: relative;
}
#print-icon-list {
	width: 36px;
	margin: 0 auto;
}
