body {
  font-family: sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background-color: #FCFFF0;
  
}
#borda_conteudo {
  background-color: #FFF;
  width: 744px;
  border: 1px solid #0B6E18;
  margin: 20px auto;
}
#principal {
  width: 744px;
  margin: 0 auto 25px auto;
}
#banner {
  width: 742px;
  height: 124px;
  background: url(./banner.png);
  border: 1px solid #949494;
  border-top: 0px;
}

#navegacao {
  background-image: url(imagens/bgmenu.gif);
  background-repeat: repeat-x;
  height: 45px;
}
#conteudo {
  text-align: justify;
  height: auto;
  margin-top: 20px;
  
  /*border: 1px solid green;*/
  overflow: hidden;
}
.descricao {
  margin: 20px;
  font-size: 16px;
}
h1 {
  color: #6a956a;
  font-size: 22px;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0px 0px 0px 20px;
}
#conteudo img {
  border: 1px solid #F2F2F2;
  padding: 5px;
}
#conteudo img.direita {
  float: right;
  margin-left: 10px;
}
#conteudo img.esquerda {
  float: left;
  margin-right: 10px;
}
.limpa {
  clear: both;
}
#rodape {
  width: 744px;
  height: 75px;
  color: #000;
  font-size: 10px;
  padding: 0px;
  margin-top: 0px;
  background: url(./images/rodape.jpg);
  border: 1px solid #949494;
  border-bottom: 0px;
  border-left: 0px;
  overflow: hidden;
}
#rodape a {
  color: white;
  font-weight: bold;
  padding: 10px 0 10px 10px;
}
.social-icons {
  list-style: none;
  line-height: normal;
  padding: 25px;
  margin: 0;
/*  text-align: right;*/
  text-decoration: none;
}
#rodape a:hover {
  color: #FF8800;
}
.direita {
  float: right;
  margin-right: 120px;
}
/*----------------------------*/
/*         Página Curso       */
/*----------------------------*/
#conteudo_programatico {  
  width: 290px;
  float: left;
  text-align: left;
  line-height: 28px;
}
#conteudo_programatico ul {
  list-style: url(imagens/seta_blue.png) inside;
  font-weight: bold;
  padding-left: 0;
}
#conteudo_programatico ul ul {
  list-style: url(imagens/seta_orange.png) inside;
  font-weight: normal;
  padding-left: 20px;
}
#conteudo_programatico ul ul ul {
  list-style: url(imagens/seta_green.png) inside;
}
#conteudo_programatico ul ul ul ul {
  list-style: url(imagens/seta_dark_red.png) inside;
}
#codigo_fonte {
  width: 275px;
  font-size: 0.9em;
  background-color: #FDFFDB;
  overflow: auto;
  float: right;
  margin: 0 0 20px 10px;
  border: 1px solid #757575;
  line-height: 23.2px;
}
#codigo_fonte:first-line {
  color: green;
  font-weight: bold;
}
/*----------------------------*/
/*     Página Tecnologias     */
/*----------------------------*/
#tecno {
  color: #666064;
  text-align: justify;
  line-height: 1.8em;
}
#tecno p:first-line {
  font-style: italic;
  font-size: 1.1em;
  font-weight: bold;
}
#tecno p:first-letter {
  font-size: 2em;
  color: #FF7E00;
}
/*----------------------------*/
/*       Página Contato       */
/*----------------------------*/
fieldset {
  border: #949494 solid 1px;
  width: 338px;;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #6E6E6E;
  float: left;
}
.fieldset_ajustável {
  width: 694px;
  padding-left: 5px;
}
legend {
  font-size: 16px;;
  color: #6a956a;
  font-weight: bold;
}
label {
  font-size: 16px;
  padding-left: 20px;
  
  color: #606B5C;
}
.label_radio {
  padding-left: 0px;
}
form input, textarea {
  font-size: 14px;
  padding: 5px;
  border: #919191 solid 1px;
  width: 300px;
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.botao {
  border: 1px solid #949494;
  width: 87px;
  height: 40px;
  font-size: 18px;
  font-style: italic;
  margin: 5px 20px 0 120px;
  background-color: #FFF;
  color: #6E6E6E;
  padding-top: 3px;
  clear: both;
  font-weight: bold;
  float: left;
}
.botao:hover {
  background-color: #6a956a;
  color: #fff;
}
fieldset .fone:before {
  content: url(imagens/phone.gif) "  ";
}
#mapa {
  height: 238px;
}
select {
  margin: 0 10px 0 20px;
  font-size: 16px;
  background-color: #FFF;
  margin-top: 5px;
}
