#scroll1 {
	margin: 0px;
	padding: 140px 0px 0px;
	float: right;
	height: 50px;
	width: 30px;
}
#scroll2 {
	margin: 0px;
	padding: 10px 0px 0px;
	float: right;
	height: 70px;
	width: 30px;
}
.up {
	padding: 0px;
	clear: left;
	float: left;
	height: 30px;
	width: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(imag/botones/up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
}
.down {
	padding: 0px;
	clear: left;
	float: left;
	height: 30px;
	width: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(imag/botones/down.gif);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
}

