@import url(reset.css);
@import url(menu2.css);

body,td,th {
	font-family: Calibri;
	font-size: 12px;
}

body {
	margin: 0px;
/*    font: normal 62.5% calibri;*/
    background-repeat: no-repeat;
    background: #439ABB;
}

#fundo {
  background: url(../img/bg-fundo.png) repeat-y;
  margin: 0 auto;
  width: 886px;
  border: 0px solid;
  padding-bottom: 10px;
}

#menu {
  width: 145px;
  min-height: 361px;
  border: 0px solid #F15A22;
  float: left;
  padding-top: 20px;
}

/* INICIO DA DECLARAÇÃO CSS - CONTEUDO DAS PAGINAS */
    #conteudo {
      float: left;
      width: 699px;
      padding: 20px 20px 0px 20px;
      margin-bottom: 50px;
    }

    #texto {
      width: 350px;
      float: left;
    }
     h2 {
/*     font-family: BellGothic BT Roman;
     src: local(BellGothic BT Roman.ttf), url(BellGothic BT Roman.ttf);*/
      font-size: 16pt;
      text-align: left;
      color: #7BB3C9;
      width: 300px;
      margin-bottom: 20px
    }

    h2 sub {
      font-size: 8pt;
      text-align: left;
      color: #7BB3C9;
      width: 300px;
    }

    h3 {
      float: left;
      color: #1C2B41;
    }

    p.texto {
      color: #1c2b41;
      float: left;
      width: 350px;
      line-height: 20px;
      margin-bottom: 40px;
    }

    #imagens {
      width: 349px;
      float: left;
    }
/* FIM DA DECLARAÇÃO CSS - CONTEUDO DAS PAGINAS */

/* INICIO DA DECLARAÇÃO CSS - RODAPE */
    #rodape {
      text-align: right;
      margin: 0 auto;
      margin-top: -10px;
      width: 886px;
      clear: both;
      padding-top: 0px;
      padding-bottom: 0px;
      background: #E9520D;
      color: #FFF;
      border-bottom: 1px solid #439ABB;
    }

    #rodape address.right {
      float: right;
      font-weight: normal;
      font-style: normal;
      font-size: 0.9em;
      margin-right: 5px;
/*      font-family: BellGothic BT Bold;
      src: local(BellGothic BT Roman.ttf), url(BellGothic BT Roman.ttf);*/
    }

    #rodape address.left {
      text-align: left;
      font-weight: normal;
      font-style: normal;
      font-size: 0.9em;
      margin-left: 5px;
/*      font-family: BellGothic BT Roman;
      src: local(BellGothic BT Roman.ttf), url(BellGothic BT Roman.ttf);*/
    }

    a.login {
      color: #F27031;
      text-decoration: none;
    }

    a.login:hover {
      color: #FFF;
      text-decoration: none;
    }
/* FIM DA DECLARAÇÃO CSS - RODAPE */