@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
font: 12px Verdana, Arial, Helvetica, sans-serif; 
   background:url(../imagens/bg_geral.jpg) no-repeat top center; padding:25px;
}

#flash_div{
z-index: 0;
}

ul{
   list-style-type:none;
}

ul#menu{
   width:778px;
   margin:0 auto;
   float:left;
   position:relative;
   left: auto;
   z-index:0;
   }

ul#menu li{
   position:relative;
   float:left;
}

ul#menu li a{
      display:block;
      float:left;
      padding:0 15px;
      height:30px;
      line-height:25px;
	  background:#333333;
      color:#FFF;
      text-decoration:none;
}
ul#menu li a:hover{
background:#FF6600;
   }
ul#menu li ul{
      display:none;
      position:absolute;
      top:30px;
      left:0;
}

ul#menu li:hover ul,
ul#menu li.hover ul{
      display:block;
   }

ul#menu li ul li a{
      width:160px;
      border-bottom:1px solid #fff;
      clear:both;
}

ul#menu li ul li{
      float:none;
      clear:both;
}

ul#menu li ul li a{float:none;}

#box_geral{
background-color:#FFFFFF;
	border:#FFFFFF;
	width: 718px;
	height: 310px;
	padding: 7px;
	float: center;
}

#box_geral_cont{
background-color:#FFFFFF;
	border:#FFFFFF;
	width: 719px;
	height: 430px;
	padding: 7px;
	float: center;
}



p.texto_box{
	color:#666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, serif;
	text-align: justify;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 { 
	color:#FF6600;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, serif;
	font-weight: bold;
	padding: 0px;
	float:left;
	}
	p.by{
	color:#666666;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, serif;
	text-align: justify;
	padding: 0px;
	float:right;
	}
	
	p.by_cont{
	color:#666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, serif;
	text-align: justify;
	padding: 0px;
	float:left;
}

#box_esquerdo{
	background-color:#99CC66;
	border:#99CC66;
	width: 230px;
	height: 255px;
	padding: 7px;
	float:left;
}

#box_centro{
	background-color:#CCCCCC;
	border:#CCCCCC;
	width: 219px;
	height: 255px;
	padding: 7px;
	float: center;
}

#box_direito{
	background-color:#CCCCCC;
	border:#CCCCCC;
	width: 220px;
	height: 255px;
	padding: 7px;
	float:right;
}

p.txt_restrito{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
color:#333333;
padding:3px;
text-align:left;
}

p.txt_rest_box{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
float:left;
color:#666666;
padding:3px;
text-align:justify;
}

#box_priori{
	background-color:#CCCCCC;
	border:#CCCCCC;
	width: 700px;
	height: 170px;
	padding: 7px;
	float:center;
}

#box_geral_prior{
	background-color:#FFFFFF;
	border:#FFFFFF;
	width: 718px;
	height: 470px;
	padding: 7px;
	float: center;
}
#box_ab{
	z-index: 0;
}
#box_fl{
	width: 739px;
	height:326px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#box_fl2{
	width: 400px;
	height:326px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
ul#menu_page li{
   position:relative;
   float:left;
}
#box_esquerdo2{
	background-color:#99CC66;
	border:#99CC66;
	width: 100%;
	height: 255px;
	padding: 7px;
	float:left;
}
#box_centro2{
	background-color:#CCCCCC;
	border:#CCCCCC;
	width: 100%;
	height: 255px;
	padding: 7px;
	float: left;
}


ul#menu_page li a{
      display:block;
      float:left;
      padding:0 15px;
      height:20px;
      line-height:20px;
	  background:#333333;
      color:#FFF;
      text-decoration:none;
}
ul#menu_page li a:hover{
background:#FF6600;
   }

