
      a {
        text-decoration: none;
      }
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}  

.principal {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 10px;
    width: 1000px;

}

.menu {

	position:relative;
	top:0px;
        left: 15px;

	width:764px;
	height:50px;
	clear:both;
}


.base {

	position:relative;

	background-image: url(img/box-meio.png);
	background-repeat: repeat-y;
	width:1000px;
	

}

.topo {

	position:relative;

	background-image: url(img/box-topo.png);
	background-repeat: no-repeat;

	width:1000px;
	height:35px;

}

.rodape {

	position:relative;

	background-image: url(img/box-rodape.png);
	background-repeat: no-repeat;  
	width:1000px; 
	height:50px;
/*	float:left;   */

}


.rodape_logotipo {

	position:relative;

	background-image: url(img/box-rodape_logotipo.png);
	background-repeat: no-repeat;
	width:257px;  
	height:34px;
	float:right;
	padding-right:30px;

}

.botoes {

	position:relative;
	left:60px;
	padding-top:10px;

	width:500px;
	height:35px;
	cursor: pointer;
	clear:both;
}

.texto_campo {

	font-family: Arial,Tahoma,Helvetica;
  	font-size: 1em;
  	color: #333333;
}

.breadcrumb {
	padding-top:10px;
	padding-left:20px;	

	}

.txt_bread1 {
	font-family: Arial,Tahoma,Helvetica;
  	font-size: 0.75em;
  	color: #666666; 
	float:left;
}
.txt_bread2 {
	font-family: Arial,Tahoma,Helvetica;
  	font-size: 0.75em;
  	color: #999999; 
}




.titulo_inicio {
	font-family: Arial,Tahoma,Helvetica;
  	font-size: 1.3em;
  	font-weight:bold;
  	color: #1B4834;
}


#conteudo {

	font-family: Arial,Tahoma,Helvetica;
  	font-size: 0.8em;
  	color: #333333; 
	padding-top:15px;
	padding-left:30px;	
	text-align:justify;

	min-height:200px;
    

}




#conteudo A:link {
	text-decoration:none;
	font-weight:bold;
	/* color: #FFFFFF; */
}

#conteudo A.link_preto:link {
	text-decoration:none;
	font-weight:normal;
	color: #000000;
}

#conteudo A:hover {
	text-decoration:underline;
} 

#conteudo A.link_preto:hover {
	text-decoration:underline;
} 


#conteudo H6 {
	font-family: Arial,Tahoma,Helvetica;
  	font-size: 1.0em;
  	font-weight:bold;
  	color: #333333;
}

#conteudo H5 {
	font-family: Arial,Tahoma,Helvetica;
  	font-size: 1.1em;
  	font-weight:bold;
  	color: #333333;
}

#conteudo H1 {
	font-family: Arial,Tahoma,Helvetica;
  	font-size: 1.3em;
  	font-weight:bold;
  	color: #1B4834;
}

.td_verde_escuro {
    background-color: #145F48;
    color: #FFFFFF;
    font-family: Arial,Tahoma,Helvetica;
    font-size: 1.0em;
    text-align: center;
}

.td_verde {
	background-color: #43806E;
	font-family: Arial,Tahoma,Helvetica;
  	font-size: 1.0em;
  	color: #FFFFFF;	
        padding:5px;
}

.td_branco {
	background-color: #FFFFFF;
}

.link_branco {
	color: #FFFFFF;
}




/*  Estilo de botões */

.painel {

	width:800px;
	height:100px;
	margin:10px;

}

.painel_cnae {

	width:1000px;
	height:100px;
	margin:5px;

}

.div_texto_vertical {
	
	float:left;
	margin-left:10px;
    	
	width:600px;
	height:100px;
	cursor:pointer;


	background-image: url(img/texto.png);
	background-repeat: no-repeat;

}

.texto_vertical {

	padding:15px;
	text-align:justify;
	

	font-family: Arial,Tahoma,Helvetica;
	color:#333333; 
	font-weight:normal;
  	font-size: 1.0em;

}

.botao {
	float:left;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
	
	height:100px;
	width:150px;
	
	background-image: url(img/botao.png);
	background-repeat: no-repeat;

	border-style:none;
	white-space:normal;
}

.botao_selecionado {
	float:left;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
	
	height:100px;
	width:150px;
	
	background-image: url(img/botaoSel.png);
	background-repeat: no-repeat;

	border-style:none;
	white-space:normal;
}

.botao td {
     	font-family: Arial,Tahoma,Helvetica;
  	font-size: 10pt;
  	color: #FFFFFF;	
}

.botao_selecionado td {
     	font-family: Arial,Tahoma,Helvetica;
  	font-size: 10pt;
  	color: #FFFFFF;	
}


