/* --- general --- */

body {
	background: #D8D8D8;
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #666;
}

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

a {
	border-bottom: 1px dotted #3156A3;
	color: #3156A3;
	text-decoration: none;
	outline: none;
}

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;
}

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%;
}

/* --- table --- */
table {
	border-collapse: collapse;
	font-weight: bold;
}

th {
	border: 1px solid #bbb;
	padding:0.5em;
	text-transform: uppercase;
	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;
}
