@import url("default.css");

/* Index */

.mestre{  background: url("../imagens/bg.jpg") repeat-y center;}

/*************
 COLUNAS DO INDEX
**************/
.colunas{width:680px;margin:0px auto;margin-top:20px;_margin-top:0px;}
.colunas img{margin:0px auto;}
.esquerda{float:left;}
.direita{float:right;}
.centro{margin:0px auto;}
.esquerda{
  width:210px;
  text-align:center;
}
.centro{
  width:216px;
  text-align:center;
}
.direita{
  width:210px;
  text-align:left;
}
.esquerda p, .centro p{
  margin:0px;
  padding:3px;
  text-indent: 0px;
}
.tempo{font-size:80%}
.index{
  background:url("../imagens/index01.jpg") no-repeat left top;
  margin:0px auto;
  width:700px;
  height:200px;
}

/* Notícias */
.noticias{
  background:#FFF url("../imagens/bgnoticiadegrade.jpg") repeat-x bottom;
  width:231px;
  height:200px;
  float:right;  
  padding-top:0px;
  border-left:1px solid #FFF;
}
.noticias h3{padding:0px; margin:5px;}
.noticias h5{padding:0px; margin:0px; font-weight:normal}
.noticias p{padding:0px; margin:0px; text-indent:0px; font-size:80%}
.noticias ul{width:100%; border-top:1px solid #E1ECF2}
.noticias ul li{padding:5px;}
a{color:#FFFFFF}

.contatos{
  float:right;  
  text-align:left;
  width:100%;
  margin-right:2px;
}
.contatos h3{padding:0px;margin:0px; margin-bottom:5px;}
.contatos h5{padding:0px;margin:0px; margin-bottom:2px;}
.contatos p{ padding:0px; margin:0px; text-indent:0px; }
.contatos ul li{
  display:block;
  padding:5px;
  margin:0px;
  margin-bottom:7px;
  border:1px solid #C9D7E1;  
  background:#EAF1F6 url("../imagens/bgcontato.jpg") repeat-x bottom;
}
.corpo{
  width:722px;
  margin:0px auto;  
  padding-bottom:15px;
  background: url("../imagens/footer2.jpg") no-repeat center bottom;
}
.botao{
  color: #00518C;
  background: #FFF;
  font-weight: bold;
  margin-top: 7px;
  padding: 2px;
}
