
#main {
  min-height: 800px; }

#title {
  background-color: #262626;
  padding: 13px;
  padding-left: 20px;
  margin-top: 0;
  border: solid 1px #494949;
  text-align: right; }
  #title h2 {
    font-size: 1.5em;
    color: #fb6400;
    margin-bottom: 4px; }

#texto {
  padding: 1px;
  padding-top: 20px;
  font-size: 1.1em;
  line-height: 1.5em; }

#left_col {
  float: left;
  width: 45%;
  padding: 15px; }

#right_col {
  float: right;
  width: 45%;
  padding: 15px; }

.orange {
  color: #fb6400; }

#indicator {
  left: 750px; }

