* {
  margin: 0; padding: 0; font-family: Arial; font-size: 14px;
}

h1 {
  background: #4d7bb9;
  font-size: 20px; font-weight: normal; color: #FFF;
  height: 45px; line-height: 45px; text-indent: 20px; display: block;
}

h2 {
  background: #bcbcbc;
  font-size: 20px; font-weight: normal; color: #FFF;
  height: 45px; line-height: 45px; text-indent: 20px; display: block; margin: 10px 0;
  clear: both;
}

#container {background-color: #eaeaea;}

#content { height: 1000px; overflow-y: auto; }

.aba {
  display: none;
}

#abas_menu {
  margin: 0; padding: 20px 0;
}

#abas_menu li {
  list-style: none; width: 33%; display: inline-block;
}
#abas_menu span {
  background: #d1d1d1; height: 45px; font-size: 30px;
  display: block; line-height: 45px;
}
#abas_menu a {
  border-left: 1px solid #FFF; border-right: 1px solid #FFF; display: block; text-align: center; overflow: hidden;
  color: #444444; text-decoration: none; background: #eaeaea;
}

.half {
  width: 49.8%; float: left; background: #d1d1d1;  padding: 10px 0;
  margin: 0.1%;
}

.half p, .full p {
  padding: 0 5px;
}

.half a, .full a {
  display: block; text-align: center;
}

.half .full {
  width: 93%; display: block; background: #d1d1d1; margin: 10px 0; padding: 16px; 
}

.full {
  width: 100%; display: block; background: #d1d1d1; margin: 10px 0; padding: 10px 0;
}