/* Tarsís Gomes - Designer - tarsisgomes@gmail.com */
/* Intense Softwares */

@import url(lightbox.css);

/* Estrutura do Layout na página principal */


* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  border: none;
}


body {
  background: #E7E7CF url(../images/kaje.jpg) repeat-x;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
}

#central {
  margin: 0px auto; 
  padding: 0px;
  width: 760px;
}

#corpo {
  height: 420px;
  background: url(../images/bg.jpg) repeat-x;
  background-position: bottom;
  margin-top: 160px;
}


/* notícias */

#noticias {
  width: 445px;
  height: 150px;
  margin-top: -100px;
  margin-left: 30px;
  overflow: hidden;
}

#noticias img {
  border: solid 5px #FFFFFF;
  float: left;
  margin-right: 10px;
}

#noticias h1 {
  font-size: 14px;
  margin-bottom: 5px;
}

#noticias a { color: #555; display: block }
#noticias a:hover { color: #c69d24}
#noticias h1 a { color: #333333; }


#lista_noticias {
  width: 310px;
  height: 210px;
  margin-left: 30px;
  margin-top: 20px;
  float: left;
  overflow: hidden
}

#lista_noticias a,#agenda a { color:#666666 }

#noticia {
  margin-top: 20px;
  margin-top: 20px;
}

#noticia span {
  display: block;
  width: 60px;
  height: 35px;
  float: left;
  font-size: 11px;
}

.foto_noticia {
  border: solid 4px #FFFFFF;
  margin-right: 10px;
}

#right {
  float: right;
  width: 195px;
  margin-right: 50px;
  margin-top: -415px;
}

/* agenda */

#agenda {
  width: 193px;
  height: 210px;
  margin-left: 30px;
  margin-top: 20px;
  float: left;
  overflow: hidden;
  line-height: 15px;
}

.agenda_lista { width: 193px }

#publicidade {
  margin-left: 55px;
  margin-top: 255px;
}

#publicidade img {
  margin-top: 7px;
  margin-bottom: 7px;
  border: solid 1px #333333
}

/* conteudo */

#corpo_interno {
  height: auto;
  background: url(../images/bg.jpg) repeat-x;
  background-position: bottom;
  margin-top: 160px;
  padding-bottom:  5px;
}

#right_interna {
  float: right;
  width: 195px;
  margin-right: 50px;
  margin-top: -140px;
}

#conteudo {
  width: 500px;
  margin-top: -120px;
  position: absolute;
  margin-left: 20px;
  color: #835409;
}

#conteudo h1 {
  font-size: 14px;
  margin-top: 15px;
}

#clear {
  width: 760px;
  height: 20px;
  clear: both  
}

/* integrantes */

#integrante {
  margin-top: 20px;
  height: 110px;
}

.foto_int {
  border: solid 4px #FFFFFF;
  float: left; margin-right: 10px;
}

.input { font-size: 12px; color:#CC3300; border: solid 1px #666666 }