html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu,
	nav, section {
	display: block
}

summary {
	display: list-item
}


[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b, strong {
	font-weight: inherit;
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button, input, select, textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: 700
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}


html {
	box-sizing: border-box;
	min-height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased
}

*, :after, :before {
	box-sizing: inherit
}

body {
	background-color: #f9f9f9;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, p, pre {
	margin: 0
}

button {
	cursor: pointer;
	background: transparent;
	border: 0;
	padding: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

iframe {
	border: 0
}

table {
	border-collapse: collapse;
	background-color: transparent
}



img {
	vertical-align: middle
}

embed, iframe, img, object, video {
	max-width: 100%
}

a {
	color: #3155a6;
	text-decoration: none
}

a:focus, a:hover {
	text-decoration: underline
}

:focus, button:focus {
	outline: 2px solid #ffbf47;
	outline-offset: .04063rem
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: .5rem
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

h3 {
	font-size: 1.75rem
}

h4 {
	font-size: 1.5rem
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-bottom: 1rem
}

small {
	font-size: 80%;
	font-weight: 400
}

hr {
	border: 0;
	border-top: 1px solid #eee;
	display: block;
	height: 1px;
	margin: 2em 0;
	padding: 0
}

.Container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
	max-width: 1304px
}

.Container:after, .Container:before {
	display: table;
	content: ""
}

.Container:after {
	clear: both
}

.Container--small {
	max-width: 48rem
}

.List {
	list-style: none;
	padding: 0;
	margin-top: 0
}

.List .List-item, .List>li {
	padding: .75rem;
	border-top: 1px solid #eee;
	display: block
}

.List .List-item:first-child, .List>li:first-child {
	border-top: 0
}

.List-subtitle {
	text-transform: uppercase;
	color: #555;
	font-size: .85rem;
	font-weight: 600;
	display: block;
	border-bottom: 1px solid #eee;
	padding-bottom: .75rem
}

.List--media .Media {
	padding: 0;
	padding-top: 2rem;
	margin-top: 2rem
}

.List--media .Media:first-child {
	padding-top: 0;
	margin-top: 0
}

.List--media .Media-title, .List--media h3 {
	margin: .5rem 0;
	font-size: 1.625rem
}

.List--media .Media-text, .List--media p {
	margin: .5rem 0
}

@media screen and (max-width:768px) {
	.List--media .Media-image {
		max-width: 100px;
		margin-right: 1rem;
		margin-bottom: .5rem
	}
}

@media screen and (max-width:480px) {
	.List--media .Media-image {
		width: 100%;
		float: none;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
		overflow: hidden
	}
}

.List--media .Download {
	font-size: .875em;
	margin-top: 1.25em
}

.Media, .Media-body {
	display: block;
	overflow: hidden;
	text-align: left
}

.Media-image {
	float: left;
	margin-right: 1.5rem
}

.Media--full .Media-image {
	float: none;
	margin-right: 0;
	margin-bottom: 2rem;
	margin-left: 0
}

.Icon {
	width: 1.5em;
	height: 1.5em;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px
}

.Icon--small {
	font-size: .75rem
}

.Icon--large {
	font-size: 2rem
}

.Icon--download {
	background-image:
		url(img/icon-download.svg)
}

.no-svg .Icon--download {
	background-image:
		url(img/icon-download.png)
}

.Image img {
	border-radius: 2px
}

.Image .Image-caption, .Image figcaption {
	font-size: .85em;
	font-style: italic
}

.Image--left {
	float: left;
	margin-right: 1rem;
	margin-bottom: 1.5rem
}

.Download {
	line-height: 1.35;
	color: #000
}

.Download:focus, .Download:hover {
	text-decoration: none
}

.Download:focus .Download-icon, .Download:hover .Download-icon {
	background-color: #fff;
	border: 2px solid #eee
}

.Download:focus .Download-title, .Download:hover .Download-title {
	text-decoration: underline
}

.Download .Media-image {
	margin-right: 1rem
}

.Download-icon {
	border-radius: 50%;
	background-color: #eee;
	border: 2px solid transparent;
	-webkit-transition: background-color .35s, border-color .35s;
	transition: background-color .35s, border-color .35s;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 2.75em;
	height: 2.75em
}

.Download-icon .Icon {
	top: 0
}

.Download-title {
	font-size: 1.25em;
	font-weight: 600;
	color: #3155a6;
	margin-bottom: .25em
}

.Download-description {
	color: #555;
	font-size: 1em
}

.Download-date {
	font-size: .85em;
	color: #555
}

.Download--large {
	font-size: 1.125rem
}

.Download--large .Download-title {
	font-size: 1.25em
}

.Download--large .Download-icon {
	padding: 1em
}

.Download--large .Download-icon svg {
	width: 2em;
	height: 2em
}

.Download--small {
	font-size: .875em
}

.Page {
	box-shadow: 0 2px 2px rgba(0, 0, 0, .18);
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 2rem;
	padding: 2.5rem;
	position: relative
}

.Page:after, .Page:before {
	display: table;
	content: ""
}

.Page:after {
	clear: both
}

.ie8 .Page {
	border: 1px solid #ddd
}

.Page-title {
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
	margin-top: 1rem
}

.Page-title2 {
	font-size: 2rem;
	margin-bottom: 2.5rem;
	margin-top: 3rem
}

.Page-heading {
	font-weight: 400
}

.Page-heading strong {
	font-weight: 700
}

.Page-description {
	font-size: 1.3125rem;
	color: #333;
	margin-top: 2rem;
	margin-bottom: 3.5rem
}

.Page-image {
	margin-bottom: 2rem
}

.Page-image img {
	border-radius: 2px;
	width: 100%;
	height: auto
}

.Page-date {
	color: #555;
	font-size: .85rem
}

.Page-subtitle {
	color: #555;
	display: block;
	font-size: 1.15em;
	line-height: 1.15;
	margin-bottom: 1em;
	margin-top: 1em
}

.Page-info {
	margin-bottom: 2rem;
	margin-top: 1rem
}

.Page-info:after, .Page-info:before {
	display: table;
	content: ""
}

.Page-info:after {
	clear: both
}

.Page blockquote {
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	border-left: .25rem solid #eee;
	clear: both
}

.Page-actions {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	font-size: .9em;
	float: right
}

.Page-actions li {
	list-style: none
}

.Page-actions li {
	display: inline-block;
	padding-left: .5rem
}

.Page-nav ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0
}

.Page-nav ul li {
	list-style: none
}

.Page-navTitle {
	font-weight: 700;
	font-size: 1.15rem;
	display: block;
	padding: 2rem 1.5rem 1rem
}

.Page-navList li {
	border-bottom: 1px solid #eee
}

.Page-navList li a {
	display: block;
	padding: .75rem 1.5rem;
	-webkit-transition: color .25s;
	transition: color .25s
}

.Page-navList li a:hover {
	color: #000
}

.Page-navList li.is-active {
	border-left: 4px solid #bbb
}

.Page-navList li.is-active a {
	color: #000;
	text-decoration: none;
	border-right: 1px solid #fff;
	width: calc(100% + 1px);
	position: relative;
	z-index: 2
}

.Page-navSublist {
	margin-left: 1.5rem;
	font-size: .85rem
}

.Page-navSublist li a {
	padding: .75rem 1rem
}

.Page-navSublist li:last-child {
	border-bottom: 0
}

.Page-document h2:not ([class] ), .Page-document h3:not ([class] ),
	.Page-document h4:not ([class] ), .Page-document h5:not ([class] ),
	.Page-document h6:not ([class] ){
	margin-top: 3rem;
	margin-bottom: 1.25rem
}

.Page-document h2:not ([class] ){
	font-size: 1.875rem
}

.Page-document h3:not ([class] ){
	font-size: 1.5rem;
	margin-top: 2.75rem
}

.Page-document h4:not ([class] ){
	font-size: 1.325rem;
	margin-top: 2.5rem
}

.Page-document h5:not ([class] ){
	font-size: 1.125rem;
	margin-top: 2.25rem
}

.Page-document ul:not ([class] ){
	margin-bottom: 2em
}

.Page-document ul:not ([class] ) li+li {
	margin-top: .25em
}

.Page-document li>ul:not ([class] ){
	margin-top: .5em
}

.Page-document .Download {
	margin-bottom: 1.5rem
}

.Page-document .Page-downloads li {
	padding: 1rem 0
}

.Page-document .Page-downloads .Download {
	margin-bottom: 0
}

.Page-header {
	border-bottom: 1px solid #eee;
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 3rem
}

.Page-header>* {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 0
}

.Page--hasNav {
	padding: 0
}

.Page--hasNav .Page-body {
	padding: 2.5rem;
	border-left: 1px solid #eee
}

.Page-nav+.Filtros {
	margin-top: 1.25rem
}

.Page-navStatus {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s
		ease-in-out
}

.Page-navTitle.collapsed {
	border-bottom: 1px solid #eee
}

.Page-navTitle.collapsed .Page-navStatus {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.Breadcrumb {
	background-color: #fff;
	font-size: .875em;
	padding: .675em 0
}

.Breadcrumb:after, .Breadcrumb:before {
	display: table;
	content: ""
}

.Breadcrumb:after {
	clear: both
}

.Breadcrumb a {
	color: #000;
	text-decoration: none
}

.Breadcrumb a:hover {
	text-decoration: underline
}

.Breadcrumb ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0
}

.Breadcrumb ul li {
	list-style: none;
	display: inline-block;
	margin-left: 12px
}

.Breadcrumb ul li:before {
	padding-right: 12px;
	color: #555;
	content: "\00bb"
}

.Breadcrumb ul li:first-child:before {
	display: none
}

.Breadcrumb ul li:first-child {
	padding-left: 0;
	margin-left: 0
}

.Header {
	background-color: #fff
}

.Header-top {
	border-bottom: 1px solid #eee;
	padding-top: .75em;
	padding-bottom: .75em
}

.Header-top:after, .Header-top:before {
	display: table;
	content: ""
}

.Header-top:after {
	clear: both
}

.Header-site {
	float: left;
	display: table
}

.Header-site .Header-mainLink {
	display: table-cell;
	position: relative;
	top: 3px
}

.Header-site img {
	vertical-align: bottom;
	max-width: 120px;
	height: auto
}

.Header-parent {
	display: inline-block;
	margin-left: 1.5em;
	font-weight: 400;
	top: -1px;
	position: relative;
	border-left: 1px solid #ccc;
	padding-left: 1.5em
}

.Header-parent a {
	color: #555
}

@media screen and (max-width:520px) {
	.Header-parent {
		display: none
	}
}

.Header-explore {
	display: table-cell;
	vertical-align: bottom;
	width: 1.825em;
	height: 1.825em;
	border-radius: 3px;
	border: 1px solid #666;
	color: #666;
	overflow: hidden;
	margin-left: .75em
}

.Header-login {
	float: right;
	margin-top: .1825em
}

.Header-body {
	padding-top: 1.75em;
	padding-bottom: 1.75em
}

.Header-body:after, .Header-body:before {
	display: table;
	content: ""
}

.Header-body:after {
	clear: both
}

.Header-logo {
	float: left;
	margin-bottom: 0
}

.Header-logo a {
	color: #000
}

.Header-search {
	float: right;
	margin-top: 1em;
	width: 100%;
	max-width: 30em
}

.Header-arrow:after {
	content: "";
	width: 0;
	height: 0;
	border: .2825em solid transparent;
	border-left-color: inherit;
	position: relative;
	top: 0;
	display: inline-block;
	margin-top: .64481em;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.Header-menuTrigger {
	float: right;
	color: #000;
	border: 1px solid #000;
	padding: .25em .5em;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: .6875em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1em
}

.Header-menuTrigger>svg {
	margin-right: .125em
}

.Header-logo a:hover {
	text-decoration: none
}

.Logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.Logo-abbr {
	font-weight: 400;
	font-size: 16px;
	color: #555
}

.Logo-abbr+.Logo-title, .Logo-title+.Logo-abbr {
	margin-top: .325rem
}

.Logo-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px
}

.Logo-image {
	margin-right: .5em
}

.Nav {
	background-color: #3155a6;
	position: relative;
	z-index: 3
}

.Nav:after, .Nav:before {
	display: table;
	content: ""
}

.Nav:after {
	clear: both
}

.Nav a {
	display: block
}

.Nav a, .Nav a:hover {
	text-decoration: none;
	color: #fff
}

.Nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	left: -1.5rem
}

.Nav-item {
	float: left;
	text-align: center
}

.Nav-item>a {
	background-color: transparent;
	font-size: 1rem;
	font-weight: 600;
	padding: .875rem 1.5rem;
	-webkit-transition: background-color .375s;
	transition: background-color .375s;
	width: 100%
}

.Nav-search {
	border: 0;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem
}

.Nav-list, .Nav-subnav ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0
}

.Nav-list li, .Nav-subnav ul li {
	list-style: none
}

.Nav-list>li {
	position: relative
}

.Nav-list>li>a:hover {
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}

.Nav-item.hover a {
	background-color: #0d2d6c
}

.Nav-item>a {
	position: relative;
	z-index: 12
}

.Nav-subnav {
	background-color: #0d2d6c;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
	left: -9999px;
	opacity: 0;
	position: absolute;
	text-align: left;
	-webkit-transition: left 0s, opacity .375s;
	transition: left 0s, opacity .375s;
	width: 14rem;
	z-index: 11
}

.Nav-subnav ul li:last-child {
	border-bottom: 0
}

.Nav-subnav ul li:last-child a {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px
}

.Nav-subnav a {
	border-bottom: 1px solid hsla(0, 0%, 100%, .05);
	padding: 10px 20px
}

.Nav-subnav a:focus, .Nav-subnav a:hover {
	text-decoration: none;
	background-color: #3155a6
}

.Nav-list>li.hover .Nav-subnav, .Nav-list>li:hover .Nav-subnav,
	.Nav-list>li>a:focus+.Nav-subnav, .Nav-list>li>a:hover+.Nav-subnav {
	left: 0;
	opacity: 1
}

.Nav-list>li:hover .Nav-subnav, .Nav-list>li>a:focus+.Nav-subnav,
	.Nav-list>li>a:hover+.Nav-subnav {
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}

body:after {
	opacity: 0;
	content: "";
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

body.has-menu {
	overflow: hidden
}

body.has-menu:after {
	content: "";
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: .5;
	z-index: 11
}

.u-size1of2{
	width: 50% !important
}

.u-size3of4{
	width: 75% !important
}


.u-main {
	margin-top: 2rem;
	margin-bottom: 2rem
}