@charset "UTF-8";
/* CSS Document */
#info_contenedor{
	height:480px;
	width:797px;
	padding:0;
	margin:0;
}
#info_imagen{
	height:480px;
	width:573px;
	float:left;
	overflow-x:scroll;
	overflow-y:hidden;
}
#info_tags{
	height:480px;
	float:left;
	overflow:hidden;
	width:224px;	
}

/******************------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;
}