@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	background-color: #f5efe3;
	margin: 0px;
	text-align:justify;
	line-height: 2em;
	text-decoration: none;
}

.style1 {color: #793818}

.fakebody{
	color: #464647;
	text-decoration: none;
}

.simulabody{
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 2em;
	color: #464647;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.simulabody a:link{
	color: #867c34;
	text-decoration: none;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	list-style-type: none;
	font-style: normal;
	color: #793818;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	background-color: #F5EFE3;

}


.button2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	list-style-type: none;
	font-style: normal;
	color: #793818;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	background-color: #F5EFE3;
}


.perguntes {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bolder;
	color: #407384;
}

.perguntes_menos {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bolder;
	color: #407384;
}


.respondas {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bolder;
	color: #464647;
}

.respondas_menos {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #464647;
}

.fakebody a:link{
	color: #464647;
	text-decoration: none;
}

.fakebody a:hover{

	color: #464647;
	text-decoration: none;
}

.fakebody a:visited{
	color: #464647;
	text-decoration: none;
}

.menuembaixo{
	font-family: Verdana;
	font-size: 11px;
	color: #793818;
	text-decoration: none;
}

.menuembaixo a:link{
	color:#793818;
	text-decoration: none;
}

.menuembaixo a:hover{
	color:#464647;
	text-decoration: none;
}

.menuembaixo a:visited{
	color:#464647;
	text-decoration: none;
}

.breadcrumb{
	line-height: 3em;
	font-family: Verdana;
	font-size: 12px;
	color: #867c34;
	text-decoration: none;
	text-align: left;
}

.breadcrumb a:link{
	color:#867c34;
	text-decoration: none;
}


.topodetabela{
	font-size: 12px;
	font:Verdana;
	color: #f5efe3;
	font-weight: bold;
	font-family: Verdana;
}

.breadcrumb a:hover{
	color:#867c34;
	text-decoration: none;
}

.breadcrumb a:visited{
	color:#867c34;
	text-decoration: none;
}

h1 {
	font-family: Verdana;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #407384;
}

h2 {
	font-family: Verdana;
	font-size: 19px;
	font-weight: bold;
	color: #407384;
}

h3 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #407384;
}

a {
	color: #867c34;
	text-decoration: none;
}

img {
border: none;
}

#super{
	position: relative;
	width: 100%;
}

#engloba {
	position: relative;
}


#topo {
	width: 100%;
	position:relative;
	background-image: url(../imagens/topo_bg.png);
	background-repeat: repeat-x;
	height: 143px;
}

#pouso{
	position: relative;
	left: 50%;
	top: 0;
	width: 760px;
	margin-left:-380px;
}
.restrito{
	position: absolute;
	float:right;
	top: 1px;
	left: 651px;
}

#manuseio{
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -380px;
	width: 530px;
	height: 68px;
	z-index: 2;
}

#busquinha{
	position: absolute;
	top: 105px;
	left: 50%;
	margin-left: 150px;
	width: 220px;
	height: 40px;
}

/* CSS do menu */
#navigation {
	position:absolute;
	margin-top: 0;
	margin-left: 0;
	width: 528px; /* Ancho del contenedor de nuestro menú*/
	height: 68px; /*Altura del contenedor de nuestro menú*/
	background: url(../imagens/menu/menut.jpg) top left no-repeat; 
}

#navigation ul {
    display: block;
    list-style: none;
    background: url(../imagens/menu/menut.jpg) top left no-repeat; 
    margin: 0;
    padding: 0;
    width: 528px; /*Ancho de nuestro menú (la imagen)*/
    height: 67px; /*Altura de la imagen*/
}

#navigation ul li {
	float: left;
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 88px; /*Ancho de cada item u opción de nuestro menú*/
	height: 68px;
}

#navigation ul li a {
    display: block;
    text-decoration: none;
    text-indent: -999em;
	width: 88px; /* Ancho de cada link de nuestro menú*/
	height: 68px; /* Alto de cada link*/
}

#navigation ul li a:hover,
#navigation ul li.current {
background-image: url(../imagens/menu/menut.jpg); /* Estado activo*/
}

#navigation ul li#home a:hover { background-position: 0px -82px; }
#navigation ul li#home.current,
#navigation ul li#home.current:hover { background-position: 0px -82px; }

#navigation ul li#comunidades a:hover { background-position: -88px -82px; }
#navigation ul li#comunidades.current,
#navigation ul li#comunidades.current:hover { background-position: -88px -82px; }

#navigation ul li#legislacao a:hover { background-position: -176px -82px; }
#navigation ul li#legislacao.current,
#navigation ul li#legislacao.current:hover { background-position: -176px -82px; }

#navigation ul li#textos a:hover { background-position: -264px -82px; }
#navigation ul li#textos.current,
#navigation ul li#textos.current:hover { background-position: -264px -82px; }

#navigation ul li#mapas a:hover { background-position: -352px -82px; }
#navigation ul li#mapas.current,
#navigation ul li#mapas.current:hover { background-position: -352px -82px; }

#navigation ul li#contato a:hover { background-position: -440px -82px; }
#navigation ul li#contato.current,
#navigation ul li#contato.current:hover { background-position: -440px -82px; }
/* fim do CSS do menu */

/* CSS dos submenus */
#sub_comunidades {
	position: absolute;
	top: 68px;
	margin-left: 88px;
	width: 150px;
	height: 90px;
	display: none;

}

#sub_legislacao {
	position: absolute;
	top: 68px;
	margin-left: 176px;
	width: 155px;
	height: 90px;
	display: none;

}

#sub_textos {
	position: absolute;
	top: 68px;
	margin-left: 264px;
	width: 160px;
	height: 120px;
	display: none;

}

#bloco{
	top: 0;
	height: auto;
	position: relative;
	width: 760px;
	left: 50%;
	padding-left: 10px;
	padding-right: 20px;
	margin-left: -390px;
	background-repeat: repeat-y;
	background-image: url(../imagens/fundo_principal.jpg);

}

#homeflash{
	height: 200px;
	width: 760px;
}

#caminho{
	margin-left: 10px;
	height: 58px;
	width: 740px;
	text-align: left;
}

#clear{
	margin-left: 10px;
	height: 20px;
	width: 740px;
}

#clear2{
	margin-left: 10px;
	height: 10px;
	width: 740px;
}

#mestre {
	margin-left: 10px;
	top: 201px;
	height: auto;
	width: 740px;
	/*background-color:#00FF99;*/
}

#indexmestre {
	height: auto;
	width: 520px;
	/*background-color:#00FF99;*/
}

#leftmestre {
	float: right;
	height: 800px;
	width: 200px;
	background-color:#EDE4D3;
	background-image:url(../imagens/base-apoio.jpg);
	background-repeat: no-repeat;
}

#rodape {
	background-color: #d4a752;
	clear: both;
	position: relative;
	width: 100%;
	background-image: url(../imagens/fundo_rodape.jpg);
	background-repeat: repeat-x;
	min-height: 200px;
	height:auto;
}

#baserodape{
	width: 740px;
	padding-right: 20px;
	position: relative;
	left: 50%;
	margin-left: -370px;

}
