/* CSS Document */

body {
	background: transparent url(/imagens/layout/body_bg1a.png) repeat-x top;
	margin: 1px 1px 1px 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	width: 986px;
	height: 100%;
	margin-left: -493px;
	position: absolute;
	left: 50%;
}

#cabecalho {
	margin-top: 20px;
	text-align: center;
}

#conteudo-texto {
	/*border: 1px solid red;*/
	width: 550px;
	height: auto;
	padding: 20px;
	margin: 0 auto;
	font: 13px Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}

#rodape {
	background-color: #e8ecef;
	clear: both;
	color: #333;
	text-align: center;
	vertical-align: middle;
	margin: 20px auto;
	padding: 10px 0;
	width: 98%;
	font: 11px Helvetica, Arial, sans-serif;
	display: table;
}

/*.principal_head {background: transparent url(../imagens/layout/body_bg1a.png) repeat-x top;}*/

/********************** HEADER **********************/
#header {
	background: url(/imagens/layout/body_bg2.png) no-repeat scroll center top transparent;
	width: 986px;
	height:80px;
	margin: -1px auto;
}

#logoportal {
	background: transparent url(/imagens/layout/logo.png) top left no-repeat;
	width: 231px;
	height: 71px;
	margin: 0 0 0 11px;
	display: inline; /* Pro IE 6 */
	float: left;
}

#logoportal a {
	display: block;
	width: 210px;
	height: 71px;
	text-indent: -2000px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}

#topo {
	width: 960px;
	height: 20px;
	float: left;
	margin-top: 0px;
	padding-right: 16px;
}
div#topo_menu ul {
	float: right;
	list-style-type:none;
	margin: 5px 0 0 0;
}

div#topo_menu ul li{
	display:inline;
	color:#fff;
	font-weight: bold;
	font-size: 0.7em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
div#topo_menu ul li.barra {
	margin-left:4px;
	margin-right:4px;
}
div#topo_menu ul li a{
	color:#fff;
	text-decoration:none;
}
div#topo_menu ul li a:hover{
	text-decoration:underline;
}
#topo_submenu {
	float:left;
}
div#topo_submenu ul{
	float: left;
	padding:0px;
	*padding:5px 0 5px 0;
	_padding:5px 0 5px 0;
	margin: 48px 0 0 10px;
	*margin: 42px 0 0 10px;
	_margin: 42px 0 0 10px;
}
div#topo_submenu ul li{
	color: #b0c1cf;
	display:inline !important;
	margin:0 9px 0 9px;
}
div#topo_submenu a{
	font-size:.6em;
	padding: 3px 2px 0px 23px;
	*padding: 3px 2px 0px 23px;
	_padding: 3px 2px 0px 23px;
	text-decoration:none;
}

#topo_meio {
	width: 986px;
	_width: 988px;
	height: 220px;
	*height: 236px;
	_height: 100px !important;
	clear: both;
	margin: 0 auto;
}

.aumentafonte {background: url(/imagens/layout/ico_aumentar.png) no-repeat center center; width:25px; height:15px; display:block;}
.diminuifonte {background: url(/imagens/layout/ico_diminuir.png) no-repeat center center; width:20px; height:17px; display:block; }
.fontenormal {background: url(/imagens/layout/ico_normal.png) no-repeat center center; width:14px; height:15px; display:block;}
.contraste {background: url(/imagens/layout/ico_contraste.png) no-repeat center center; width:19px; height:15px; display:block;}


/********************** MENU LATERAL **********************/
#menu {
	/*border: 1px solid green;*/
	display: block;
	float: left;
	width: 240px;
	text-align: center;
	margin: 20px 10px;
}
#menu-lateral ul {
	list-style: none;
	text-align: left;
}

#menu-lateral ul li {
	background-color: #115489;
	vertical-align: middle;
	position: relative;
	color: #fff;
	cursor: default;
	padding: 3% 10%;
	font-size: 14px;
	float: none;
	margin: 5px auto;
}

#menu-lateral ul li ul li {
	margin: 0;
}
#menu-lateral ul li ul {
	visibility: hidden;
	position: absolute;
	top: 0;
	margin: 0 -10%;
	padding: 0;
	z-index: 1;
	left: 110%;
	width: 100%;
	background-color: #547f94;
}

#menu-lateral ul li:hover > ul {
	visibility: visible;
}

#menu-lateral ul li a:link, #menu-lateral ul li a:visited {
	color: white;
	text-decoration: none;
}

#menu-lateral ul li:hover {
	background-color: #547f94;
	margin: 0;
	color: #FFF;
}

#menu-lateral ul li a {display: block;}

#menu-lateral ul li a:active {color: #d3d3d3;}

#menu-lateral ul li a:hover {
	margin: -3% -13%;
	padding: 3% 13%;
	cursor: pointer;
	border: 0;
	background: linear-gradient(#87a5b4, #4d7a90);
	color: #ffffff;
	text-decoration: none;
}


/********************** ESTRUTURA **********************/
#conteudo {
	/*border: 1px solid red;*/
	width: 100%;
	display: table;
	margin: 0 auto;
	height: auto;
	position: relative;
	/*min-height: 100%;*/
	background: url(/imagens/layout/body_bg3.gif) top left repeat-y;
}
#conteudo_meio {
	/*border: 1px solid blue;*/
	display: block;
	position: relative;
	float: left;
	width: 70%;
	height: 100%;
	margin: 20px 10px;
}


/********************** FOOTER **********************/
#bg_footer{
	background: url(/imagens/layout/body_bg4.gif) no-repeat;
	width: 986px;
	height:95px;
	margin:0 auto;
}

#copyright {
	background: url(/imagens/layout/copyright.png) no-repeat;
	background-position: 0 8px;
	width:88px;
	height:31px;
	min-height: 2em;
	clear: both;
	display:block;
	margin:0 auto;
	padding:3px;
}
#copyright a {height: 31px; display:block;}
#copyright_txt{
	text-align:center;
	margin:5px 0;
}
#copyright_txt a {
	font: normal .7em Arial, Helvetica, Verdana, sans-serif;
	color:#fff;
	text-decoration:none;
}
#copyright_txt a:visited {
	color:#fff;
	text-decoration:none;
}
#copyright_txt a:hover {
	color:#fff;
	text-decoration:underline;
}