/* CSS Document */

body {
  margin:0px 0px 0px 0px;
  background-color:#FFFFFF;
}


.pagina {
  /*** Caixa ***/
  width:740px;
  height:auto;
  margin:0px;
  border-width:0px;
  padding:0px;
  overflow:hidden;
  background-color:#9CB2DE;
  /*** Texto ***/
  font-family:'Arial', 'Bitstream Vera Sans', sans-serif;
  font-size:11px;
  text-align:left;
}
.botao_ingles {
        position:absolute; top:110px; left:100px;
        /*Size*/
        width:710px; height:16px; overflow:hidden;
        /*Text*/
        font-family:'Arial','Helvetica', sans-serif;
        text-align:right;
        font-size:14px;
        font-weight:900;
        line-height:16px;
}
.contorno {
  
width:720px;

  height:auto;
  overflow:hidden;
  padding:20px 0px 20px 20px;
}
.contorno2 {
  
width:720px;

  height:auto;
  overflow:hidden;
  padding:20px 0px 20px 20px;
}
p {
  /*** Caixa ***/
  margin:0px;
  border:0px none black;
  padding:0px;
  overflow:hidden;
  text-align:justify;
}
/**************************/
/***       TITULO       ***/
/**************************/
.titulo {
  /*** Caixa ***/
  width:740px;
  height:150px;
  margin:0px;
  border-width:0px;
  padding:0px;
  overflow:hidden;
  background-color:#2959BD;
  /*** Cursor ***/
  cursor:default;
}
.titulo_semetro {
  /*** Caixa ***/
  width:720px;
  height:130px;
  margin:10px 10px 10px 10px;
  border-width:0px;
  padding:0px;
  overflow:hidden;
  background-color:#0038B5;
  background-image:url(logo3.png);
  background-repeat:no-repeat;
  }

}
.titulo_info {
  /*** Caixa ***/
  width:200px;
  height:120px;
  margin:0px;
  border-width:0px;
  padding:5px;
  overflow:hidden;
  /*** Posicao ***/
  float:right;
  /*** Texto ***/
  line-height:40px;
  text-align:center;
  vertical-align:middle;
  color:#0038B5;
  font-size:20px;
  font-weight:900;
}


/**************************/
/***      CONTEUDO      ***/
/**************************/
.conteudo {
  /*** Caixa ***/
  width:700px;
  height:auto;
  margin:0px;
  border:1px solid #0038B5;
  padding:9px 0px 9px 9px;
  overflow:hidden;
  background-color:#FFFFFF;
  /*** Texto ***/
  text-align:left;
}

