@charset "utf-8";
/* CSS Document */

/*ESTILOS GERAIS*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	background-attachment: fixed;
}


/*Classes Estrutura*/
.geral_main {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow:auto;
}
.topo_sg_titulo {
	background:url(../img/base/fundo_sg_titulo.jpg) repeat-x top;
	height:26px;
	float:left;
	width:100%;
	position:absolute;
	top:-3px;
	left:0px;
	z-index:1;
}

.separador_branco {
	float:left; 
	margin: 18px 0px 0px 20px; 
	background-image:url(../img/base/separador.jpg); 
	background-repeat:no-repeat; 
	width:1px; 
	height:25px;
}

.bar_vertical {
	float:left; 
	height:100%; 
	width:34px; 
	background-image:url(../img/base/bar_repeat.jpg); 
	background-repeat:repeat-y;
}

.tabela_lateral_fundo {
    background: none repeat scroll 0 0 #5e5e5e;
    border-right:#83b183 solid 2px;
   /* opacity: 0.6;
	filter:alpha(opacity=60); */
    width: 170px;
	height:100%;
	min-height:590px; !important
}

.cont {
	position:relative;
	margin: 81px 0px 0px 173px;
	*margin: 83px 0px 0px 165px;
	

}

.div_modulos {
	position:absolute;
	width:100%;
	float:left;
	z-index:0;
}

.menu_fin_style {
	margin:40px 0px 0px 50px;
	width:500px;
	height:150px;
	border-left:#CCC 1px solid;

}

.menu_apoio_style {
	margin:40px 0px 0px 50px;
	width:650px;
	height:300px;
	border-left:#CCC 1px solid;

}

.menu_aplic_style {
	margin:40px 0px 0px 50px;
	width:650px;
	height:200px;
	border-left:#CCC 1px solid;

}

.titulo_modulos {
	padding:30px 0px 0px 50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	font-weight:bolder;
}

.titulo_btn_modulos {
	float:left; 
	width:200px; 
	padding:18px 0px 0px 60px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#8b8b8b;

}

.titulo_btn_apoio {
	float:left; 
	width:140px; 
	padding:8px 0px 0px 50px;
}

.titulo_btn_apoio a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#8b8b8b;
	text-decoration:none;
}

.btn_menu1 {
	margin:0px 5px 0px 10px; 
	float:left;
	color:#4A4A4A; 
	font-size:12px; 
	font-weight:bold; 
	cursor:pointer;
}

.btn_menu1 a {
	color:#4A4A4A; 
	text-decoration:none;
}

.btn_menu1 a:hover {
	color:#999; 
}

.btn_menu2 {
	margin:0px 5px 0px 5px; 
	float:left; 
	color:#4A4A4A; 
	font-size:12px; 
	font-weight:bold; 
	cursor:pointer;
}

.btn_menu2 a {
	color:#4A4A4A; 
	text-decoration:none;
}

.btn_menu2 a:hover {
	color:#999; 
}






