/**
 *
 * -------------------------------------------
 * Basic template CSS file
 * -------------------------------------------
 *
 **/
 
/*
 *
 * 1. Global elements
 *
 *
------------------------------------ */
 
/* 1.1. Base document elements
==================================== */

* {
	outline: none!important;
}

html {
	border-bottom: 1px solid transparent; /* with min-height cause showing always the scrollbar */
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
}

body { 
	background: #fff;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}




/* 1.2. Base typography elements
==================================== */

a {
	color: #363636;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-out;
	   -moz-transition: color 0.2s ease-out;
	    -ms-transition: color 0.2s ease-out;
	     -o-transition: color 0.2s ease-out;
	        transition: color 0.2s ease-out;
}


article section.content a,
article section.intro a {
	color: #e25b32;
}

article section.content a:active,
article section.content a:focus,
article section.content a:hover,
article section.intro a:active,
article section.intro a:focus,
article section.intro a:hover {
	color: #363636;
}

a:active,
a:focus,
a:hover {
	color: #e25b32;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: normal;
	margin: 20px 0;
}

h1 {
	font-size: 46px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 125%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 105%;
}

.page-title {
	font-size: 36px;
	line-height: 1.4;
	margin: 0 0 60px 0;
}

ul, 
ol {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

ul li,
ol li {
	line-height: 2.0;
}

img {
	height: auto;
	max-width: 100%;
}

p {
	margin: 0.5em 0 1.5em;
}

.p-lastNews {
    font-size: 12px;
}

.box ul li,
.box ol li {
	border-top: 1px solid #eee;
}

.box ul li:first-child,
.box ol li:first-child {
	border-top: none;
}

.box ul ul,
.box ol ol {
	border-top: 1px solid #eee;
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
}

/* 1.3. Base form elements
==================================== */

/* buttons */
.btn,
button,
.readon,
a.gk-button,
input[type="button"],
input[type="submit"],
.nav-btn a {
	-webkit-appearance: none!important;
	background: #e25b32;
	border: none;
	-webkit-border-radius: 0px; /* For iOS browsers */
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 42px;
	line-height: 42px;
	margin: 0 5px 2px 2px;
	padding: 0 25px;
	text-align: center;
	-webkit-transition: all .1s ease-out;
	   -moz-transition: all .1s ease-out;
	     -o-transition: all .1s ease-out;
	        transition: all .1s ease-out;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
a.gk-button:hover,
a.gk-button:active,
a.gk-button.active,
a.gk-button.disabled,
a.gk-button[disabled],
.readon:hover,
.readon:active,
.readon:focus,
.btn:focus,
button:focus,
a.gk-button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.nav-btn a:active,
.nav-btn a:focus,
.nav-btn a:hover {
	background: #212121;
	-webkit-border-radius: 0px; /* For iOS browsers */
	color: #fff;
}

.btn:first-child,
button:first-child,
a.gk-button:first-child,
input[type="button"]:first-child,
input[type="submit"]:first-child {
  margin-left: 0;
}

.edict-buttons {
    margin-left: 30px;
    margin-top: 30px;
}

.btn-mais-noticias{
    float: right;
    margin-top: 16px;
}

.a-lastNews-photo {
    margin: 0 20px 0 0;
    height:100px;
}

/* input fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"]  {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #e5e5e5;
	color: #777;
	font-size: 12px;
	height: 32px;
	line-height: 33px;
	max-width: 100%!important;
	padding: 0 12px
}

textarea {
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	height: auto;
	max-width: 100%!important;
	padding: 24px
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="www"]:focus,
input[type="tel"]:focus,
textarea:focus {
	background: #fffef4!important;
}

label {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 4px 0;
}

select {
	max-width: 100%;
}

.pagination-filter-form {    
}

.filter-form-field {
    padding-bottom: 12px;
}

/* 1.4. Base other elements
==================================== */

article {
	margin: 0 0 20px 0;
}

.tag-page article,
.category-page article,
.search-page article,
.archive-page article,
.author-page article {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 24px 0;
	padding-bottom: 24px;
}

/* 1.5. Base CSS classes
==================================== */

/*
 *
 * 2. Template containers
 *
 *
------------------------------------ */

.gk-page {
	max-width: 1230px;
}

.gk-page-wrap {
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
                overflow:hidden;
}

#gk-banner-top {
	background: #1c1c1c;
	padding: 18px 0;
}

#gk-content-top + .gk-page-wrap {
	border-top: none;
}

#gk-header + .gk-page-wrap {
	padding-top: 20px;
}

.gk-page {
	margin: 0 auto;
	width: 100%; 
	
}

#gk-mainbody-columns {
	display: block;
	width: 100%;
        float:left;
        position:relative;        
}

#mainbody-columns-container3 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;	
}
#mainbody-columns-container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
        border-right: 1px solid #e5e5e5;        
}
#mainbody-columns-container1 {
	float:left;
	width:100%;
	position:relative;
	
        border-right: 1px solid #e5e5e5;
}

#mainbody-col1 {
	float:left;
	width:59%;
	position:relative;
	/*left:40%;*/
	overflow:hidden;
	border-right:1px solid #e5e5e5;
}
#mainbody-col2 {
	float:left;
	width:20%;
	position:relative;
	/*left:40%;*/
	overflow:hidden;
	border-right:1px solid #e5e5e5;
}
#mainbody-col3 {        
	float:left;
	width:19%;
	position:relative;
	/*left:40%;*/
	overflow:hidden;       
}

#second-column {
    padding: 8px 1px 1px 66px;
    border-bottom: 1px solid #e5e5e5;    
    color: #1224AF;
    font-family: 'Hammersmith One', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400
    height:29px;
}

#nav_menu-3{
    border-right: 1px solid #e5e5e5;
}

#top-menu {
	background: transparent url('../images/topmenu_bg.png') repeat 0 0;
	float: left;
	line-height: 28px;
	margin: 0 30px 0 0;
}

#top-menu li {
	border: none;
	color: #7A7A7A;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;	
}

#top-menu li a {
	color: #7A7A7A;
	display: block;
	line-height: 28px;
	padding: 0 8px;
}

#top-menu li a:active,
#top-menu li a:focus,
#top-menu li a:hover {
	color: #e25b32;
}

#gk-content-wrap {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
                left: 59%;
}

#gk-content-wrap,
#gk-inset,
#gk-mainbody > div,
#gk-inner-inset {
	float: left;
}

#gk-mainbody > div {
    padding: 0 24px 0 24px;
}

#gk-mainbody-columns.gk-inset-left #gk-content-wrap,
#gk-mainbody-columns.gk-inner-inset-left #gk-mainbody > div {
	float: right;
}

#gk-inset {
    float: right;
}

#leia-tambem {
    border-right: 1px solid #e5e5e5;
}

#gk-sidebar {
    float:left;
    position:relative;    
    overflow:auto;
    padding: 2px;
    width: 100%;
}

#gk-content-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;        
}

#gk-inner-inset {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

#gk-mainbody > div + #gk-inner-inset {
	padding-left: 32px;
}

.gk-inner-inset-left #gk-inner-inset {
	padding-left: 0;
	padding-right: 32px;
}

#gk-inner-inset .box {
	padding-left: 0;
	padding-right: 0;
}

.edict-buttons-box {
    padding-left: 80px;
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #e5e5e5;
}

#gk-mainbody-top {	
	/*margin: -10px -19px 0 -20px;*/        
}

#iframe-blue-box {
    padding-left: 47px;
    padding-top: 32px;
}

#mainbody-iframe {
    height: 310px;
    width: 100% !important;
    border: none;
    overflow: hidden;
}

#gk-mainbody-bottom {
	border-top: 1px solid #e5e5e5;
	margin: -10px -19px 0 -20px;
}

#gk-mainbody > div .box {
	padding-left: 0;
	padding-right: 0;
}

#gk-mainbody {
    font-size: 100%;    
}

input.gsc-search-button-v2{padding: 6px 5px !important;}
/*
 *
 * 3. Template structure
 *
 *
------------------------------------ */
 
/* 3.1. Top
==================================== */

#gk-page-top {
	background: #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 45px;
	position: relative;
	z-index: 1;
}

#gk-content-top {
	
	border: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 14px 20px;
}

#gk-search {
	float: left;
	width: 300px;
	padding-top: 0 !important;
	margin-top: 7px !important;

}

#gk-search #gsc-iw-id1 {
    overflow: hidden;
    height: 32px;
    width: 275px;
    margin: 1px;
}

#gk-search #gs_tti50 {
    width:272px;
    height:28px;
}


#gsc-i-id1{
    height: 24px !important;
    background-image: none !important;
}

#inner-editor.style {
    height: 24px;
}
#gk-search input.gsc-search-button-v2{
	margin-top: 6px !important;
}
#gk-page-top:after,
#gk-content-top::after {
	clear: both;
	content: "";
	display: table;
}

#main-menu-mobile {
	height: 48px;
	left: -9999px;
	position: absolute;
	top: 0px;
	width: 160px;
}

#gk-user-area {
	float: right;
	margin-left: 20px;
}

#gk-user-area a {
	-webkit-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
	   -moz-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
  	    -ms-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
	        box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
	display: block;
	float: left;
	height: 45px;
	margin: 0;
	text-indent: -9999px;
	-webkit-transition: background-color .3s ease-out;
	   -moz-transition: background-color .3s ease-out;
	    -ms-transition: background-color .3s ease-out;
	        transition: background-color .3s ease-out;
	width: 50px;
}

#gk-login {
	background: #363636 url('../images/topmenu_icons.png') no-repeat 0 center;
}

#gk-login:active,
#gk-login:focus,
#gk-login:hover {
	background-color: #e25b32;
}

#gk-rss {
	background: #a88f52 url('../images/topmenu_icons.png') no-repeat -50px center;
}

#gk-rss:active,
#gk-rss:focus,
#gk-rss:hover {
	background-color: #e25b32;
}

/* 3.2. Logo
==================================== */

#gk-page-top h1 {
	float: left;
	margin: 0 30px 0 0;
}

#gk-page-top a.cssLogo {

	background: #DDD url('../images/style1/logo.png') no-repeat 0 0;
	display: block;
	float: left;
	height: 45px;
	width: 200px;
	text-indent: -9999px;
}

#gk-page-top a.textLogo {
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 24px;
	padding: 7px 0 0 10px;
}

#gk-page-top a.textLogo small {
	color: #aaa;
	display: block;
	font-size: 11px;
	line-height: 11px;
}

#gk-page-top a.imageLogo,
#gk-page-top a.imageLogo img {
	display: block;
}

#gk-top1,
#gk-top2 {
	margin: 0 -20px 0 -20px!important;
	overflow: hidden;
	padding: 10px 10px 0 10px;
}

#gk-top1 + #gk-breadcrumb-fontsize,
#gk-top2 + #gk-breadcrumb-fontsize {
	border-top: 1px solid #e5e5e5;
	margin-top: 0;
}

#gk-top1 + #gk-top2 {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

/* 3.3. Content
==================================== */

section.intro {
	color: #999;
	font-size: 13px;
	margin-bottom: 60px;
	padding: 0;
}

.page-title + section.intro {
	margin-top: -60px;
}

article::after,
.box::after,
#gk-top1::after,
#gk-top2::after,
#gk-bottom1::after,
#gk-bottom2::after,
#respond::after,
#gk-mainbody::after,
#gk-mainbody-columns::after {
    clear: both;
    content: "";
    display: table;
}

section.content::after {
    clear: both;
    content: "";
    display: table;
}

/* 3.4. Sidebars
==================================== */

/* 3.5. Bottom
==================================== */
.partner{ width:400px !important;}
#gk-bottom1,
#gk-bottom2 {
	margin: 0 auto !important;
	overflow: hidden;
	padding: 18px 0 36px 0;
	max-width: 1000px;
}

#gk-bottom1 .box,
#gk-bottom2 .box {
	margin-top: 18px;
}

#gk-bottom1 + #gk-bottom2 {
	border-top: 1px solid #E5E5E5;
}

#gk-bottom2 .box {
	color: #999;
	font-size: 12px;
}

#gk-bottom2 .box a {
	color: #777;
}

#gk-bottom2 .box a:active,
#gk-bottom2 .box a:focus,
#gk-bottom2 .box a:hover {
	color: #363636;
}

#gk-bottom1 .box .box-title, 
#gk-bottom2 .box .box-title {
	font-size: 16px;
}

#gk-bottom1 ul li,
#gk-bottom1 ol li,
#gk-bottom2 ul li,
#gk-bottom2 ol li {
	line-height: 2.0;
	padding: 0;
}

#gk-bottom1 .box ul li,
#gk-bottom1 .box ol li,
#gk-bottom2 .box ul li,
#gk-bottom2 .box ol li {
	border-top: none;
}

/* 3.6. Footer
==================================== */

#gk-footer {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	border-top: 1px solid #CCC !important;
	color: #777;
	font-size: 11px;
	line-height: 21px;
	margin: 0 auto 100px auto!important;
	padding: 16px 0 0;
	text-align: center;
	margin-bottom: 0 !important;
}

#footer-menu a {
	color: #999;
}

#footer-menu a:active,
#footer-menu a:focus,
#footer-menu a:hover {
	color: #e25b32;
}

#footer-menu {
	float: left;
	line-height: 32px;
	margin: 0;
}

#footer-menu li {
	float: left;
	margin-right: 10px;
}

#footer-menu ul {
	display: none;
}

#gk-footer .gk-copyrights {
	
	
	margin-bottom: 5px;
	padding-top:16px !important;
	clear: both;
}

#gk-style-area {
	clear: both;
	margin: 20px 0;
	text-align: center;
}

#gk-footer .gk-framework-logo {
	clear: both;
	display: block;
	margin: 12px auto 60px auto!important;
	padding: 0!important;
}

.pagination-control {
    border-top: solid 1px #e5e5e5;
    width: 100%;
    text-align: center;    
    padding-top: 25px;
    padding-bottom: 25px;
}
/*
 *
 * 4. Widget styles
 *
 *
------------------------------------ */
 
/* 4.1. Base style
==================================== */

.box {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
 	        box-sizing: border-box;
	padding: 20px;
}

.box-title {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
}

#title-parceiros {	
    padding-left: 10px;
}

/* 4.2. Base style for other areas
==================================== */

#gk-top1 .box,
#gk-top2 .box,
#gk-bottom1 .box,
#gk-bottom2 .box {
	float: left;
	padding: 0 10px;
}

.widget-area .col1 { width: 100%; }
.widget-area .col2 { width: 50%; }
.widget-area .col3 { width: 33.3%; }
.widget-area .col4 { width: 25%; }
.widget-area .col5 { width: 20%; }
.widget-area .col6 { width: 150px; }

.widget-area .box.last1 { width: 100%; }
.widget-area .box.last2 { width: 50%; }
.widget-area .box.last3 { width: 33.3%; }
.widget-area .box.last4 { width: 25%; }
.widget-area .box.last5 { width: 20%; }

.widget-area .nth1 {
	clear: both;
}

/* 4.3. Device classes
==================================== */

.onlyDesktop {
	display: block!important;
}

.onlyTablets {
	display: none!important;
}

.onlySmartphones {
	display: none!important;
}

.onlyTabltetsAndSmartphones {
	display: none!important;
}

.partner a
{	
    display: block;
    float: left;
}

body, h1, h2, h3, h4, h5, h6, #main-menu > li li, .bigtitle h3.header, .box.badge-new .box-title::after, .box.badge-popular .box-title::after, .box.badge-top .box-title::after, .box.bigtitle .box-title {
	font-family: Arial, Helvetica, sans-serif;
}

.h3-lastNews{
    color:#069;
    font-size: 16px;
}

#gk-logo.text, #main-menu > li, #top-menu, #gk-user-area, .box .box-title, .gk-tabs-nav, .nsphover .gk-nsp-category {
	font-family: 'Hammersmith One';
}

#logo{ float: left; padding-right: 10px; text-align: center; margin-top: -20px}

#lostpass, #signin{
	font-family: Ubuntu;        
	color: #12244A;
        font-size: 10pt;
		width:100% !important;
		display:inline-block;
		margin:0 !important;
}

#lostpass:hover, #signin:hover{ text-decoration: underline;}

#contact .field{margin-top:3px}
#contact{margin-bottom:20px}
#contact .field label
{
	display:block;
	margin:5px 110px 0px 0px;
	font-weight:bold;
	color:#222;
}
#contact .field .input-text, #contact .field .select, #contact .field textarea
{ 	
	width:600px; 
	margin:0px 110px 0px 0px;
}

#contact .field{ padding-left:1px}
#contact .field .select{width:603px !important}

#contact .field #send
{
	padding:2px;
	width:100px;
	margin:0px 110px 0px 0px;
	color:#000;
	background:#FFF;
	border:1px solid #000;
	font-size:100%;
	font-weight:bold;
}
#contact .field #send:hover{cursor:pointer}
#contact h2{font-size:14px; margin-bottom:10px; color:#F00; font-weight:bold}
#contact #decript{ width:400px}
#sigfundect{ font: 11px bold Arial; display: block; padding-bottom: 3px; }

#icons a
{
	font-family: 'Hammersmith One', sans-serif;
	color: #12244A;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:400;

	display: block;
	height: 30px;
	
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 50px;
	
}

#mainbody-col2 #second-column-top-icons {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0px 25px 0px;
}

#mainbody-col2 #second-column-top-icons img{
    margin: 10px 0px 10px 0px;
}

#mainbody-col2 #second-column-edict-icons {
    padding: 20px 0px 20px 0px;
    width: 246px;        
    border-bottom: 1px solid #e5e5e5;
   
    overflow: hidden;
}

#mainbody-col2 #second-column-edict-icons img {
    margin-left: -20px;
}

#mainbody-col2 #boletim {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0px 35px 40px;
}

#mainbody-col2 #boletim #boletim-img {
    float: left;
    margin-right: 10px;
    height: 127px;
    width: 90px;
    box-shadow:1px 1px 3px 2px #bbbbbb;
}

#mainbody-col2 #boletim #boletim-revista{
    font-family: Ubuntu light;
    font-size: 10px;
    color: #12244A;   
    margin: 0px;
}

#mainbody-col2 #boletim #boletim-titulo{
    font-family: Ubuntu Bold;
    font-size: 16px;
    color: #12244A;
    margin-top: 0px;
}

#mainbody-col2 #boletim #boletim-numero{
    font-family: Ubuntu Bold;
    font-size: 14px;
    color: #12244A;    
}

#mainbody-col2 #boletim #boletim-download{
    font-family: Ubuntu light;
    font-size: 10px;
    color: #12244A;   
}

#mainbody-col2 #boletim #boletim-ver-online{
    font-family: Ubuntu light;
    font-size: 10px;
    color: #12244A;
}

#mainbody-col2 #boletim #boletim-mais-edicoes {
    font-family: Ubuntu light;
    font-size: 10px;
    color: #12244A;
}

#mainbody-col2 #geopark {
    padding: 33px 0px 34px 0px;
    border-bottom: 1px solid #e5e5e5;
}

#mainbody-col3 #base-projetos{
    width: 246px;  
    border-bottom: 1px solid #e5e5e5;
    height: 130px;
}

#mainbody-col3 #bp-title{
    font-family: Ubuntu;
    font-weight: bolder;
    color:#12244A;
    margin-left: 56px;
    font-size: 14px;    
}

#mainbody-col3 #base-projetos #busca-projeto #div-busca{
    border: 1px solid #e5e5e5;
    width: 85%;
}

#mainbody-col3 #base-projetos #busca-projeto #div-busca #campo{
    border: none;
    padding: 0px;
}

#mainbody-col3 #base-projetos #busca-projeto #div-busca #img-lupa{
    float: left;    
}

#mainbody-col3 #base-projetos #busca-projeto {
    padding: 0px 0px 0px 32px;
}

#mainbody-col3 #base-projetos #busca-projeto #bj-submit{
    font-size: 0px;
    height: 0px;
    width:0px;
    visibility: hidden;
}

#mainbody-col3 #other-icons {
    width: 246px;
    border-bottom: 1px solid #e5e5e5;    
    padding: 18px 0px 18px 0px;
}

#mainbody-col3 #corumbella {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0px 35px 40px;
}

#mainbody-col3 #corumbella #corumbella-img {
    float: left;
    margin-right: 10px;
    height: 127px;
    width: 90px;
    box-shadow:1px 1px 3px 2px #bbbbbb;
}

#mainbody-col3 #corumbella #corumbella-revista{
    font-family: Ubuntu light;
    font-size: 10px;
    color: #12244A;   
    margin: 0px;
}

#mainbody-col3 #corumbella #corumbella-titulo{
    font-family: Ubuntu Bold;
    font-size: 16px;
    color: #12244A;
    margin-top: 0px;
}

#mainbody-col3 #corumbella #corumbella-numero{
    font-family: Ubuntu Bold;
    font-size: 14px;
    color: #12244A;    
}

#mainbody-col3 #corumbella #corumbella-download{
    font-family: Ubuntu light;
    font-size: 10px;
    color: #12244A;   
}

#mainbody-col3 #corumbella #corumbella-ver-online{
    font-family: Ubuntu light;
    font-size: 10px;
    color: #12244A;
}

#mainbody-col3 #corumbella #corumbella-mais-edicoes {
    font-family: Ubuntu light;
    font-size: 10px;
    color: #12244A;
}


#mainbody-col3 #biota {
    width: 246px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 1px;
}

#icons a:hover{text-decoration: underline;}
#icons a#search{background: url('../images/search_icon.png') no-repeat;}
#icons a#talkus{background: url('../images/talkus_icon.png') no-repeat;}
#icons a#doc{background: url('../images/doc_icon.png') no-repeat;}
#icons a#jornal{background: url('../images/jornal_icon.png') no-repeat;}
#icons a#doctor{background: url('../images/doctor_icon.png') no-repeat; padding-top: 5px !important}
#icons a#import{background: url('../images/import_icon.png') no-repeat;}
#icons a#marc{background: url('../images/marc_icon.png') no-repeat;}
#icons a#portin{background: url('../images/portin_icon.png') no-repeat;}
#icons a#porttr{background: url('../images/porttr_icon.png') no-repeat;}
#icons a#impof{background: url('../images/impof_icon.png') no-repeat;}
.tools{ padding-left: 5px !important;  }
#boletin{margin-left: -20px !important}
.contact{ padding: 0 !important; width: 940px; margin: 0 auto}
.contact .item{ width: 250px !important; border: 0px solid #000; float: left}
.contact .item img{ float: left; margin-bottom: 50px}
.contact .item .header{ float: left; font-family: 'Hammersmith One', sans-serif;
	color: #12244A;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:400;
	margin-right: 10px;
}

.contact .item .info{ float: left; font-family: 'Hammersmith One', sans-serif;
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:100;
	display: block;

}

#edict_result{color: #FF0000}
#oldVersion{
	float: right; 
	display: block; 
	font-family: 'Hammersmith One'; 
	z-index: 1000;
	position: absolute;
	right: 60px;
	top: 10px;
	color: #12244A;}

#newsletter-signin-form {
    padding: 10px;
}

#newsletter-signin-form label{
    width: 100px;
    text-align: right;
}

#newsletter-signin-form input{
    margin-top: 12px;
    width: 250px;
}

#newsletter-signin-form #submit{
    width: 100px;
    margin-left: 105px;
}