body {
	background: url(../images/fundo.gif);
	margin: 0 auto !important;
	text-align: center;
	font: 12px/1.6em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	padding-bottom: 10px;
}

.it{
	color:#000000;
	font-size:10px;
	text-align:left;
	margin-right:14px;
	margin-left :14px;
	
}

a:link {color: #000}
a:visited {color: #000}
a:hover {color: #155BA1}
a:active {color: #155BA1}

#geral{

	text-align:left;
	width:762px;
	border:1px solid #000;
	background:#eee;
}

/* BEGIN CONSTRUÇÃO */
#construcao {
	line-height: 38px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
/* END CONSTRUÇÃO */

p {
	margin: 0;
	padding: 0;
}

#menutop {
	width: 100%;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	background: #28166F url(../images/menutopdark.jpg);
	border-top: 5px solid #C5B685;
}

/* BEGIN MENU */
#navigation{
	color: #fff;
	width: 760px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	background: #28166F url(../images/menutop.jpg);
}

#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	}

#menu a{
	display:block;
	line-height: 38px;
	color:#fff;
	text-decoration:none;
	background: #28166F url(../images/menutop.jpg);	width: 11.78em;
	height: 40px;
	text-align:center;
	}
#menu a:hover{
	background:#381F9C url(../images/menutopover.jpg);
	color:#fff;
	text-decoration:none;
	width: 11.78em;
	height: 40px;
	text-align:center;
	}
#menu li{
	float:left;
	position:relative;
	border:0px;
	}
#menu ul {
	position:absolute;
	display:none;
	width:12em;
	top:40px;
	}
#menu li ul a{
	display:block;
	line-height: 38px;
	color:#fff;
	text-decoration:none;
	background: #28166F url(../images/menusub.jpg);	width: 11.78em;
	width: 11.78em;
	height: 40px;
	}
#menu ul ul{
	top:auto;
	}
#menu li ul ul {
	top: 0;
	left:-12.6em;
	margin:0px 0 0 10px;
	}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{display:none;}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{display:block;}

/* END MENU */

#tudo {
	margin:0 auto;
	width: 760px;
	/*border:1px solid yellow;*/

}

#top {
	height: 150px;
	color: #fff;
	background: #28166F url(../images/top.jpg);
	border-bottom: 1px solid #C5B685;
}

#meio {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#col_esquerda {
	float: left;
	width: 200px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#col_depo{
	border:1px solid #155AA1;
	width: 190px;
	margin: 3px;
	margin-top:20px;
}

#depo{
	margin: 10px;
}

#col_direita {
	float: left;
	width: 558px;
	left:202px;

	min-height: 400px;
	height: auto !important;
	height: 400px;

	background: #fff;

	border-left: 1px solid #C5B685;
}

#col_direita #conteudo {
	text-align: left;
	margin: 10px 10px 10px 10px;
	height:100%;
	border:1px solid white;
}

#col_direita #conteudo p {
	margin-bottom: 10px;
}

#col_direita h1{
	font-size:13pt;
	font-weight:bold;
	color:#13599F;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#col_direita imagem{
	float: left;
}


#rodape {
	clear: both;
	width: 100%;
	height: 60px;
	background: #C5B685 url(../images/rodape.jpg);
	/*border:1px solid lime;*/
	text-align:center;
}

#rodape #endereco{
	line-height: 30px;
}

#links {
	clear: both;
	line-height: 30px;
	height: 30px;
	color: #fff;
	background: #28166F url(../images/links.jpg);
}

#links a:link {text-decoration: none;color:#FFF;}
#links a:hover {text-decoration: underline;color:#FFF;}
#links a:visited {text-decoration: none;color:#FFF;}
#links a:active {text-decoration: none;color:#FFF;}



#login_frm{
	color: #2C1B6B;
	text-align:left;
	background: #FFFCEF url(../images/login.jpg);
	height: 100px;
	border-bottom: 1px solid #C5B685;
	padding: 20px 10px 10px 10px;
}
#login_frm label{
	float:left;
	width: 50px;
}

#login_frm h3{
	font-size:11pt;
	font-weight:bold;
	color:#C5B685;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#login_frm .button{
	clear:both;
	float:right;
	margin-right:60px;
	margin-top:5px;
	color:#000;
	background-color: #CFC9B5;
	width: 50px;
	text-align: center;
	border: 1px solid #C5B685;
}

#fim {
	height: 10px;
}

/* Begin TextBox */
.textbox p{
	margin: 0;
	padding: 0;
}
.textbox {
	background:#eee;
	text-align:left;
	display:block;
	float:left;
	width: 250px;
	height:280px;
	max-height: 485px;
	font: 11px/1.6em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	border:1px solid #155AA1;
	margin-left:10px;
}

.texttop {
	padding-top: 4px;
	padding-left: 20px;
	height: 26px;
	background: url(../images/texttop.png);
	color: #fff;
	font-size:13px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

.text_content {
	padding: 4px;
	min-height: 120px;
	max-height: 400px;
}

.textbox img {
	float: left;
	margin: 4px;
	margin-right:10px;
	border:1px solid;
}

.textbot {
	width: 150px;
	height: 15px;
	background: url(../images/textbot.png);
}
/* END TextBox */

#box3{
	margin-top:10px;
	margin-bottom:20px;
	width:513px;
	height:150px;
	background: #E0E1EF;
}

#box3 .text_content {
	margin-right:20px;
}

#box3 a:link {color: #000}
#box3 a:visited {color: #000}
#box3 a:hover {color: #155BA1}
#box3 a:active {color: #155BA1}

#box2{
background:#FFFEEF;
}

/* Begin Form */
label{
	Display:block;
}
/* End Form */

/* BEGIN BUTTOM */
.buttom {
	min-width: 95px;
	float:left;
}

.buttom a {
padding-left: 4px;
padding-right: 4px;
display: block;
padding-top:4px;
background: url("../images/links.jpg");
color: #fff;
text-decoration: none;
border: 2px solid #0E61A5;
height: 26px;
text-align: center;
font: 12px/1.6em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
}

.buttom a:hover {
border: 2px solid #8FC2FF;
}

#perg01{
	width:450px;
	height:60px;
	margin-left: 25px;
	cursor: pointer;
}

#perg01{
	background-image: url(../images/perg01.png);
}

#perg01:hover{
	background-image: url(../images/perg01_hover.png);
}

#btnSistema{
	width:160px;
	height:48px;
	margin-left: 10px;
	cursor: pointer;
}

#btnSistema{
	background-image: url(../images/btnSistema.png);
}

#btnSistema:hover{
	background-image: url(../images/btnSistema_hover.png);
}
#btnConstulta{
	margin-top:5px;
	width:160px;
	height:48px;
	margin-left: 10px;
	cursor: pointer;
}

#btnConstulta{
	background-image: url(../images/btnConsultas.jpg);
}

#btnConstulta:hover{
	background-image: url(../images/btnConsultas_hover.jpg);
}


/* END BUTTOM */
