@charset "UTF-8";
/* CSS Document */
a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration:none;
}
#contenedor{
	position:absolute;
	z-index:1;
	top:0;
}
#controles{
	width:797px;
	position:relative;
	float:right;
	text-align:right;
	z-index:3;
}
#tab_lanz{
	padding:5px;
	background-image:url(images/fond.jpg);
	cursor: pointer;
	color:3d3d3d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
#tab_current{
	background-image:url(images/fond_curr.jpg);
	padding:5px;
	cursor: pointer;
	color:000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
#info_contenedor{
	height:480px;
	width:797px;
	padding:0;
	margin:0;
}
#info_imagen{
	height:480px;
	width:561px;
	float:left;
	overflow-x:scroll;
	overflow-y:hidden;
}
#info_tags{
	height:480px;
	float:left;
	overflow:hidden;
	width:236px;	
}

/******************------SRCOLL STYLES------******************/
::-webkit-scrollbar {
    width: 12px
}
::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px
}
::-webkit-scrollbar-track {
    border-width: 0
}
::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px;
}
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}
::-webkit-scrollbar-track:horizontal {
    border-width: 4px 0 0;
	background-color:#CCC;
}
::-webkit-scrollbar-track:hover {
    background-color:#999;
}
::-webkit-scrollbar-track:horizontal:hover {
	background-color:#CCC;
}
::-webkit-scrollbar-track:active {
    background-color:#999;
}
::-webkit-scrollbar-track:horizontal:active {
	background-color:#CCC;
}
::-webkit-scrollbar-thumb {
    background-color:#666;
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
}
::-webkit-scrollbar-thumb:horizontal {
    padding: 0 0 0 100px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#666;
}
::-webkit-scrollbar-thumb:active {
    background-color:#CCC;
}
::-webkit-scrollbar-track {
	background-color:#CCC;
    border-width: 0 1px 0 6px
}
::-webkit-scrollbar-track:horizontal {
	background-color:#CCC;
    border-width: 6px 0 1px
}
::-webkit-scrollbar-track:hover {
    background-color:#333;
}
::-webkit-scrollbar-thumb {
    border-width: 0 1px 0 6px;
	background-color:#CCC;
}
::-webkit-scrollbar-thumb:horizontal {
	background-color:#999;
    border-width: 6px 0 1px
}
::-webkit-scrollbar-corner {
    background: transparent
}
body::-webkit-scrollbar-track-piece {
    background-clip: padding-box;
    background-color: #c1c1c1;
    border: solid #b1b1b1;
    border-width: 0 0 0 3px;
}
body::-webkit-scrollbar-track-piece:horizontal {
	background-color:#CCC;
    border-width: 3px 0 0;
}
body::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 5px
}
body::-webkit-scrollbar-thumb:horizontal {
    border-width: 5px 1px 1px
}
body::-webkit-scrollbar-corner {
    background-clip: padding-box;
    background-color: #cacaca;
    border: solid #b1b1b1;
    border-width: 3px 0 0 3px;
}