.body, html {
	width: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 100;
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
}
a:link {
	color: #036;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #036;inicio_conteudo_texto
}
a:hover {
	text-decoration: underline;
	color: #039;
}
a:active {
	text-decoration: none;
	color: #036;
}
h1 {
	font-weight: bold;
	font-size: 25px;
	color: #666;
}
.wrapper {
	position: relative;
	width: 100%;
	z-index: 110;
}
.fundo_imagem {
	background: url(../imagens/geral/fundo/00.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	z-index: 150;
}
.cabecalho {
	position: relative;
	width: 100%;
	height: 200px;
	background: url(../imagens/geral/cabecalho/00.jpg);
	background-repeat: repeat-x;
	text-align: center;
	/* shadow */
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	box-shadow: 1px 1px 1px #999;
	/* shadow */
	z-index: 300;
}
.cabecalho_conteudo {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 160px;
	z-index: 310;
}
.menu_cima_conteudo {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 40px;
	z-index: 320;/*text-align:left;*/
}
.corpo {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 200;
}
.corpo_conteudo {
	position: relative;
	margin: 0 auto;
	width: 980px;
	z-index: 210;
}
.corpo_conteudo_in {
	clear: none;
	position: relative;
	margin: 0 auto;
	width: 768px;
	z-index: 220;
	float: right;
	text-align: center;
}
.corpo_conteudo_in_2 {
	position: relative;
	margin: 0 auto;
	width: 98%;
	z-index: 220;
	text-align: center;
}
.rodape {
	position: relative;
	width: 100%;
	min-height: 110px;
	background: url(../imagens/geral/rodape/00.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #d6d6d6;
	/* shadow */
	-moz-box-shadow: -1px -1px 1px #CCC;
	-webkit-box-shadow: -1px -1px 1px #CCC;
	box-shadow: -1px -1px 1px #CCC;
	/* shadow */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 500;
}
.rodape_conteudo {
	position: relative;
	height: 0px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
	width: 980px;
	font-size: 0.9em;
	color: #666;
	z-index: 510;
}
.rodape_conteudo a, .rodape_conteudo a:link, .rodape_conteudo a:visited, .rodape_conteudo a:active {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px;
}
.rodape_conteudo a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
.area_restrita_menuh {
	width: 275px;
	float: right;
	height: 40px;
}
#publicidade {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 110px;
	background-color: #9d9d9d;
	background-image: url(../imagens/geral/publicidade/fundo01.jpg);
	border-style: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #999;
	z-index: 100000;
	display: block;
	/* sombra */
	-moz-box-shadow: 0px -1px 5px #c7c7c7;
	-webkit-box-shadow: 0px -1px 5px #c7c7c7;
	box-shadow: 0px -1px 5px #c7c7c7;/* /sombra */
}
#publicidade_x_a {
	position: relative;
	top: 0px;
	left: 0px;
}
#publicidade_x_b {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 15px;
	background-color: #333;
	border-style: solid;
	border-color: 1px;
	border-color: #999;
	border-width: 1px;
	position: absolute;
	right: 10px;
	top: 10px;
}
#publicidade_x_b>a, #publicidade_x_b>a:link, #publicidade_x_b>a:visited, #publicidade_x_b>a:active {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	display: block;
	color: #FFF;
}
#publicidade_x_b>a:hover {
	text-decoration: none;
	color: #CCC;
}
.publicidade_banner_wrapper {
	margin: 0 auto;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	background-color: #CCC;
	text-align: center;
	width: 768px;
	height: 90px;
	line-height: 90px;
	position: relative;
	top: 10px;
	overflow:visible;
}
.publicidade_banner_wrapper img {
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	overflow:visible;
}
#publicidade_o {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	font-size: 15px;
	background-color: #333;
	border-style: solid;
	border-color: 1px;
	border-color: #999;
	border-width: 1px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#publicidade_o>a, #publicidade_o>a:link, #publicidade_o>a:visited, #publicidade_o>a:active {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	display: block;
	color: #FFF;
}
#publicidade_o>a:hover {
	text-decoration: none;
	color: #CCC;
}
.publicidade_banner_wrapper:hover {
	background-color: #FFF;
}
.invisivel {
	width: 0px;
	height: 0px;
	border-style: none;
	display: none;
}
.inicio_conteudo_texto {
	width: 95%;
	margin: 0 auto;
	text-align: justify;
	margin: 20px auto;
}
.comentario_erro {
	margin:10px auto 25px auto;
	text-align:center;
	line-height:1.5em;
}
#comentarios_mostrar {
	zoom:1;
	display:inherit;
}
.outros_conteudo_texto {
	width:95%;
	margin:20px auto;
	text-align:justify;
}
.outros_conteudo_texto > .titulo {
	width:90%;
	margin:10px;
	font-weight:bold;
	font-size:25px;
	color:#666;
	margin-top:0px;
}

#login_macom {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0 25px 0;
}
#login_macom > .login_macom_menu {
	width: 100%;
	text-align: left;
}
#login_macom > .login_macom_menu > .login_macom_tab {
	width: 30%;
	line-height: 25px;
	height: 25px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	float: left;
	border-color: #CCC;
	background-color: #CCC;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
#login_macom > .login_macom_menu > .login_macom_tab:hover {
	background-color: #FFF;
	cursor: pointer;
	color: #999;
}
#login_macom > .login_macom_menu > .login_macom_tab_active {
	width: 38%;
	line-height: 25px;
	height: 25px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	float: left;
	border-color: #CCC;
	background-color: #EEE;
	cursor: pointer;
	border-bottom-color: #EEE;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
#login_macom > .login_macom_menu > .login_macom_tab:hover {
	background-color: #CCC;
}
#login_macom > .login_macom_conteudo {
	padding: 15px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #CCC;
	background-color: #EEE;
}
#login_macom > .login_macom_conteudo > div {
	padding: 5px;
}
#login_macom > .login_macom_conteudo > div > .pergunta {
	padding: 5px;
}
#login_macom > .login_macom_conteudo > div > .resposta {
	padding: 5px;
	text-align: center;
}
#login_macom > .login_macom_conteudo > div > .resposta .ctexto {
	width: 65%;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	font-family: tahoma;
	font-size: 14px;
}
#login_macom > .login_macom_conteudo > div > .resposta .bentrar {
	width: 15%;
 	background-color:;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	font-family: tahoma;
	font-size: 9px;
	color: #666;
	margin-left: 10px;
}