*{
  padding:0;
  margin:0;
}

.DO-body
{
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  word-wrap: normal;
  color: #4a4848;
  text-overflow: ellipsis;
}

.DO-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-right: 3px solid white;
  line-height: 30px;
}

.DO-table-thead th:nth-child(1) {
  width: 30%;
}

.DO-table-thead th:nth-child(2) {
  width: 70%;
}

.DO-table th, td {
  padding: 20px;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-right: 3px solid white;
}

.DO-table td {
  font-size: 14px;
  background-color: #ebebeb;
}

.DO-table th {
  font-size: 14px;
  background-color: #acacb1;
}

.DO-table caption {
  font-size: 18px;
  padding: 20px;
  background-color: #fe9846;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-right: 3px solid white;
}

.DO-table-tbody-td a:link {
  color: #fd9a4b;
  font-weight: bold;
  text-decoration: none;
}

.DO-table-tbody-td a:visited {
  color: #999999;
}

.DO-table-tbody-td a:hover {
  text-decoration: underline;
}

.DO-table ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.DO-ul-tag-menu a:link {
  color: #4a4848;
}

.DO-table li {
  float: left;
  font-weight: bold;
}

.DO-table li a {
  display: block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.DO-table li a:hover {
  text-decoration: underline;
}

.DO-table-caption a {
  color: white;
  text-decoration: none;
}

.DO-table-caption a:hover {
  text-decoration: underline;
}

.DO-table-tbody-th a {
  color: 4a4848;
  text-decoration: none;
}

.DO-table-tbody-th a:hover {
  text-decoration: underline;
}

.DO-p-tag-clasificacion-first {
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0;
  color: #4a4848;
}

.DO-p-tag-clasificacion {
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 10px;
  color: #4a4848;
}

.DO-p-tag-URL {
  padding-top: 5px;
  padding-left: 5px;
}

.DO-p-tag-URL-descripcion {
  padding-left: 5px;
}

.DO-p-tag-clasificacion-first a:link {
  color: #4a4848;
}

.DO-p-tag-clasificacion a:link {
  color: #4a4848;
}


.DO-p-tag-clasificacion-first a:visited {
  color: #999999;
}

.DO-p-tag-clasificacion a:visited {
  color: #999999;
}

.DO-url a {
  color: #4a4848;
}