* {
  -webkit-box-sizing: border-box; /* Android = 2.3, iOS = 4 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body {

	min-width:240px;
	min-height:320px;
}

body {
	line-height:1;
	color: black;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


ul, ol {
	list-style:none;
}

img {
	border:none;
}

:focus {
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}

.clear {
	clear:both;
}

.clearfix {
    content: ".";
    display: inline;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearer {
	clear:both;
	width:100%;
	border-top: solid 1px #CCC;
	padding-bottom:20px;
	margin-top:50px;
}

/* Andrew's better clear fix */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}
.inline-block {
	display: inline-block;
}
.ie6 .inline-block,
.ie7 .inline-block {
	display: inline;
	zoom: 1;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

/* IE lacks these rules */
article, aside, footer, header, hgroup, nav, section {
	display: block;
}


/*
 * It starts here.
 */
html {
	/* overflow: hidden; */

}

html.ie {
/* 	min-height: 600px; */
	overflow: auto;
}

body {
	margin: 0 0 0;
	min-height: 320px;
	min-width: 320px;
	padding: 0;
	text-rendering: optimizeLegibility;
	font-family: 'PT Sans', sans-serif;
}

.content-box {max-width:1200px;margin:0 auto;position:relative;padding-top:40px;padding-bottom:200px;}


.content-box h2{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1em;
	margin: 20px;
	text-align:left;
	color: #333;

}

.content-box h3{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1em;
	margin: 30px 20px 20px 20px;
	text-align:left;
	color: #7D7D7D;

}

.content-box h4{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6em;
	margin: 10px 20px;
	text-align:left;
	color: #444;
	color:#6E8685;
	vertical-align: bottom;
}

.content-box h4 span {
	display: inline-block;
	padding: 10px;
	background-color: #DAE7E7;
	width: 60px;
	text-align: center;
	color:#6E8685;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 7px;
}

.content-box h5{
	font-size: 16px;
	margin: 0 20px;
	letter-spacing: 0;
	line-height: 1em;
	text-align:left;
	color: #859798;
	font-weight:700;
}

.content-box p{
	color: #555;
	text-align: justify;
	margin:10px 20px;
	line-height:150%;
}

.content-box p span,
.content-box p b
{
	color: #859798;
	font-weight:700;
	display: inline-block;
	margin-right: 7px;
}

.content-box h5 span {
	display: inline-block;
	margin-right: 7px;
}

.content-box p img{
	max-width:100%;
	margin: 20px auto;
	display: block;
}

.content-box p:last-child {
	padding-bottom:50px;
}

.content-box p.highlight strong {
	display: block;
	padding: 5px;
	background-color: #DAE7E7;
	width: 190px;
	color: #d1ad33;
	margin: 0;
	font-size: 110%;
}


.content-box ul,
.content-box ol {
	text-align:left;
	margin: 0 40px 30px;
	color: #555;
	line-height:150%;
}

.content-box ul {
	list-style:disc outside none;
}

.content-box ol {
	list-style:outside none;
}
.content-box ol li{
	margin-bottom: 10px;
}

.content-box .separator {
	display:block;
	min-height:10px;
	border-bottom:solid 1px #CCC;
	text-align:right;
	width:100%;
	margin-bottom:30px;
	padding-bottom:3px;
}

.content-box blockquote {
	display:block;
	line-height:150%;
	background-color:#DDD;
	color:#888;
	margin:20px;
	padding:10px;
	border:dotted 1px #BBB;
	text-align:justify;
	font-size:80%;
}

.content-box p sup,
.content-box h3 sup,
.content-box h4 sup,
.content-box h5 sup
{
	font-weight:400;
	font-size:70%;
}

.content-box .button {
	padding:0;
	color: #CCC;
	cursor: pointer;
	font-weight: 700;
	font-style: italic;
	font-size: 100%;
	margin:0 0 20px 0;
	width:49%;
	height:auto;
	min-height:30px;
	max-width:49%;
	display:block;
	zoom: 1;
    *display: inline;
}

.content-box .button.left {
	text-align: left;
	float:left;
}

.content-box .button.right {
	text-align: right;
	float:right;
}

.content-box p img.half-width {
	width:50%;
}

.content-box p img.seventh {
	width:70%;
}

.content-box p img.fourth {
	width:40%;
}
.content-box p img.third {
	width:30%;
}
.content-box p img.second {
	width:20%;
}

.modal-close {
	position:absolute;
	top:15px;
	right:20px;
	padding:7px 10px;
	background-color:#111;
	color:#FFF;
	text-decoration:none;
}


#politicas-y-gestion-financiera h2,
#politicas-y-gestion-financiera h4,
#politicas-y-gestion-financiera .button,
#politicas-y-gestion-financiera p span,
#politicas-y-gestion-financiera p b {
	color: #00A0A2;
}

#gobierno-gestion-institucional h2,
#gobierno-gestion-institucional h4,
#gobierno-gestion-institucional .button,
#gobierno-gestion-institucional p span,
#gobierno-gestion-institucional p b {
	color:#157A94;
}

#anexos h2,
#anexos h4,
#anexos .button,
#anexos p span,
#anexos p b {
	color:#F47B50;
}

#anexos h4 span{
  color: #F47B50;
  background-color: #F3F2F1;
}

#estados-financieros h2,
#estados-financieros h4,
#estados-financieros .button {
	color: #748A87;
}
