@charset "utf-8";
/* CSS - TIO GUEDER */

/******** AGENDA *********/
#homeAgenda{
  width:548px/*571*/;
  height:317px;
  padding:0 0 0 23px;
  margin:0 27px 0 0;
  float:left;
  position:relative;
  background:url(../imagens/home_agenda_mural.jpg) no-repeat;
}
#homeAgenda h1{
  width:80%;
  height:67px;
  float:left;
  background:url(../imagens/h1_agendahome.gif) no-repeat 26px 41px;
}
#homeAgendaFoto{
  width:164px;
  height:199px;
  float:left;
  position:relative;
  overflow:hidden;
  clear:both;
  padding:0 0 0 7px;
}
#homeAgendaMoldura{
  width:171px;
  height:199px;
  position:absolute;
  top:0;
  left:0;
  z-index:500;
}
#homeAgendaTexto{
  width:133px;
  height:147px;
  float:left;
  margin:10px 0 0 0;
  overflow:hidden;
}
#homeAgenda h2{
  width:100%;
  float:left;
  font:bold 12px arial;
  color:#FFF;
  margin:0 0 10px 0;
}
#homeAgenda h3{
  width:100%;
  float:left;
  font:11px arial;
  color:#FFF;
  clear:left;
  line-height:18px;
}
#homeAgenda h3 .destaque{
  font-weight:bold;
  color:#ecc360;
  text-transform:uppercase;
}
/******** MURAL *********/
#homeMuralBotao a{
  width:80px;
  height:30px;
  position:absolute;
  top:200px;
  left:460px;
  display:block;
}
/******** GALERIA *********/
#homeGaleria{
  width:367px;
  float:left;
  margin:10px 0 0 0;
  border:1px solid #333;
}
#homeGaleria h1{
  width:100%;
  height:28px;
  border-bottom:1px solid #333;
  background:url(../imagens/h1_galeriahome.gif) no-repeat 210px 0;
}
#homeGaleria ul{
  width:100%;
  float:left;
  padding:0 0 0 4px;
}
#homeGaleria li{
  width:104px;
  height:75px;
  overflow:hidden;
  float:left;
  margin:8px 3px 0 3px;
  border:1px solid #393939;
  padding:4px;
}
#homeGaleria .thumbHome{
  width:104px;
  height:75px;
  overflow:hidden;
}
#homeGaleriaRodape{
  width:346px;
  float:left;
  margin:7px 0 0 0;
  text-align:right;
  padding:12px 22px 12px 0;
  border-top:1px solid #333;
  background:url(../imagens/seta.gif) no-repeat 347px 10px;
}
#homeGaleriaRodape a{
  font:11px arial;
  color:#FFF;
  text-decoration:none;
}
#homeGaleriaRodape a:hover{ text-decoration:underline; }