html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, section, footer, aside {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a{ outline: none;}

body {
	line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
    border:1px solid #000;
}
th{
    background: #ccc;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
/* Regular clearing, just in case! */
.clear {
	clear: both;
}
/* Configuração padrão
------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #333;
	font-size: 13px;
	background: #003358 url(../images/body-bg.jpg) center top no-repeat;
}
/*body.home, body.page, body.error404, body.single, body.archive { }*/

a:link, a:visited {
	color: #0000ff;
}
a:hover {
	color: #3399ff;
}
code {
	font-family: "Consolas", "Lucida Console", "Courier New", Courier, monospace;
	font-size: 14px;
}
.hls {
	background: yellow;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: bold;
}
h1 {
	font-size: 3em;
	line-height: 1;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
p {
	margin-bottom:15px;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000;
}
a {
	color: #009;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
table {
	margin: 0 0 15px 0;
	text-align: left;
}
table .even {
	background: #ddd;
}
caption {
	text-align: left;
}
tr {
	border-bottom: 1px solid #ccc;
}
th, td {
	padding: 5px 3px;
}
label {
	font-weight: bold;
}
fieldset {
	border: none;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}
input, textarea, button {
	background: #fafafa;
	border-color: #aaa #ddd #ddd #aaa;
	border-style: solid;
	border-width: 1px;
	color: #444;
	font-size: 14px;
}
input, textarea, button {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
button {
	font: 12px;
	padding: 2px 10px;
	cursor: pointer;
}
input:focus, textarea:focus {
	background: #fff;
	border-color: #777 #ccc #ccc #777;
}
input.text, input.title {
	width: 300px;
	padding:10px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 330px;
	height: 150px;
	padding:3px;
	overflow: hidden;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
/* Breadcrumb
------------------------------------------------------------*/
.breadcrumb {
	list-style: none;
	font-size: 13px;
	font-weight: normal;
    margin-bottom:15px;
	color: #000;
}
.breadcrumb li {
	float: left;
	padding: 0;
}
.breadcrumb a, .breadcrumbs span {
	color:#000;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb li:last-child, .breadcrumbs .last {
	border: 0;
	behavior: url(../js/PIE.htc);
}
.breadcrumb li a:link, .breadcrumbs li a:visited {
	text-decoration: none;
	clear: left;
}
/* Structure page
------------------------------------------------------------*/
section, nav, header, footer, aside, article {
	display: block;
}
footer {
	clear: both;
}
.wrapper {
	overflow: hidden;
}
.has-defined-width {
	margin: 0 auto;
	width: 990px;
	position: relative;
}
.has-defined-width.container-content {
	background: none;
	min-height: 350px;
}
.has-defined-width.container-content .content-inner {
	padding: 0;
}
nav.mainnav {
	width: 990px;
	margin: 0 auto;
}
.column-primary {
	float: left;
	width: 100%;
}
.column-primary.has-sidebar {
	width: 70%;
}
.column-secondary {
	width: 640px;
	margin-left:22px;
	margin-right:20px;
	float: right;
}
.featured-primary {
    margin-top:35px;
}
.featured-primary .align-img-product {
	position: absolute;
	right:3px;
	top:-13px;
	z-index: 9999;
}
.featured-secondary .featured-column {
	float: left;
	width: 300px;
	margin-right: 20px;
	padding-right: 20px;
	min-height: 365px;
}
.featured-secondary .featured-column img {
	border: 3px solid #fff;
	margin-bottom:10px;
	-webkit-box-shadow: #666 0px 1px 10px;
	-moz-box-shadow: #666 0px 1px 10px;
	box-shadow: #666 0px 1px 10px;
	behavior: url(../js/PIE.htc);
}
.featured-secondary .featured-column p {
	font-size:14px;
}
.featured-secondary .featured-column a {
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
	color:#000;
}
.featured-secondary .featured-column a:hover {
	color:#006196;
	text-decoration: underline;
}
.featured-secondary .featured-column h2, .column-secondary h2 {
	margin-bottom:20px;
	font-size:35px;
	font-weight: normal;
	color:#006196;
	border-bottom:3px solid #cccccc;
	line-height: 48px;
}
.featured-secondary .featured-column h2 span, .column-secondary h2 span {
	display: block;
	font-size:17px;
	line-height: 17px;
	color:#000;/*line-height: 0;*/
}
.featured-column p:last-child {
	margin-bottom: 0;
	behavior: url(../js/PIE.htc);
}
.featured-secondary .featured-column:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
	behavior: url(../js/PIE.htc);
}
.menu-primary {
	width:990px;
	display: block;
	background: none;
	position: relative;/*top:20px;*/
}
#menu-principal {
	display: block;
	margin-bottom:0;
	padding-bottom:0;
	line-height:26px;
}
#menu-principal li {
	display: block;
	float: left;
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 10px;
}
#menu-principal li:last-child {
	margin-right:0;
	behavior: url(../js/PIE.htc);
}
#menu-principal li a {
	color:#fff;
	font-size:17px;
	font-family: Arial !important;
	text-decoration: none;
}
.current-menu-item a {
	color:#fff;
}
h1 {
	margin-bottom:0 !important;
}
h1.logo {
	width: 232px;
	height: 110px;
    margin-top:5px;
    margin-left: 6px;
	background: url(../images/logo.png) no-repeat;
}
h1.logo a {
	width: 232px;
	height: 110px;
	display: block;
}
/* Search form
------------------------------------------------------------*/
.searchform {
	float:right;
}
.searchform .s {
}
/* Wordpress styles
------------------------------------------------------------*/
.featured-post {
	margin: 0 0 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #DDD;
	font-size: 14px;
}
.featured-post img {
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.featured-post .entry-summary {
	line-height: 1.73em
}
.news-list .post {
	margin-bottom: 1.5em
}
.post {
	margin-bottom: 3em
}
.entry-title {
	font-size: 28px;
	margin: 0 0 0.5em;
	letter-spacing: -1px;
	font-weight: bold;
}
.entry-title a:link, .entry-title a:visited {
	text-decoration: none;
	color: #2B2825;
}
.entry-title a:hover {
	color: #D6156C;
}
.entry-content p, .entry-summary {
	line-height: 1.73em
}
.entry-content {
	font-size: 14px
}
.more-link {
	display: inline-block;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
	margin: 1em 0;
	zoom: 1;
}
.entry-meta {
	margin: 0.5em 0 1.5em;
	color: #999
}
.entry-tags {
	display: block;
	clear: left
}
.author, .published {
	display: block;
	float: left;
	margin-right: 15px
}
.entry-links {
	list-style: none;
	margin: 1em 0;
	padding: 1em 0;
}
.entry-links li {
	float: left;
	margin-right: 15px;
}
.entry-links a:link, .entry-links a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.entry-category {
	font-weight: bold;
	color: #999;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	padding: 0.5em 0;
}
.gallery .gallery-item {
	float: left;
	margin: 0 1em 1em 0;
}
.attachment {
	margin: 1em 0;
}
#commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
#commentlist ul, #commentlist ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#commentlist li {
}
#commentlist .children {
	padding-left: 1.5em
}
.comment-author .avatar {
	float: left;
	margin: 0 1em 1em 0;
	border: 2px solid #DDD;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}
.comment-author .says {
	display: none
}
.comment-meta {
	color: #999
}
.comment-meta abbr {
	cursor: default
}
.comment-node {
	margin-bottom: 1.5em;
	padding: 0 0 1.5em;
	border-bottom: 1px solid #DDD;
}
.comment-content {
	clear: left;
	font-size: 14px;
}
.comment-content p {
	line-height: 1.73em
}
.comment-reply-link {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
#commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
}
.comment {
	background: #e3e3e3;
}
.odd.comment {
	background: #f3f3f3;
}
#trackbacklist {
	margin-bottom: 3em;
}
#trackbacklist li {
	margin: 0.5em 0;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background: #F3F3F3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}
.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignleft {
	float: left;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 0px !important;
}
.alignright {
	display: block;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.navigation a:link, .navigation a:visited, .comments-navigation a:link, .comments-navigation a:visited {
	border: 1px solid #DDD;
	display: inline-block;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	font-size: 14px;
}
.gallery {
	margin: auto;
}
.gallery-image {
	border: 2px solid #cfcfcf;
	margin-left: 0;
}
.gallery-caption {
	margin-left: 0;
}
.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}
.gallery-columns-2 {
	width: 50%;
}
.gallery-columns-3 {
	width: 33%;
}
.gallery-columns-4 {
	width: 25%;
}
.gallery-columns-5 {
	width: 20%;
}
.gallery-columns-6 {
	width: 16%;
}
.gallery-columns-7 {
	width: 14%;
}
.gallery-columns-8 {
	width: 12%;
}
.gallery-columns-9 {
	width: 11%;
}
.page-navigation .nav-next {
	float: left;
}
.page-navigation .nav-previous {
	float: right;
}
.single-page-navigation .nav-next {
	float: right;
}
.single-page-navigation .nav-previous {
	float: left;
}
.gallery-row:after, .navigation-links:after, .container:after, .menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.gallery-row, .navigation-links, .container, .menu {
	display: block;
}
.copyright {
	margin: 0 auto;
	width:950px;
}
.w-border {
	border-top:1px solid #c7d8ed;
	padding-top:11px;
}
.copyright p {
	margin-bottom:20px;
	color:#fff;
    padding-top:10px;
	font-size:11px;
	text-align: center;
}
.box-copyright {
	float: left;
	width:100%;
}
.copyright-logos {
	float:left;
	width:100%;
}
.copyright-logos img {
	padding-left:45px;
}
.wpcf7-not-valid-tip-no-ajax {
	border:none !important;
	background:none !important;
	font-size:11px !important;
	color:red !important;
	display: block !important;
}
.header-home {
	height: 126px;
	position: relative;
	overflow: visible;
	background: none;
}
.top-links {
	float:right;
	margin-top:8px;
	margin-bottom:11px;
	width:550px;
}
ul.list-links {
	float:left;
	margin-bottom:0;
}
ul.list-links li {
	display: inline;
	margin-right:8px;
}
ul.list-links li a {
	color:#fff;
	text-decoration: none;
	font-size:9px;
}
ul.list-flags {
	float:right;
	width:40px;
	margin: 2px 20px 0 0;
}
ul.list-flags li {
	display: inline-block;
	width: 18px;
	height:13px;
    *display: inline;
	zoom:1;
}
ul.list-flags li img {
	border: 1px solid #ffe0bf;
}
ul.list-flags li a {
	display: block;
	width: 19px;
	height:14px;
	/*text-indent: 9999px;*/
    overflow: hidden;
}
.search-top {
	float: left;
}
.searchform-top {
	background: url(../images/search-bg.png) no-repeat;
	width:127px;
	height: 18px;
	position: relative;
}
.searchform-top .s {
	float: left;
	margin-top:0;
	padding-left:18px;
	height:13px;
	line-height:13px;
	width: 95px;
	border: none;
	background: none;
	color:#7f8fa0;
	font-size:9px;
	font-family: Arial;
}
.flash-header {
	float:right;
	margin-right:20px;
	width:588px;
	height:126px;
}
.flash-header img {
	border-top: 1px solid #122e50;
	border-bottom: 1px solid #122e50;
	border-left: 2px solid #122e50;
	border-right: 2px solid #122e50;
}
a.wp-bannerize-support {
	display: none !important;
}
.wp_bannerize_banner_destaques_home ul {
	margin: 0;
}
.wp_bannerize_banner_rodape_home ul {
	margin: 0;
}
.wp_bannerize_banner_destaques_home ul li {
	list-style: none;
	float:left;
	margin: 0;
	margin-left:23px;
	margin-top:3px;
}
.wp_bannerize_banner_destaques_home ul li:last-child {
    float:right !important;
    margin-right: 0 !important;
    margin-left: 10px !important;
}
.wp_bannerize_banner_rodape_home ul li {
	margin: 0;
	list-style: none;
	float:left;
	margin-left:35px;
	margin-right:35px;
}
.box-social-links {
	width: 323px;
	height: 86px;
	float: left;
	background: url(../images/box-social.png) no-repeat;
}
ul.list-social-home {
	margin: 0;
}
ul.list-social-home li {
	list-style: none;
	display: inline;
	height: 86px;
	float:left;
}
ul.list-social-home .link-01 {
	width:102px;
}
ul.list-social-home .link-02 {
	width:112px;
}
ul.list-social-home .link-03 {
	width:105px;
}
ul.list-social-home li a {
	height: 86px;
	text-indent: 9999px;
	overflow: hidden;
	display: block;
}
.box-social-internas {
	background: url(../images/sociais-internas.jpg) no-repeat;
	width: 220px;
	height:125px;
}
ul.list-social-internas {
	margin: 0;
}
ul.list-social-internas li {
	list-style: none;
	display: inline;
	height: 63px;
	width: 110px;
	float:left;
}
ul.list-social-internas li a {
	height: 63px;
	text-indent: 9999px;
	overflow: hidden;
	display: block;
}
.banners-home {
	float:left;
	width:990px;
}
.middle-highlights {
    width: 990px;
	margin-bottom: 15px;
	margin-top: 55px;
    float:left;
}
.box-news-media {
	width:290px;
	height:270px;
	float:left;
	margin-right:24px;
	position: relative;
    border: 1px solid #7DAAD5 !important;
    background: #fff;
    -moz-border-radius: 7px !important;
	-webkit-border-radius:7px !important;
	border-radius: 7px !important;
	behavior: url(../js/PIE.htc);
}
ul.list_news {
	margin: 0;
	padding: 0;
}
ul.list_news li {
	clear:both;
	position: relative;
	display:block;
	margin: 10px;
	padding: 0 0 10px 0;
	list-style: none;
	border-bottom: 1px solid #bbcae3;
}
ul.list_news li:last-child {
	margin: 10px;
	padding: 0 0 10px 0;
	border: none !important;
}
ul.list_news li .thumb {
	float:left;
	margin-right: 13px;
	display: block;
	width:80px;
	height:92px;
	border: 1px solid #fdc689;
	-moz-border-radius: 7px !important;
	-webkit-border-radius:7px !important;
	border-radius: 7px !important;
	overflow: hidden;
	behavior: url(../js/PIE.htc);
}
ul.list_news li .thumb img {
	display:block;
}
ul.list_news li .text {
	float:left;
}
ul.news-content {
	list-style: none;
	border-bottom: none !important;
	margin-top:0 !important;
}
ul.list_news h5 {
	margin-bottom:1px;
}
ul.list_news h5 a {
	color:#231f20;
	font-size:15px;
	text-decoration: none;
    margin-top:10px;
    margin-bottom:5px;
    line-height: 18px;
}
ul.list_news span {
	display: block;
}
ul.list_news span a {
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
	color:#231f20;
    line-height: 18px;
}
ul.list_news p {
	margin: 0;
	padding: 0;
	color:#58595b;
	font-size: 11px;
	overflow: hidden;
}
ul.list_news a {
	text-decoration: none !important;
	display: block;
    color: #68686a;
    font-size: 11px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.box-events {
	float:right;
	width: 308px;
	height: 256px;
	position: relative;
	margin-bottom:0;
    border: 1px solid #7DAAD5 !important;
    -moz-border-radius: 7px !important;
	-webkit-border-radius:7px !important;
	border-radius: 7px !important;
    background: #fff;
	behavior: url(../js/PIE.htc);
}
.ico-events {
	background: url(../images/ico-events-calendar.png) no-repeat;
	width:63px;
	height:65px;
	position: absolute;
	top:-35px;
	right:17px;
}
.home-box-content {
	padding: 8px 8px 0;
}
.title-content {
	border-bottom: 1px solid #0077BA;
	float: right;
	position: relative;
	top: -10px;
	width: 650px;
	height:1px;
}
.btn-see-more {
	width:43px;
	height:26px;
	background: url(../images/btn-see-more.png) no-repeat;
	position: absolute;
	bottom:-6px;
	right:-6px;
}
.box-destaque-lateral {
	float:left;
	position: relative;
	width:318px;
	height:363px;
    margin-right:26px;
    border: 1px solid #7DAAD5 !important;
    background: #fff;
    -moz-border-radius: 7px !important;
	-webkit-border-radius:7px !important;
	border-radius: 7px !important;
	behavior: url(../js/PIE.htc);
}
.wp_bannerize_sobre_cnpem_home, .wp_bannerize_banner_industry_home {
	float:left;
}
.wp_bannerize_sobre_cnpem_home ul, .wp_bannerize_banner_home ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wp_bannerize_banner_industry_home ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

/* Highligh tabs home */
#tab-container-wrapper {
    float:left;
    position: relative;
    width:666px;
    padding-top:0;
}
#tab-container {
    position: relative;
    width: 670px;
    height: 292px;
}
#tab-container img{
    margin-top:5px;
    margin-bottom:5px;
}
.tab-border{
    border:1px solid #cad9ed; display: block;
    height: 278px;
    width: 351px;
    -moz-border-radius: 4px !important;
	-webkit-border-radius:4px !important;
	border-radius: 4px !important;
	behavior: url(../js/PIE.htc);
}
#tab-container ul {
    float: right;
    width: 305px;
    height: 292px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#tab-container ul li {
    position: relative;
    display:block;
    width: 305px;
    height: 70px;
    margin: 0 0 4px 0;
    padding: 0;
    overflow:  hidden;
}
#tab-container ul li:last-child {
    margin-bottom:0;
}
#tab-container ul li a {
    position:relative;
    display: block;
    width: 282px;
    height: 58px;
    padding-top:10px;
    padding-left:15px;
    margin: 0;
    background: #94aac3;
    color:#000b2d;
    font-size:12px;
    overflow:hidden;
    text-decoration: none;
    border: 1px solid #7daad5;
    border-left: none  !important;
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    behavior: url(../js/PIE.htc);
}
#tab-container ul li a:hover {
    text-decoration: none;
    font-weight: normal;
}
#tab-container ul li.selected-tab {
    position: relative;
}
a.selected-tab{
    font-weight: bold !important;
    line-height: 17px;
}
#tab-container ul li.selected-tab a {
    background: #fff;
}
#tab-container ul li:first-child.selected-tab {
}
#tab-container ul li a.selected-tab {
    font-weight: normal;
    text-decoration: none;
}
#tab-container .panel-container {
    float: left;
    width: 364px;
    height: 290px;
    border: 1px solid #7daad5;
    border-right: none  !important;
    -moz-border-radius: 7px 0 0 7px !important;
	-webkit-border-radius:7px 0 0 7px  !important;
	border-radius: 7px 0 0 7px !important;
    background: #fff;
	behavior: url(../js/PIE.htc);
}
#sirius {
    background: #fff;
    width: 310px;
    height: 290px;
}

#tab-container .panel-container .tab-content {
    padding: 5px 5px;
}
#tab-container .panel-container .tab-content h3,
#tab-container .panel-container .tab-content h3 a {
    color: #231F20;
    text-decoration: none;
}
#tab-container .panel-container .tab-content h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 22px;
}
#tab-container .panel-container .tab-content p {
    margin: 8px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #000b2d;
    text-decoration: none !important;
    font-size:12px;
}
.text-science{
    position: relative;
    height: 58px;
    *height: 60px;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cadbef));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #fff, #cadbef);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#cadbef)";
    -pie-background: linear-gradient(#FFFFFF, #cadbef);
	behavior: url(../js/PIE.htc);
}
#tab-container .panel-container .tab-content p a {
    text-decoration: none !important;
    color: #68686A;
}


/*
ul.tabs {
    position: relative;
    float: right;
    width: 17px;
    margin: 0;
    padding: 0;
	list-style: none;
	height: 0;
	border: none;
}
ul.tabs li {
    clear:both;
    display: block;
    width: 17px;
    height: 107px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
}
ul.tabs li a {
    display: block;
    padding: 0;
    color: #000;
    font-size: 1.2em;
    border: none;
    text-decoration: none;
    outline: none;
}
ul.tabs li a:hover {
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
    position: relative;
	clear: both;
	display: block;
    float:left;
	width: 623px;
	height: 438px;
	border-top: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffe5ca;
	behavior: url(../js/PIE.htc);
}
.tab_content {
	padding: 7px;
}
.tab_content h3, .tab_content h3 a {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 18px;
	color: #231f20 !important;
}
.tab_content p, .tab_content p a {
	margin-bottom:0;
	color:#6e6d6f;
	font-size:13px;
}
.tab_content a h3 {
	text-decoration: none !important;
}
.tab_content img {
	display:block;
	margin-top: 5px;
	margin-bottom: 17px;
	border: 1px solid #ffe2c3;
	position: relative;
	padding: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	border-radius: 7px;
 *behavior: url(../js/PIE.htc);
}
.industry-img img {
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	border-radius: 7px;
 *behavior: url(../js/PIE.htc);
}
.tabactive {
	background: url(../images/tab-selected.jpg) no-repeat !important;
	width:17px;
	height:107px;
}
.tab1, .tab2, .tab3, .tab4 {
	background: url(../images/tab-unselected.jpg) no-repeat;
	width:17px;
	height:107px;
}
*/
.title-wrapper {
	min-width:48px;
	height: 41px;
	padding-left: 0;
	color: #fff;
	z-index: 1;
}
.title-wrapper .icon {
    display:block;
 	background: transparent url(../images/titulo-home.png) 2px 3px no-repeat;
	width:48px;
	height: 41px;
    border-style:none;
    display: block;
    float:left;
}
.title-wrapper.pages .icon {
    border-style: none !important;
    background: #fff url(../images/destaque-titulo.png) 5px 0px no-repeat !important;
    filter:0 !important;
    filter:alpha(opacity = 100) !important;
    -moz-opacity:1.0 !important;
    -khtml-opacity:1.0 !important;
    opacity:1.0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    zoom:0 !important;
}
.title-wrapper.home {
	position: absolute;
	top:-41px;
	left:10px;
	padding-left:0;
}
.title-wrapper.pages {
	background-position: 50px 2px;
	position: relative;
	top: 0;
	left:0;
    padding-left:41px;
}
.title-wrapper.pages h3 {
	position:relative;
	width: 430px;
	margin-left: 20px;
    color:#003358;
	padding-bottom: 0;
    margin-bottom:0;
	margin-top: 0;
    *margin-top: 0;
    float:left;
    display: block;
    margin-left:-15px;
    height:50px;
}
.title-wrapper.home a {
	text-decoration:none !important;
	color:#fff !important;
}
.title-wrapper.home h3 {
	margin-top:15px;
    *margin-top: 15px;
    display:block;
    float:left;
    margin-left:-20px;
}
#access {
}
#access .menu-header, div.menu {
	padding-left:50px;
    margin-top:0;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, div.menu li {
	float: left;
	border-right: 1px solid #436c8e;
	position: relative;
}
#access .menu-header li:last-child, div.menu li:last-child {
	border: none !important;
	behavior: url(../js/PIE.htc);
}
div.menu ul li ul li {
}
.menu-bg{
    background: url(../images/menu-bg.png) no-repeat center top;
    height: 26px;
    *margin-bottom:20px !important;
}
#access a {
	display: block;
	line-height: 26px;
	padding: 0 10px;
	text-decoration: none;
}
#access {
	position: relative;
	z-index:3000;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 1000;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul a {
    color: #003358;
}
#access ul ul a {
	background: #346fa2;
    color:#fff;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access ul ul ul a {
	background: #346fa2;
    color:#fff;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a, #access ul ul :hover > a {
	background: #005b90;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
}
* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover {
}
.readmore {
	display: none !important;
}
.sidebar {
	float: left;
	position: relative;
	width: 240px;
	/*left: 21px;*/
    top: 20px;
	z-index: 50;
    padding-bottom:15px;
    margin-bottom:15px;
}
.box-newsletter {
	margin-top: 30px;
}
section.content {
	position:relative;
	float:right;
	width:700px;
	margin-top: 0;
	z-index: 40;
}
section.content .container-content {
	border-right:1px solid #0077BA;
	border-bottom:1px solid #0077BA;
	border-left:1px solid #0077BA;
}
section.content .container-content .the-content {
	font-size: 13px;
	padding:  15px 20px 10px 60px;
	min-height:300px;
}
section.content .container-content .the-content ul li a {
	text-decoration:none;
}
.the-content h3, .the-content h2, .the-content h1 {
	color: #4168B2;
}
.the-content h4 {
	color: #4168B2;
	font-size:16px;
	margin-bottom:5px;
}
.the-content h5 {
	color: #4168B2;
	font-size:14px;
	margin-bottom:5px;
}
.the-content h6 {
	color: #4168B2;
	font-size:12px;
	margin-bottom:5px;
}
.the-content h4 a {
	color: #4168B2;
	font-size:16px;
	text-decoration: none;
}
.the-content ul{
    font-family: arial;
    font-size:13px;
}
.newsletter-content {
	clear: both;
	height:100px;
	background: url(../images/news-bg.png) no-repeat;
	width:220px;
	margin-bottom:20px;
}
/*
#sub-menu {
	margin: 0 0 0 0;
	list-style:none;
}
#sub-menu li {
	display:inline-block;
	*display:inline;
	zoom:1;
}

#sub-menu li.page_item.current_page_item ul.children a {
	color:#6d6e70 !important;
	font-weight:normal;
}
#sub-menu li.page_item.current_page_item ul.children a:hover {
	color:#000 !important;
}
#sub-menu li.page_item.current_page_item a {
	color:#000 !important;
	font-weight:bold;
	border-bottom: 1px solid #FCBA75;
}
ul.children {
	margin-right:0 !important;
}
#sub-menu img {
	display:inline-block;
	padding-right:10px;
}

#sub-menu li a {
	color:#6d6e70;
	display: block;
	text-decoration:none;
	padding-left:5px;
	text-transform: capitalize;
}
#sub-menu li a:hover {
	font-weight:bold;
	color:#000 !important;
}
#sub-menu ul {
	list-style: none;
	display:none;
	zoom:1;
}

#sub-menu ul li {
	border-bottom: 0;
}
#sub-menu li ul li a {
	color:#b2b2b2 !important;
}
*/

/*#sub-menu *{
	position:relative;
	min-width:0;
}
#sub-menu {
	margin:0;
	padding:0;
}
#sub-menu img{
	padding:3px;
}
#sub-menu li{
	display:block;
	cursor:pointer;
    list-style:none;
	padding:2px 0;
	margin:0;
    border-bottom: 1px solid #e9e8e8;
}
#sub-menu li:last-child{
    border-bottom:  none !important;
}
#sub-menu li.current_page_parent {
    border-bottom: none;
}
#sub-menu a{
    text-decoration:none;
    color:#6d6e70;
	text-transform: capitalize;
}
#sub-menu a:hover {
	font-weight:bold;
	color:#000 !important;
}

#sub-menu li ul.children{
    display:none;
    margin:0 0 0 40px;
    padding:0;
	zoom:1;
}
#sub-menu li ul.children li:last-child {
    border-bottom:  none;
}
#sub-menu ul li a{
    padding:0;
	font-size:13px;
}
#sub-menu li.page_item.current_page_parent {
    border-bottom: 1px solid #e9e8e8;
}
#sub-menu li.page_item.current_page_item {
    width: 260px !important;
	border:none !important;
}
#sub-menu li.page_item.current_page_parent ul.children li.current_page_item {
    width: 230px !important;
    border:none !important;
}
#sub-menu li.page_item.current_page_parent ul.children li:last-child.page_item.current_page_item {
    border-bottom:  none;
}
#sub-menu li.page_item.current_page_item ul.children a {
	color:#6d6e70 !important;
	font-weight:normal;
}
#sub-menu li.page_item.current_page_item ul.children a:hover {
	color:#000 !important;
}
#sub-menu li.page_item.current_page_item a {
	color:#000 !important;
	font-weight:bold;
}*/
.features {
	position:absolute;
	width: 145px;
	bottom:5px;
	right:0;
	z-index: 40;
}
.without-sidebar {
	width:960px !important;
	margin-left:20px !important;
}
.border-without-sidebar {
	border-left:1px solid #fcba75;
}
.btn-printer a {
	background: url(../images/printer.png) no-repeat;
	width:16px;
	height:16px;
	text-indent: 9999px;
	overflow: hidden;
	display: block;
	float:left;
	margin-top:4px;
	margin-right:4px;
}
/* Change font size */
.increaseFont, .decreaseFont, .resetFont {
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size:14px;
	/*text-indent: -9999px;*/
    overflow: hidden;
    /*for ie*/
    *display: inline;
	zoom:1;
}
.increaseFont {
	background: url(../images/bt-increase.jpg) no-repeat;
	margin-right: 3px;
}
.decreaseFont {
	background: url(../images/bt-decrease.jpg) no-repeat;
}
#changeFont {
	float:left;
	width: 40px;
	height: 16px;
	margin-right: 10px;
	margin-top: 4px;
}
.send {
	background: none repeat scroll 0 0 #878787;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	width: 15% !important;
}
.ddsg-wrapper ul li a {
	color:#333333 !important;
}
.rounded-corners {
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px;
	behavior: url(../js/PIE.htc);
}
.envoltorio-titulo{
    position: relative;
}
.wp_bannerize_sirius_destaque ul{
    margin: 0;
    margin-left:3px;
    list-style: none;
}
.banner-home{
    float: left;
    width: 315px;
    height: 84px;
    margin-top:20px;
}
.banners-credits{
    background: url("../images/footer-bg.png") no-repeat;
    height: 58px;
}
.central{
    width: 1000px;
    margin: 0 auto;
}
.white-bck{
    width: 1000px;
    min-height: 311px;
    border:none !important;
    position: relative !important;
    background: #fff !important;
    -moz-border-radius: 8px !important;
	-webkit-border-radius:8px !important;
	border-radius: 8px !important;
	behavior:url(../js/PIE.htc);
}
ul.lista-categorias{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.lista-categorias li{
    
}
ul.lista-categorias li:last-child{
    border: none !important;
}
#menu-menu-lateral{
    margin-left: 15px !important;
}
