/* --- general --- */

body {
  background: #d8d8d8;
  padding: 0px;
  margin: 0px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 13px;
  overflow-x: hidden;
  width: 100%;
}

.site_container {
  margin: 1px;
  padding: 10px;
  background-color: #f8f8f8;
}

a {
  border-bottom: 1px dotted #3156a3;
  color: #3156a3;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
}

a:hover {
  text-decoration: underline;
}

p {
  color: #666;
  line-height: 150%;
  text-align: justify;
}

strong {
  color: #000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.relative {
  position: relative;
}

.margin_top_10 {
  margin-top: 10px;
}

.margin_left_10 {
  margin-left: 10px;
}

/* --- headers --- */
h1,
h2,
h3,
h6 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #000;
}

h1 a,
h2 a,
h3 a {
  color: #000;
}
h1 {
  font-size: 30px;
  text-align: center;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
  background: url(../img/icon_arrow_right_black.png) left center no-repeat;
  padding-left: 15px;
  margin-top: 30px;
}

h4 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 0;
  padding: 10px;
  font-weight: normal;
  color: #fff;
  background-color: #3156a3;
  font-size: 18px;
  text-align: center;
}

h6 a {
  font-size: 16px;
  margin-top: 10px;
}

/* --- header --- */
.capa {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 25%;
  padding-right: 25%;
}

.header_container {
  background-color: #fff;
  padding: 20px;
}

/* --- page --- */
.page {
  background-color: #fff;
  padding: 20px;
  border-top: 8px solid #f0f0f0;
}

li {
  line-height: 150%;
}
hr {
  text-align: left;
  size: 2;
  width: 100%;
}

/* --- table --- */
table {
  order-collapse: collapse;
  font-weight: bold;
  max-width: 100%;
  overflow-wrap: break-word;
  height: 100%;
  width: 100%;
}

th {
  border: 1px solid #bbb;
  padding: 0.5em;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  background: -moz-linear-gradient(#fff, #dedede);
  background: -webkit-linear-gradient(#fff, #dedede);
  background: -o-linear-gradient(#fff, #dedede);
}

tr {
  background: rgba(37, 74, 149, 0.1);
}

tr:nth-child(even) /* CSS3 */ {
  background: rgba(253, 235, 82, 0.2);
}

td {
  border: 1px solid #bbb;
  padding: 0.5em;
  text-align: center;
}
