/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
#geral{	
	width:1000px;
	display:table;
	margin:0 auto;
	/*border:1px #000 dashed;*/
}
#topo{
	display:block;
	width:1000px;
	height:290px;
	background:url(../imagens/topo.jpg) no-repeat;
}
#topo2{
	display:block;
	width:1000px;
	height:170px;
	background:url(../imagens/topo.jpg) no-repeat;
}
#logo{
	display:block;
	width:330px;
	height:59px;
	padding-left:70px;
	/*border:dashed 1px #f30;*/
	float:left;
}
#menu{
	display:block;
	width:500px;
	height:40px;
	float:left;
	font-size:13px;
	padding-top:10px;
	/*border:1px #f00 dashed;*/
}
#menu ul li{
	display:inline-block;
	width:124px;
	height:25px;
	text-align:center;
	float:left;
}
#menu ul li:hover{
	background:#f1f1f1;
	padding-top:3px;
}
#menu ul li a{
	color:#383838;
}
#menu ul li a:hover{
	font-weight:bold;
	font-size:15px;
	color:#339967;
}
#menu ul li ul {
	display:none;
	width:124px;
	background:#f1f1f1;
	position:absolute;
	top:1;
}
#menu li:hover ul{
	display: block;
}
#menu ul li ul li a{
	width:124px;
}
#menu ul li ul li a:hover{
	padding-top:0;
}
#flash{
	display:block;
	width:660px;
	height:224px;
	float:left;
	/*border:1px dashed #009;*/
}
#destaque{
	display:block;
	width:285px;
	height:234px;
	float:left;
	/*border:1px dashed #0c0;*/
}
#destaque a{
	color:#fff;
}
#aba1, #aba2, #aba3{
	display:block;
	width:260px;
	height:74px;
	padding:2px 0 0 20px;
	color:#fff;
}
#aba1{
	background:url(../imagens/aba1.png) no-repeat;
	border-left:5px solid #339967;
}
#aba2{
	background:url(../imagens/aba2.png) no-repeat;
	border-left:5px solid #a4d1ba;
}
#aba3{
	background:url(../imagens/aba3.png) no-repeat;
	border-left:5px solid #3cc883;
}
#aba3 a{
	font-size:10px;
	float:right;
	font-weight:bold;
	margin:10px 20px 0 0;
}
#aba1:hover, #aba2:hover, #aba3:hover{
	width:250px;
	padding:2px 0 0 30px;
}
#aba1:hover{
	background:url(../imagens/aba1-hover.png) no-repeat;
}
#aba2:hover{
	background:url(../imagens/aba2-hover.png) no-repeat;
}
#aba3:hover{
	background:url(../imagens/aba3-hover.png) no-repeat;
}
#aba1 p, #aba2 p, #aba3 p{
	font-size:11px;
}
#conteudo{
	display:table;
	width:950px;
	font-size:11px;
	text-align:justify;
	padding-left:50px;
}
#conteudo h2{
	margin-bottom:5px;
}
#conteudo2, #conteudo3{
	display:table;
	width:1000px;
	font-size:11px;
}
#conteudo2 img{
	width:110px;
	height:83px;
	float:left;
	margin:6px 0 6px 11px;
	border-top:1px solid #ccc;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #ccc;
}
#esquerdo{
	display:table;
	width:270px;
	float:left;
	padding:20px 15px;
	/*border:1px dashed #6600CC;*/
}
#esquerdo ul li, #direito ul li{
	list-style:circle;
	margin-left:25px;
}
#meio{
	display:table;
	width:250px;
	float:left;
	padding:20px 25px;
	/*border:1px dashed #00FFFF;*/
}
#direito{
	display:table;
	width:250px;
	float:left;
	padding:20px 25px;
	/*border:1px dashed #FFFF00;*/
}
#direito ul li a{
	color:#666;
}
#direito ul li a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#333;
}
#banner{
	display:block;
	width:700px;
	height:525px;
	float:left;
	margin:10px 30px 10px 0;
}
#lista{
	display:block;
	width:200px;
	height:500px;
	padding-top:20px;
	float:left
}
#lista ul li{
	list-style:circle;
	margin-left:25px;
	padding-left:10px;
}
#lista ul li a{
	display:block;
	color:#339967;
	height:30px;
}
#lista ul li a:hover{
	font-weight:bold;
}
#lista img{
	position:absolute;
	top:0;
	left:0;
}
#info{
	display:block;
	width:auto;
	height:100px;
	background:url(../imagens/info.png);
	padding:10px;
}
#info-interna{
	display:block;
	width:900px;
	height:100px;
	margin:0 auto;
	/*border:1px dashed #fff;*/
}
#info-interna h3{
	font-size:18px;
	font-weight:normal;
	margin-bottom:3px;
}
#info1, #info2, #info3{
	display:block;
	width:259px;
	height:100px;
	padding-left:40px;
	float:left;
	overflow:hidden;
	font-size:11px;
	color:#fff;
}
#info1 ul{
	margin-left:30px;
	float:left;
}
#info2 a{
	color:#fff;
}
#info2 a:hover{
	font-weight:bold;
}
#rodape{
	display:block;
	width:auto;
	height:25px;
	background:url(../imagens/rodape.png);
	padding:7px 50px 0 0;
	text-align:right;
	color:#fff;
	font-size:12px;
}
#paginacao{
	display:block;
	width:600px;
	height:25px;
	float:left;
	font-size:14px;
	color:#999;
}
#paginacao a{
	font-weight:bold;
	color:#999;
}
/*--tags--*/
a{
	text-decoration:none;
}
h2{
	font-size:20px;
	color:#999;
}
img{
	border:none;
}
/*--classes--*/
.margem{
	margin-bottom:15px;
}
.legenda{
	display:table;
	width:1000px;
}
.legenda a{
	color:#339967;
	font-size:10px;
	width:112px;
	margin-left:11px;
	float:left;
}
.wrap{
	width:200px;
	height:600px;
	position:relative;
	overflow:hidden;
	float:left;
	margin-right:10px;
}
.spc{
	padding-left:25px;
}
.msn{
	background:url(../imagens/msn.png) no-repeat;
}
.texto{
	font-family:Verdana, Arial, "Trebuchet MS", sans-serif;
	color:#666;
	line-height:16px;
}
.fundo1{
	background:url(../imagens/body.jpg) repeat-x;
}
.fundo2{
	background:url(../imagens/body2.jpg) repeat-x;
}
/*formulário*/
.btn_ok, .btn_res{
	border:none;
	color:#fff;
	width:120px;
	height:25px;
	text-align:center;
	padding-top:0;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	float:left;
	margin-right:10px;
}

.btn_ok{background:url(../imagens/btn-ok.png) no-repeat;}

.btn_res{background:url(../imagens/btn-reset.png) no-repeat;}

input, textarea {
  border:1px solid #000;
  margin:0 0 5px 0px;
  display:block;
  padding:2px 3px;
  color:#999;
}
fieldset{
	padding:20px;
	margin:20px 0;
}
label {
  display:block;
  width:90px;
  float:left;
  font:11px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-weight:bold;
  color:#339967;
}
form{
	margin-left:20px;
}

