/* PROPIEDADES DE LA BARRA DE SCROLL */

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

.vscrollerbase {
	width: 20px;
	background-image: url(../infaz/fondovscrollbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.vscrollerbar {
	width: 10px;
	background-color: #666666;
	margin: 5px;
}
