/* estilos de la barra de scroll */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 1px;
	left: 0;
	bottom: 30px;
}

.vscrollerbase {
	width: 8px;
	background-color: #5C2A36;
}

.vscrollerbar {
	/* color de la barra de scroll */
width: 8px;
	background-color: #341920;
}
.hscrollerbase {
	height: 8px;
	background-color: white;
}
.hscrollerbar {
	height: 8px;
	background-color: black;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: 1px;
	left: auto;
	bottom: auto;
	right: 0px;
	background-color: gray;
}

