/* CSS Document */
.Scroller-Container {
  position: absolute;
  top: 1px; left: 13px;
}
.Scrollbar-Up {
  position: absolute;
  width: 20px; height: 18px;
  background-color: #508FC9;
  font-size: 0px;
}
.Scrollbar-Track {
	width: 18px;
	height: 168px;
	position: absolute;
	top: 20px;
	left: 1px;
    background: transparent url(images/scrollbar_.gif) no-repeat center center;

  /*background-color: #ff0000;*/
}
.Scrollbar-Handle {
  position: absolute;
  width: 18px; height: 16px;
 /* background-color: #000;*/
  
}
.Scrollbar-Down {
  position: absolute;
  top: 190px;
  width: 20px; height: 18px;
  background-color: #508FC9; /* color de las esquinas del boton down*/
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 10px; left: 670px;
}

#Container {
  position: absolute;
  top: 0px; left: 16px;
  width: 650px;
  height: 200px;
/*  background-color: #ff0000;  color de fondo del contenedor   */  
}
#News, #About, #Extra {
	position: absolute;
	top: 10px;
	overflow: hidden;
	width: 650px;
	height: 205px;
	display: none;
	left: 1px;
}
#News {display: block;}
p {
  margin: 0; padding: 0px 20px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777; /* color del texto*/ 
}
#Navigation {
  position: absolute; 
  top: 12px;
  left: 44px;
}
#Navigation a {
  margin: 5px 2px 0 0;
  padding: 0 5px;
  height: 20px;
  background-color: #E4E4E4;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
  display: block;
  float: left;
  letter-spacing: 1px;
}
#Navigation a:hover {
  margin-top: 0px;
  height: 25px;
}
#Navigation a.current {
  margin-top: 0px;
  height: 25px;
  background-color: #EEE;
  color: #777;
}
#Tween {
  position: absolute;
  top: 25px;
  left: 537px;
  width: 100px;
}
#Steps {
  position: absolute;
  top: 275px;
  left: 50px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
}
#Tween a, #Steps a {
  padding: 5px 10px;
  display: block;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
}
#Tween a:hover, #Steps a:hover {
  color: #777;
}
