body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  color: #2d2d2d;
  font-size: 12px;
  font-family: Arial;
}

span, td {
  color: #2d2d2d;
  font-size: 12px;
  font-family: Arial;
}

/* CLASS ---------------------------------------------------------------------*/

.b_orange {
  background-color: #fa9b17;
  padding: 8px;
  margin: 8px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-right: 1px solid #7f4817;
  border-bottom: 1px solid #7f4817;
  border-left: 1px solid #edda74;
  border-top: 1px solid #edda74;
}

.b_orange a {
  text-decoration: none;
}

.title {
  width: 100%;
  color: #347c2c;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 2px solid #347c17;
}

.msg {
  color: red;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid red;
  border-top: 2px solid red;
}

/* ID ------------------------------------------------------------------------*/

#content_body {
  width: 100%;
  height: 100%;
  text-align: center;
}

#content {
  width: 984;
  /* background-color: blue; */
  padding-left: 4px;
  padding-right: 4px;
  margin: auto;
}

#content_header_line_top {
  background-color: #1d1d1d;
  border-bottom: 1px solid Green;
  height: 21px;
}

#content_header_line_top_msg {
  text-align: left;
  width: 984px;
  margin: auto;
  background: url(imagenes/grupoth_21.gif) 100% 0px no-repeat;
  font-size: 10px;
  color: #ffffff;
  line-height: 21px;
}

#content_header_line_top_msg a {
  text-decoration: none;
  color: #ffffff;
}


#content_top {
  width: 100%;
  /* background-color: red; */
  text-align: left;
}

#content_middle {
  width: 100%;
  /* background-color: red; */
  text-align: left;
}

#content_middle_weight {
  width: 760px; 
  text-align: left;
  padding: 4px;
}

#content_middle_thin {
  width: 210px;
  text-align: left;
  padding: 4px;
  float: right;
}

#content_bottom {
  width: 100%;
  padding: 4px;
  border-top: 1px solid #4d4d4d;
}
