@charset "utf-8";
/* CSS Document */


#fichabox {
	margin: 0em;
	top: 0px;
	width: auto;
	height: auto;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1.6em;
}


#fichabox2 {
	position:relative;
	/*width: 30 vw;*/
	line-height: 1em;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	height: auto;
	border-top-left-radius: 0.0em 0.0em;
	border-top-right-radius: 0.0em 0.0em;
	border-bottom-right-radius: 0.0em 0.0em;
	border-bottom-left-radius: 0.0em 0.0em;
	-webkit-box-shadow:  0px -8px 10px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.8);
	box-shadow:  0px -8px 10px 0px rgba(0, 0, 0, 0.8);
	visibility: visible;
	margin: 0em;
	top: 0px;
	width: auto;
	height: 100px;
	padding-top: 0.1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background-position: 256;
	background-color: #222222;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	border-right-width: 0px;
	border-left-width: 0px;
}
.box2 {
	display: inline-block;
	width: auto;
	height: 90px;
	margin: 0.25em;
	text-align: center;


	line-height: 1.em;
	color: #FFFFFF;
}
.box2 a {
	font-size: 1em;
	background-position: left;
	vertical-align: middle;
	color: #FFFFFF;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	text-decoration: none;
	font-weight: normal;
}
.boxCustomLink {
	font-size: 0.9em;
	font-family: 'folkslightregular';
	background-position: left;
	vertical-align: middle;
	line-height: 1em;
	color: #FF6600;
	text-decoration: none;
	border-top-left-radius: 0.5em 0.5em;
	border-top-right-radius: 0.5em 0.5em;
	border-bottom-right-radius: 0.5em 0.5em;
	border-bottom-left-radius: 0.5em 0.5em;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.boxCustomLink:hover {
	font-size: 0.9em;
	font-family: 'folkslightregular';
	background-position: left;
	vertical-align: middle;
	line-height: 1em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
	border-top-left-radius: 0.5em 0.5em;
	border-top-right-radius: 0.5em 0.5em;
	border-bottom-right-radius: 0.5em 0.5em;
	border-bottom-left-radius: 0.5em 0.5em;
}


::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: rgba(255,120,0,0.5);
  border: 0px solid #ff6600;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ff6600;
}
::-webkit-scrollbar-thumb:active {
  background: #ff6600;
}
::-webkit-scrollbar-track {
  background: #212121;
  border: 2px none #000000;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #282828;
}
::-webkit-scrollbar-track:active {
  background: #000000;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
