/* Scroll */

#informacion[id] #scroll_contenedor {
	background: url('/img/scr_05.png') no-repeat; /* Cambia para I.E.6 */
}

#informacion #scroll_contenedor {
	width: 446px;
	height: 404px;
	margin: 80px 0 0 55px;
}

#informacion #scroll_contenedor p {
	color: #fff;
	text-indent: 0;
	margin: 0;
	padding: 0;
}

#informacion #scroll_contenedor a {
	color: #fff;
	text-decoration: underline;
}

#informacion #scroll_contenedor a:hover {
	color: #fff;
	text-decoration: underline;
}

.scroll {
  position: absolute;
  top: 116px; left: 60px;
  width: 400px;
  height: 304px;
}

#scroll-1 { 
  position: absolute; 
  overflow: hidden;
  width: 460px;
  height: 304px;
  margin: 0 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;
  width: 74%;
  margin: 0 0 0 40px;
}

#scroll-controles {
  position: absolute;
  top: 96px; left: 470px;
}

.scroll-arriba {
  cursor: pointer;
  position: absolute;
}

.scroll-pista {
  width: 4px;
  height: 304px;
  position: absolute;
  top: 20px;
  left: 7px;
  background: transparent url('/img/scr_01.gif') no-repeat center center;
}

.scroll-manejador {
  position: absolute;
  width: 16px; height: 17px;
  margin: 0 0 0 -7px; /* Cambia para I.E.6 */
  padding: 7px 0 7px 0;
}

.scroll-abajo {
  cursor: pointer;
  position: absolute;
  top: 334px;
}