body {
	margin: 0px;
	text-align: center;
	height: 100%;
        background-color: #ECF8E0;
	/*background: url('../imagens/fundo.jpg')*/
}

img {
   border: 0;
}

/************************************/

#container {
  margin: 0px auto;
  width: 995px;
 /* border-left: 1px solid #008C00;
  border-bottom: 1px solid #008C00;
  border-right: 1px solid #008C00;  */
  background-color: #ECF8E0; 
  min-height: 768px;
}

#container-header {
   height: 85px;
   text-align: center;
   border-bottom: 0px solid pink;
}

#container-menu {
	width: 160px;
	float: left;
	text-align: center;
}

#container-content {
	float: right;
	text-align: center;
	width: 800px;
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
}

/*********************************************************************/

.nota-clicar {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.caixa-input {
   border: 1px solid #64A480
}

/******** Botões ************/

.img-voltar {
  cursor: hand;
}

/************************************************/

.titulo-principal {
   font-family: Verdana; 
   font-size: 12pt; 
   font-weight: bold;
   color: #660000;
}

/***********************************************************************/

.caixa-topico {
   background-color: #D7F2BB;
   border: 1px solid #2D4712;
   text-align: center;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   padding-bottom: 5px; 
}

.texto-topico {
    font-family: Verdana;
    font-size: 10pt;
    color: #0000FF;
    /*text-decoration: none;*/
}

a.texto-topico:link {}
a.texto-topico:visited {}
a.texto-topico:active {}

a.texto-topico:hover {
    text-decoration: underline;
}

/******************************************************************/

.link-fechar-janela {
    font-size: 10px; 
    font-family: Verdana; 
    color: #0000FF;
}

/***********/

.link-ajuda_mapa {
    font-size: 12px; 
    font-family: Verdana; 
    color: #0000FF;
}
