body {
	background: #f8f8f8 none repeat scroll 0 0;
	color: #6d6e71;
}
.container {
	background: #fff none repeat scroll 0 0;
	border-left-color: #dddddc;
	border-right-color: #dddddc;
}
a, a:visited {
	color: #211f3d;
}
a:hover {
	color: #211f3d;
}
h1, h2, h3, h4, h5, h6 {
	color: #211f3d;
}
.btn, .btn:visited {
	color: #f6f6f6;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-voltar {
	background-color: transparent;
	box-shadow: 0 0 2px rgba(0, 0, 0, 1);
}
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.btn:active, .btn.active {
	background-image: none;
}
.btn-default {
	background: #0e0e0e linear-gradient(to bottom, #6e6e6e 0px, #0e0e0e 100%) repeat-x scroll 0 0;
	border: medium none #211f3d;
	color: #fff;
	text-shadow: none;
}
.btn-default:active, .btn-default.active, .btn-default:focus {
	background-color: #e6e6e6;
	border-color: #e0e0e0;
	color: #f6f6f6;
}
.btn-default:hover {
	background: #097f95 -moz-linear-gradient(center top, #52b8cb 0px, #097f95 100%) repeat scroll 0 0;
	color: #f6f6f6;
	text-decoration: none;
}
.btn-voltar {
	background: #222 linear-gradient(to bottom, #6e6e6e 0px, #222 100%) repeat-x scroll 0 0;
	border: medium none #211f3d;
	color: #f6f6f6 !important;
	text-shadow: none;
}
.btn-voltar span {
	color: #f6f6f6 !important;
}
.btn-voltar:active, .btn-voltar.active, .btn-voltar:focus {
	background-color: #666;
	border-color: #777;
}
.btn-voltar:hover {
	background: #444 -moz-linear-gradient(center top, #888 0px, #444 100%) repeat scroll 0 0;
	text-decoration: none;
}
.btn-voltar .glyphicon {
	margin-left: -2px;
	margin-right: 5px;
}
.btn-voltar.btn-link {
	color: #211f3d !important;
}
.btn-voltar.btn-link .glyphicon {
	color: #211f3d !important;
	top: 1px;
}
.btn-primary {
	background: #097f95 -moz-linear-gradient(center top, #52b8cb 0px, #097f95 100%) repeat-x scroll 0 0;
	color: #f6f6f6;
	text-decoration: none;
}
.btn-primary:hover {
	background: #0e0e0e linear-gradient(to bottom, #6e6e6e 0px, #0e0e0e 100%) repeat-x scroll 0 0;
	color: #f6f6f6;
	text-decoration: none;
}
.btn-primary:active, .btn-primary.active {
	background-color: #1f8cb2;
	border-color: #2d6ca2;
}
.btn.disabled {
	background: #bababa -moz-linear-gradient(center top, #e7e7e7 0px, #bababa 100%) repeat-x scroll 0 0;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
.ie8 .btn.disabled {
}
.btn-success {
	background: #8ac443 none repeat scroll 0 0;
}
.btn-warning {
	background: #eb6 none repeat scroll 0 0;
}
.btn-danger {
	background: #e84445 none repeat scroll 0 0;
}
.btn-success:hover {
	background: #7bb138 none repeat scroll 0 0;
}
.btn-warning:hover {
	background: #e8a32f none repeat scroll 0 0;
}
.btn-danger:hover {
	background: #d11b1b none repeat scroll 0 0;
}
.btn-info {
	background: #fff none repeat scroll 0 0;
	border-color: #ddd;
	color: #404040;
}
.btn-info:active, .btn-info.active {
	background-color: #333;
	border-color: #211f3d;
	color: #f3f3f3;
}
.ie8 .btn-default {
}
.ie8 .btn-default:hover {
}
.ie8 .btn-primary {
}
.ie8 .btn-primary:hover {
}
.ie8 .btn-info {
}
.ie8 .btn-warning {
}
.ie8 .btn-danger {
}
.ie8 .btn-success {
}
.thumbnail, .img-thumbnail {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #357ebd;
	background-image: linear-gradient(to bottom, #428bca 0px, #357ebd 100%);
	background-repeat: repeat-x;
}
.navbar {
	background-image: linear-gradient(to bottom, #fff 0px, #f8f8f8 100%);
	background-repeat: repeat-x;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar .navbar-nav > .active > a {
	background-color: #f8f8f8;
}
.navbar-brand, .navbar-nav > li > a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
	background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
	background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
	background-color: #222;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}
.alert {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert-info {
	background: #211f3d none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
}
.alert-warning {
	background: #eb6 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
}
.alert-danger {
	background: #e84445 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
}
.progress {
	background-image: linear-gradient(to bottom, #ebebeb 0px, #f5f5f5 100%);
	background-repeat: repeat-x;
}
.progress-bar {
	background-image: linear-gradient(to bottom, #428bca 0px, #3071a9 100%);
	background-repeat: repeat-x;
}
.progress-bar-success {
	background-image: linear-gradient(to bottom, #5cb85c 0px, #449d44 100%);
	background-repeat: repeat-x;
}
.progress-bar-info {
	background-image: linear-gradient(to bottom, #5bc0de 0px, #31b0d5 100%);
	background-repeat: repeat-x;
}
.progress-bar-warning {
	background-image: linear-gradient(to bottom, #f0ad4e 0px, #ec971f 100%);
	background-repeat: repeat-x;
}
.progress-bar-danger {
	background-image: linear-gradient(to bottom, #d9534f 0px, #c9302c 100%);
	background-repeat: repeat-x;
}
.list-group {
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-image: linear-gradient(to bottom, #428bca 0px, #3278b3 100%);
	background-repeat: repeat-x;
	border-color: #3278b3;
	text-shadow: 0 -1px 0 #3071a9;
}
.panel {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
	background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
	background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
	background-image: linear-gradient(to bottom, #428bca 0px, #357ebd 100%);
	background-repeat: repeat-x;
}
.panel-success > .panel-heading {
	background-image: linear-gradient(to bottom, #dff0d8 0px, #d0e9c6 100%);
	background-repeat: repeat-x;
}
.panel-info > .panel-heading {
	background-image: linear-gradient(to bottom, #d9edf7 0px, #c4e3f3 100%);
	background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
	background-image: linear-gradient(to bottom, #fcf8e3 0px, #faf2cc 100%);
	background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
	background-image: linear-gradient(to bottom, #f2dede 0px, #ebcccc 100%);
	background-repeat: repeat-x;
}
.well {
	background: #eee none repeat scroll 0 0;
}
a.skip {
	background: #ff9 none repeat scroll 0 0;
	border-color: #222;
	color: #211f3d;
}
a.skip:hover {
	background: #fff none repeat scroll 0 0;
}
.top-bar {
	background: rgba(0, 100, 177, 0.9) none repeat scroll 0 0;
}
.top-bar .container {
	background: none;
}
.top-bar .lnks-l > li > a, .top-bar .lnks-r > a {
	color: #bebebe;
}
.top-bar .lnks-l > li > a.act {
	background: #212121 none repeat scroll 0 0;
}
.bot-bar {
	background: #fdfdfd url("") no-repeat scroll center top;
}
.bot-bar .copyright, .bot-bar .lnks-r > ul > li > a {
	color: #6d6e71;
}
.page-header.dark, .page-header.white {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.pesq input[type="text"], .ipt-pesq[type="text"] {
	background-color: #4fa9a7;
	color: #fff;
}
.pesq input:focus, .pesq input.active {
	background-color: #4fa9a7;
	color: #25233f;
}
.pesq-res {
	background: #fff none repeat scroll 0 0;
	border-color: #ddd;
}
.pesq-res p {
	color: #25233f;
}
.pesq-res-lst li {
	border-color: #e1e1e1;
}
.pesq-res-lst li a {
	box-shadow: 0 0 0 #25233f;
	color: #6d6e71;
}
.pesq-res-lst li a:hover, .pesq-res-lst li a:focus {
	background: #f3f3f3 none repeat scroll 0 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.pesq-res-lst li a span {
	color: #25233f;
}
.pesq-res-lst li a:hover span, .pesq-res-lst li a:focus span {
	color: #25233f;
}
header .nav {
	background: #fff none repeat scroll 0 0;
	border-bottom: 2px solid #f4f4f4;
	position: relative;
	z-index: 100;
}
.ie8 header .nav {
}
.menu > li > a {
	color: #211f3d;
}
.nav-menu .menu > li > a:active, .nav-menu .menu > .active > a, .nav-menu .menu > li.visible > a:active {
	background-color: #211f3d;
	color: #211f3d;
}
.nav-menu .menu > li:hover, .nav-menu .menu > li.visible, .nav-ipts .menu > li:first-child:hover {
	background-color: #fff;
}
.menu > li:hover > a, .nav-menu .menu > li.visible > a {
	color: #211f3d;
}
.menu > li .ic-nav {
	border-color: #211f3d;
}
.menu > li:hover .ic-nav {
	border-color: #211f3d;
}
.menu > li .ic-nav > span {
	background: #211f3d none repeat scroll 0 0;
}
.menu > li:hover .ic-nav > span {
	background: #211f3d none repeat scroll 0 0;
}
.nav-sub {

    width: -webkit-fill-available;

	background: rgba(255, 255, 255, 0.97) none repeat scroll 0 0;
}
.nav-sub-box a {
	font-size: 14px
}
.nav-sub-box > ul > li {
	border-color: #ddd;
}
.nav-sub-box > ul > li > a {
	color: #211f3d;
}
.nav-sub-box > ul > li > a:hover {
	color: #211f3d;
}
.nav-sub-box > ul > li > ul > li > a {
	color: #6d6e71;
}
.nav-sub-box > ul > li > ul > li > a:hover {
	color: #211f3d;
}
.nav-sub-l .nav-sub-bot a {
	color: #211f3d;
}
.nav-sub-r {
	background: #e6e6e6 none repeat scroll 0 0;
	border-color: #cbcbcb;
}
.nav-sub-r p {
	color: #6d6e71;
}
.nav-sub-r h4 {
	color: #211f3d;
}
.nav-sub-r ul a {
	color: #6d6e71;
}
.nav-sub-r ul a:hover {
	color: #211f3d;
}
.lnks-lst a {
	color: #58595b;
}
.lnks-lst a:hover > img {
	background-color: #fff;
	box-shadow: 0 -5px 20px 30px #fff;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2211f3d/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.ie8 .lnks-lst a:hover > img {
	background-color: #f3f4f4;
}
.row-help h3 {
	color: #211f3d;
}
.back-top, .event-case {
	background: #f3f4f4 none repeat scroll 0 0;
}
.back-to-top:hover {
	color: #626262;
}
.row-social {
	background: #fff none repeat scroll 0 0;
}
.col-redes {
	border-color: #e8e8e7;
}
.sitemap {
	background-color: #f3f4f4;
	border-color: #bdbdbd;
}
.sitemap ul li > div {
	border-color: #c2c3c3;
}
.sitemap a, .sitemap a:visited {
	font-size: 0.9em;
	color: #6d6e71;
}
.sitemap a:hover {
	color: #211f3d;
}
.awards-row {
	background: #fff none repeat scroll 0 0;
}
.awards-row h5 {
	color: #6d6e71;
}
.form-control:focus {
	border-color: #211f3d;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 157, 187, 0.6);
}
.lnk-gr, .lnk-gr:visited {
	color: #6d6e71;
}
.lnk-gr:hover {
	color: #211f3d;
}
.bl-pills .nav.nav-pills > li {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #6f6f6f 0px, #0e0e0e 100%) repeat scroll 0 0;
}
.ie8 .bl-pills .nav.nav-pills > li {
}
.bl-pills .nav.nav-pills > li:hover, .bl-pills .nav.nav-pills > li.active {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d2d2d2 0px, #f8f8f8 100%) repeat scroll 0 0;
	box-shadow: 0 -2px 16px -4px #211f3d inset;
}
.ie8 .bl-pills .nav.nav-pills > li:hover, .ie8 .bl-pills .nav.nav-pills > li.active {
}
.nav.nav-pills > li > a {
	color: #fff;
}
.nav.nav-pills > li:hover > a, .nav.nav-pills > li.active > a {
	color: #211f3d;
}
.nav-lvl-5 .nav.nav-pills > li.active {
	background: #eee none repeat scroll 0 0;
	border-color: #ddd;
	box-shadow: none;
}
.nav-lvl-5 .nav.nav-pills > li > a {
	background-image: none;
	color: #211f3d;
}
.nav-lvl-5 .nav.nav-pills > li:hover > a, .nav-lvl-5 .nav.nav-pills > li.active a {
	color: #211f3d;
}
.nav-extra li a, .nav-extra li a span {
	color: #fff !important;
}
.nav-extra li a:hover, .nav-extra li a:hover span {
	color: #211f3d !important;
}
.grey {
	background-color: #f3f3f3;
}
.dark {
	background-color: #222;
}
.black {
	background-color: #211f3d;
}
.white {
	background-color: #fff;
}
.blue {
	background-color: #211f3d;
}
.grey * {
	color: #666;
}
.grey h1, .grey h2, .grey h3, .grey h4, .grey h5 {
	color: #211f3d;
}
.dark * {
	color: #f3f3f3;
}
.black * {
	color: #f3f3f3;
}
.white * {
	color: #666;
}
.white h1, .white h2, .white h3, .white h4, .white h5 {
	color: #211f3d;
}
.blue * {
	color: #f3f3f3;
}
.grey a, .dark a, .black a, .white a, .grey a > span, .dark a > span, .black a > span, .white a > span {
	color: #211f3d;
}
.blue a, .blue a > span {
	color: #211f3d;
}
.blue .btn-primary {
	background: #0e0e0e linear-gradient(to bottom, #6e6e6e 0px, #0e0e0e 100%) repeat-x scroll 0 0;
	color: #fff;
}
.blue .btn-primary:active {
	background-color: #e6e6e6;
	border-color: #e0e0e0;
}
.blue .btn-primary:hover {
	background: #097f95 -moz-linear-gradient(center top, #52b8cb 0px, #097f95 100%) repeat scroll 0 0;
	color: #f6f6f6;
	text-decoration: none;
}
.white .btn, .white .btn span, .dark .btn, .dark .btn span, .blue .btn, .blue .btn span, .black .btn, .black .btn span, .grey .btn, .grey .btn span {
	color: #f6f6f6;
}
.btn-link, .btn-link:hover, .btn-link:visited, .btn-link span, .btn-link:visited span, .white .btn-link, .white .btn-link span, .dark .btn-link, .dark .btn-link span, .black .btn-link, .black .btn-link span, .grey .btn-link, .grey .btn-link span {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
	box-shadow: none;
	color: #211f3d;
}
.btn-link:hover {
	text-decoration: underline;
}
.btn-link.active {
	box-shadow: none;
	color: #211f3d;
	font-family: "Calibri W01 Bold 904607";
	text-decoration: none;
}
.btn-link.active span {
	color: #211f3d;
}
.blue .btn-link:hover, .blue .btn-link, .blue .btn-link:hover span, .blue .btn-link span {
	color: #211f3d;
}
.blue .btn-link.active, .dark .btn-link.active, .black .btn-link.active {
	color: #fff;
	font-family: "Calibri W01 Bold 904607";
}
.blue .btn-link.active span, .dark .btn-link.active span, .black .btn-link.active span {
	color: #fff;
}
 @media screen and (max-width: 991px) {
.page-header.dark {
	position: static;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
}
 @media screen and (max-width: 767px) {
.top-bar .lnks-l {
	background: rgba(0, 100, 177, 0.9) none repeat scroll 0 0;
}
.page-header.dark {
	text-align: center;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.page-header.white {
	background: #fff none repeat scroll 0 0 !important;
	text-align: center;
}
.nav-menu {
	background: #666 none repeat scroll 0 0;
}
.nav-menu > ul > li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
	border-color: #333;
}
.nav-menu > ul > li:hover > a, .nav-menu .menu-sel {
	background: #333 none repeat scroll 0 0;
	box-shadow: none;
	color: #fff;
}
.nav-sub {
	background: #212121 none repeat scroll 0 0;
	color: #fff;
}
.nav-sub-box > ul > li {
	border-color: #959595;
}
.nav-sub-box > ul > li a {
	color: #fff;
}
.nav-sub-box > ul > li a:hover {
	background: #211f3d none repeat scroll 0 0;
	color: #fff;
}
.nav-menu h2 {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #555 1%, #111 100%) repeat scroll 0 0;
	color: #fff;
}
.lnks-lst ul, .lnks-lst li {
	border-color: #c2c3c3;
}
.lnks-lst a:hover img {
	background-color: transparent;
	box-shadow: none;
}
.bl-pills .nav.nav-pills {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #6f6f6f 0px, #0e0e0e 50%) repeat scroll 0 0;
}
.ie8 .bl-pills .nav.nav-pills {
}
.bl-pills .nav.nav-pills li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
}
