/*Required*/
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
/*Barra vertical*/
.vscrollerbase {
	width: 48px;
	background-image: url(../images/basebarcaps_verticalbarbody.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
/*Area del selector, roller*/
.vscrollerbarbeg {
	width: 48px;
	background-image: url(../images/scroll-roller.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
/*Contenedor del contenid 1o*/
#mycustomscroll {
	overflow-x: hidden;
	overflow-y: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	color: #FFF;
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	width: 330px;
	height: 160px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: auto;
	float: left;
	margin: 0px;
	left: 214px;
	top: 626px;
	background-color: #FFF;
}
#mycustomscroll dl {
	margin: 0px;
	padding: 0px;
}
#mycustomscroll dl dt {
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #000033;
	background-image: url(../images/bullet02.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	text-align: left;
	line-height: 1.3em;
}
#mycustomscroll dl dt a {
	color: #528A0A;
	text-decoration: underline;
}
#mycustomscroll dl dt a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#mycustomscroll dl dd {
	color: #999;
	font-family: Verdana;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
	text-indent: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*Contenedor del contenido 2*/
#mycustomscroll2 {
	overflow-x: hidden;
	overflow-y: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	color: #FFF;
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	width: 183px;
	min-height: 315px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	clear: both;
}
#mycustomscroll2 dl {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#mycustomscroll2 dl dt {
	font-family: Verdana;
	font-size: 0.95em;
	font-weight: bold;
	color: #528A0A;
	background-image: url(../images/bullet02.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	text-align: left;
	line-height: 1.3em;
}
#mycustomscroll2 dl dt a {
	color: #528A0A;
	text-decoration: underline;
}
#mycustomscroll2 dl dt a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#mycustomscroll2 dl dd {
	color: #999;
	font-family: Verdana;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 12px;
	font-size: 0.95em;
}
