@charset "utf-8";
/* CSS Document */

.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 655px;
}
.Scrollbar-Up {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
	left: -23px;
}
.Scrollbar-Track {
	width: 10px;
	height: 130px;
	position: absolute;
	top: 20px;
	background-color: #EEE;
	left: -23px;
}
.Scrollbar-Handle {
	position: absolute;
	width: 10px;
	height: 30px;
	background-color: #CCC;
	top: -12px;
}
.Scrollbar-Down {
	position: absolute;
	top: 160px;
	width: 10px;
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
	left: -23px;
}
#Scrollbar-Container {
  position: absolute;
  /*top: 50px; left: 460px;*/
  margin-left:680px;
  margin-top:30px;
}

#Container {
	position: absolute;
	/*top: 50px; left: 50px;*/
  margin-top:30px;
	width: 655px;
	height: 170px;
	background-color: #EEE;
}
#Noticias, #Circulares, #SMC, #Lineamientos, #Armonizacion, #ASOFIS{
	position: absolute;
	top: -1px;
	overflow: hidden;
	width: 655px;
	height: 170px;
	display: none;
	left: -3px;
}
#Noticias {display: block;}
p {
  margin: 0; padding: 0px 20px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
}
#Navigation {
	position: absolute;
	/*top: 30px;
  left: 750px;*/
  margin-left:5px;
	margin-top:5px;
	z-index:inherit;
}
#Navigation a {
  margin: 0px 1px 0 0;
  padding: 8px;
  height: 30px;
  /*background-color: #E4E4E4;*/
  background:url(../../img/btn_2.png) repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color: #fff;
  text-decoration: none;
  display: block;
  float: left;
  letter-spacing: 0px;
}
#Navigation a:hover {
  background:url(../../img/btn.png) repeat-x;
  color:#000000;
  margin-top: 0px;
  height: 30px;
}
#Navigation a.current {
  margin-top: 0px;
  padding-top:0px;
  height: 30px;
  background:url(../../img/btn.png) repeat-x;
  color: #fff;
}
#Tween {
  position: absolute;
  top: 50px;
  left: 490px;
  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;
}

