/* Scroll */

.scroll {
  position: absolute;
  top: 133px; left: 270px;
  width: 400px;
  height: 324px;
}
#scroll-1 { 
  position: absolute; 
  overflow: hidden;
  width: 460px;
  height: 414px;
  margin: 10px 0 0 0;
}
#scroll-1 p {
  margin: 0; padding: 10px 20px;
  text-indent: 20px;
  color: #404040;
  line-height: 18px;
}
.scroll-contenido {
  position: absolute;
  top: 0px; left: 0px;
}
#scroll-controles {
  position: absolute;
  top: 150px; left: 750px;
}
.scroll-arriba {
  cursor: pointer;
  position: absolute;
}
.scroll-pista {
  width: 20px; height: 387px;
  position: absolute;
  top: 10px; left: -4px;
  background: transparent url('/img/scr_01.gif') no-repeat center center;
}
.scroll-manejador {
  position: absolute;
  width: 11px; height: 30px;
  margin: 0 0 0 4px;
  padding: 7px 0 7px 0;
}
.scroll-abajo {
  cursor: pointer;
  position: absolute;
  top: 397px;
}