@charset "utf-8";
/* CSS Document */

.page{
	width:1000px;
	margin:0 auto 0 auto;
	font-family: 'Oxygen', sans-serif;
	}
.header{
	margin-top:20px;
	height:140px;
	width:100%;
	float:left;}
.logo{
	float:left;
	height:91px;
	width:500px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:20px;
	}
.todocontent{
	margin-bottom:20px;
	width:100%;
	float:left;}
.content{
	margin-bottom:20px;
	width:100%;
	float:left;}
.content2{
	margin-bottom:20px;
	width:100%;
	float:left;}
.menu{
	width:350px;
	float:right;
	margin-top:20px;
	margin-right:20px;
}
.menu ul{
	float:right;
	list-style:none;
	padding:0px;
	padding-top:15px;
	margin:0px;
	
}
.menu ul li{
	list-style:none;
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-bottom:#898989 solid 2px;
	font-size:14px;
	}
.menu ul li a{
	text-decoration:none;
	color:#898989;
	}
.menu ul li:hover{
	border-bottom:#FF9C00 solid 2px;
	color:#FF9C00;
	}
.menu ul .orange{
	
	border-bottom:#FF9C00 solid 2px;
	}
.menu ul .orange a{
	color:#FF9C00;
	
	}
.menu ul li a:hover{color:#FF9C00;
	}
.rigths{
	color:#FF9C00;
	float:right;
	border-bottom:0px;
	font-size:10px;
	padding-top: 2px;
	}
.menu ul .rigths:hover{
	border-bottom:0px;
	color:#FF9C00;}
.prev{
	float:left;
	z-index:9000;
	position:absolute;
	width:71px;
	height:400px;
	
	background-image:url(../images/prev.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.next{z-index:9001;
float:left;
	width:71px;
	height:400px;
	margin-left:930px;
	position:absolute;
	background-image:url(../images/next.png);
	background-position:center;
	background-repeat:no-repeat;}
.prev2{
	float:left;
	z-index:9002;
	position:absolute;
	width:71px;
	height:400px;
	
	background-image:url(../images/prev.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.next2{z-index:9003;
float:left;
	width:71px;
	height:400px;
	margin-left:930px;
	position:absolute;
	background-image:url(../images/next.png);
	background-position:center;
	background-repeat:no-repeat;}
.carrousel{
width:1000px;
float:left;
height:400px;
overflow:hidden;
margin:0px;
padding:0px;
	}
.carrousel2{
width:1000px;
float:left;
height:400px;
overflow:hidden;
margin:0px;
padding:0px;
	}

.footer{
	text-align:center;
	width:1000px;
	margin:0 auto 0 auto;
	}

.menufooter ul li{
	width:200px;
	margin:0 auto;
	list-style:none;
	color:#424242;
	font-size:12px;
	text-decoration:none;	
	padding-left:10px;
	padding-right:10px;
	border-bottom:#898989 solid 2px;
	color:#898989;
	}

.menufooter ul li:hover{

	padding-left:10px;
	padding-right:10px;
	border-bottom:#FF9C00 solid 2px;
	color:#FF9C00;
	}
.carrouselcontent{
	float:left;
	width:1000px;
	padding-left:80px;
	color:#898989;
	}
.carrouselcontent h1{
	float:left;
	width:100%;
	font-size:	18px;
	padding-top:10px;
	padding-bottom:10px;}
.textcarrousel{float:left;
	text-align:justify;
	font-size:12px;
	width:500px;;}
.imagecontent{
	font-size:12px;
	margin-left:50px;
	width:280px;
	float:left;}
.graf1{
	float:left;
	height:50px;
	width:210px;
	background-color:#FF9C00;}
.graf2{
	float:left;
	height:50px;
	width:60px;
	background-color:#888888;}
.percent{
	padding-top:8px;
	margin-left:5px;
	float:left;
	font-size:30px;
	}
.percent2{
	padding-top:13px;
	margin-left:5px;
	float:left;
	font-size:20px;
	}
.info{
	float:left;
	margin-bottom:20px;}



.thumbcontainer { width: 1000px; clear:both; margin-top:50px; }
.thumbcontainer .viewport { width: 1000px; height: 140px; overflow: hidden; position: relative; }
.thumbcontainer .overview { list-style: none; position: absolute; left: 0; top: 0; width:3000px; }
.thumbcontainer .thumb .end,
.thumbcontainer .thumb {
	background-color: #FF9900;
	width:20px;
}
.thumbcontainer .overview img{ float:left; }
.thumbcontainer .scrollbar {  float: left; width: 1000px; position: relative; left: 0; bottom: 0; }
.thumbcontainer .track {
	background-color: #999999;
	height: 2px;
	width:100%;
	position: relative;
	padding: 0 1px;
}
.thumbcontainer .thumb { height:5px; width: 5px; cursor:pointer; overflow:hidden; position:absolute;  }
.thumbcontainer .thumb .end { overflow: hidden; height: 5px; width: 5px; }
.thumbcontainer .disable{ display: none; }
#inic{
	z-index:10000;
	position:absolute;
	right:0px;
	background-color:#900;
	width:2000px;
	height:5000px;}