/* CSS Document */

#index{
  float: left;
  width: 440px;
  min-height: 370px;
  font-size: 12px;
}

.index_foto{
  border: 2px solid #fee3c4;
  width: 150px;
  height: 100px;
  margin: 15px;
}

#index h2{
  color: #55252;
  font-size: 18px;
  font-family: ITC Franklin Gothic;
  font-weight: medium;
  margin: 0;
  padding: 0;
}

#index p{
  margin: 0;
  padding: 0;
  font-family: verdana;
  margin-top: 15px;
}



#agenda{
  margin-top: 13px;
  float: right;
  width: 250px;
  min-height: 300px;
  margin-left: 20px;
  font-size: 12px;
}

#agenda_header{
  float: left;
  width: 240px;
  height: 36px;
  background-image: url(../img/agenda-header-bg.png);
  background-repeat: no-repeat;
  color: #5b5252;
  line-height: 36px;
  padding-left: 10px;
  font-weight: smooth;
  font-size: 18px;
  font-family: ITC Franklin Gothic;
}

#agenda_main{
  float: left;
  width: 237px;
  min-height: 50px;
  border-left: 1px solid #ffa300;
  border-right: 1px solid #ffa300;
  border-bottom: 1px solid #ffa300;
  padding-left: 10px;
}

h3{
  color: #ffb83b;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 12px;
}

