@charset "utf-8";
* {
    margin: 0;
    padding: 0;
	outline:0;
}
body, html {
    height: 100%;
    width: 100%;
}
body {
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz--font-smoothing: antialiased;
	letter-spacing:0;
    color:#120c0b;
    font-size: 10px;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
div{
	position:relative;
	display:block;
	z-index:10;
}
p {
    margin-top: 10px;
}
img {
    border: none;
}
li {
    list-style: none;
}
a {
    color: #120c0b;
    text-decoration: none;
}
:focus {
    outline: none;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}
.table {
    display: table;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}
.malign {
    vertical-align: middle;
}
.center {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
.right {
    position: absolute;
    right: 0;
}
.left {
    left: 0;
    position: absolute;
}
.spacer {
    display: block;
}
.white{
	color: #ffffff;
}
.light-grey {
	color:  #808080;
}
.grey{
	color: #333333;
}
.dark-grey{
	color: #1a1a1a;
}
.green{
	color: #439123;
}
.size-1{
	font-size:2.5em;
}
.size-2 {
    font-size: 2.2em;
}
.size-3{
	font-size:1.8em;
}
.size-4 {
    font-size: 1.6em;
}
.size-5 {
    font-size: 1.4em;
}
.size-6 {
    font-size: 1.3em;
}
/* FONT */
.font {
   /* font-family: "open_sansregular", 'Open Sans';*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:regular;
}
.font-italic {
    /*font-family: "open_sansitalic", 'Open Sans';*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight:normal;
	/*font-style:italic;*/
}
.font-semi-bold {
    /*font-family: "open_sanssemibold", 'Open Sans';*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight:600;
	/*font-style:italic;*/
}
.font-semi-bold-italic {
    /*font-family: "open_sanssemibold_italic", 'Open Sans';*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight:600;
	/*font-style:italic;*/
}
.font-bold {
    /*font-family: "open_sansbold", 'Open Sans';*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight:700;
	font-style:regular;
}
.font-bold-italic {
    /*font-family: "open_sansbold_italic", 'Open Sans';*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight:700;
	/*font-style:italic;*/
}
/* / FONT */
.uppercase{
	text-transform:uppercase;	
}
.tright{
	text-align:right;
}
.tleft{
	text-align:left;
}
.tcenter{
	text-align:center;
}
.tjustify{
	text-align:justify;
}
/* SIZE BOX */
.w-958{
	width:958px;
}
.w-265{
	width:265px;
}
.w-630{
	width:630px;
}
.w-300{
	width:300px;
}
/*  / SIZE BOX */

.bg-box{
	background:url('../theme/em-breve/box-2.png') repeat-x transparent;
}
.bg-top{
	background:url('../theme/em-breve/top-bg.png') repeat-x transparent;
}
.bg-footer{
	background:url('../theme/bgs/footer_bg.png') repeat-x transparent;
}

.bg-degrade-1{
	background:url('../theme/bgs/degrade-1.png') repeat-x transparent;
}
.bg-degrade-2{
	background:url('../theme/bgs/degrade-2.png') repeat-x transparent;
}
.border{
	border:1px solid #cccccc;
	min-height:30px;
}
.border-1 {
    border: none !important;
    height: 3px;
    margin: 4px 0;
    background: url("../theme/bgs/border-1.png") repeat-x scroll 0 0 transparent;
}
.border-i{
	height:25px;
    border: none !important;
	background:url('../theme/bgs/border-i.png') repeat-x transparent;
	margin:4px 0;
}

.no-margin{
	margin:0 !important;
}
.center{
	width:958px;
	margin:0 auto;
}
#top {
    margin: 0 auto;
    display: table;
	width:960px;
}
.box-border {
    border: 1px dotted #a1a1a1;
    padding: 20px;
    margin-bottom: 25px;
}
.box-border p {
    width: 750px; /*620px*/
    text-align: justify;
}
.box-1 {
    background: url("../theme/em-breve/border-box-1.png") no-repeat scroll 0 0 transparent;
    width: 851px;
    margin: 20px auto;
    padding: 30px 0;
    height: 20px;
}
.box-degrade {
    background: url("../theme/em-breve/bg-degrade.png") no-repeat scroll 0 0 transparent;
    display: table;
    padding: 15px;
    width: 929px;
}
.box-degrade div {
    background-repeat: no-repeat;
    height: 130px;
    margin: 10px;
    padding: 10px 15px;
    width: 235px;
}
.bt-green {
    background: url("../theme/em-breve/bt-green.png") repeat-x scroll 0 0 transparent;
    padding: 5px 10px;
}
.bt-grey {
    background-image: url("../theme/bts/degrade.png");
    padding: 5px 10px;
	border:1px solid #cccccc;
	color:#808080;
	font-family: "open_sansitalic", 'Open Sans';
	font-weight:normal;
	/*font-style:italic;*/
}
.bt-grey:hover{
    background-image: url("../theme/bts/degrade_over.png");
}
.select_box {
    height: 30px;
    position: relative;
}
.select_box .ico {
    top: 20px;
    z-index: 2;
    right: 5px;
}
.select-grey {
    background-image: url("../theme/bts/degrade.png");
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC !important;
    font-family: "open_sansbold",'Open Sans';
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 20px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 280px;
    z-index: 1;
}
.select_box #pub_e_projetos {
    height: 30px;
    margin-top: 10px;
    opacity: 0;
	filter: alpha(opacity:0);
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 3;
}
#menu-social {
    float: right;
}
#top #logo {
    display: block;
    float: left;
	margin-top: -10px;
}
.bg-green .bg-l {
    background-image: url("../theme/bgs/menu-social-l.png");
    float: left;
    background-repeat: no-repeat;
}
.bg-green .bg-c {
    background-image: url("../theme/bgs/menu-social-c.png");
    float: left;
    background-repeat: repeat-x;
}
.bg-green .bg-r {
    background-image: url("../theme/bgs/menu-social-r.png");
    float: left;
    background-repeat: no-repeat;
}
.bg-green .bg-l,.bg-green .bg-r {
    height: 45px;
    width: 13px;
}
.bg-green .bg-c {
    height: 45px;
	
}
.bg-grey {
    background-image: url("../theme/bts/degrade.png");
    background-repeat: repeat-x;
	
}
.bg-grey .bg-c {
	*height:38px;
}


.bg-destaque-produtos {
    background-image: url("../theme/bgs/destaque-produtos.png");
    height: 153px;
    padding: 30px 0;
    background-repeat: no-repeat;
}
.bg-destaque-produtos .img {
    display: table;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.bg-destaque-produtos .txt {
    margin-top: 20px;
    margin-left: 10px;
    display: table;
    float: left;
	width: 160px;
}
#menu-social li {
    border-left: 1px solid #548B05;
    float: left;
    margin: 0;
    padding: 12px 15px 10px;
}
#menu-social li.first {
    border: none;
	padding-left:5px;
}
#menu-social li.bt-news {
    padding-top: 18px;
    padding-bottom: 5px;
}
#menu-social li a {
    color: #fff;
    display: block;
    height: 21px;
}
#menu-principal {
    float: right;
	margin-top: 55px;
}
#menu-principal ul {
    border: 1px solid #CCCCCC;
}
#menu-principal li {
    border-right: 1px solid #CCCCCC;
    float: left;
	padding: 14px 10px 3px;
}
#menu-principal li:hover, #menu-principal li.active{
	background-image: url("../theme/bts/degrade_over.png");
}
#menu-principal li.last{
	border:none;
}
#menu-principal li a {
    color: #1a1a1a;
    display: block;
    height: 21px;
	text-transform: uppercase;
}
.box-last-news {
    border: 1px solid #CCCCCC;
    height: 40px;
    margin-top: 30px;
    padding: 0 10px;
    width: 710px;
}
.box-last-news .leia-mais{
	color:#439123;
}
.box-last-news .bt-news{
	overflow:hidden; width:12px; height:16px; margin: 2px 5px;
}
.box-search {
    margin-top: 30px;
    width: 220px;
    border: 1px solid #cccccc;
    height: 39px;
}
.box-search input.search-box {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 20px;
    padding: 10px;
    width: 170px;
}
.box-search input.bt-search {
    background: url("../theme/bts/search.png") repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    width: 20px;
}
.bt_green{
    background: url("../theme/bgs/degrade-green-1.png") repeat-x transparent;
	border:1px solid #cccccc;
	padding:5px 15px;
	font-family: "open_sansitalic", 'Open Sans';
	font-size: 14px;
    font-style: italic;
    font-weight: normal;
    padding: 1px 15px;
	color:#ffffff;
	margin: 12px 0;
}

#slides {
    left: 0;
    position: absolute;
    top: 0px;
    z-index: 0;
}
.slides_container {
	width:630px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container div.slide {
	width:630px;
	height:300px;
	display:block;
}
.slides_container div.slide img {
    width: 630px;
    height: 300px;
}
/* Paginações */
.pagination {
    background: url("../theme/bgs/banner-pagination.png") no-repeat scroll 0 0 transparent;
    height: 23px;
    padding: 20px 10px 0px 0;
    position: absolute;
    right: 0px;
    text-align: right;
    bottom: 0;
    width: 133px;
    z-index: 999;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	 .pagination { right: 1px; }

}
.pagination li {
    float: right;
    list-style: none outside none;
    margin: 0 2px;
}
.pagination li a {
    background-image: url("../theme/geral/pagination.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 15px;
    width: 15px;
}
.pagination li.current a {
    background-position: 0 -20px;
}
.pagination-list {
    font-size: 12px;
    margin: 15px 0 10px;
}
.pagination-list a {
    margin: 0 5px;
}
.pagination-list.light-grey a {
    color: #808080;
}
.pagination-list .bt-next, .pagination-list .bt-prev {
    padding: 0 10px;
    position: relative;
}
.pagination-list .bt-prev img {
    margin-top: 3px;
    position: absolute;
    right: 5px;
}
.pagination-list .bt-next img {
    left: 5px;
    margin-top: 3px;
    position: absolute;
}
.pagination-list .pg_atual {
    color: #000000;
    margin: 0 5px;
    text-decoration: underline;
}
/* Fim das paginações */
.caption {
    display: none;
}
#home-atuacao li h3 {
	font-size:15px;
    margin-top: 10px;
    display: block;
}

#home-atuacao li a.bt-grey {
    font-size: 13px;
}
#home-atuacao li p {
    font-size: 13px;
    margin: 0;
}
#home-prod-institucionais li a {
	font-size: 1.3em;
    margin-top: 10px;
    display: block;
}
#box-faca-parte {
    border: 1px solid #cccccc;
}
#box-faca-parte h3 {
    display: block;
    margin: 20px;
    line-height: 1.1em;
}
#social-home ul{
	background-color:#e6e6e6;
	border:1px solid #cccccc;
	display:table;
	border-left: none;
	display:table;
	margin:20px 0;
	*height:50px;
}
#social-home ul li{
	padding:10px 24px;
	float:left;
	border-left:1px solid #cccccc;
}
#apoio {
    height: 80px;
    margin: 40px auto 0;
	*margin: 10px auto 20px;
}
#footer {
    margin: 0;
    padding: 10px 0 10px;
    height: 231px;
    position: relative;
    display: block;
}
#footer .asterisco-footer {
    position: absolute;
    left: 600px;
    top: -10px;
}
.bt-round-grey {
    margin: 10px 0;
}
.bt-round-grey .bg-left, .bt-round-grey .bg-right {
    float: left;
    height: 29px !important;
    width: 4px !important;
}
.bt-round-grey .bg-middle {
    background: url("../theme/bts/grey-round-1-c.png") repeat-x scroll 0 0 transparent;
    color: #4D4D4D;
    float: left;
    font-family: "open_sansbold",'Open Sans';
    font-size: 14px;
    font-weight: 700;
    height: 30px !important;
	cursor:pointer;
}
.bt-round-grey .bg-middle .img {
    float: left;
    margin: 2px 7px 2px 5px ;
    border-right: 2px solid #4D4D4D;
    padding: 0px 8px 0 0;
	height: 25px;
}
.bt-round-grey .bg-middle .img img {
    margin-top: 3px;
    margin-bottom: -3px;
}
.bt-round-grey .bg-middle .txt {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
.bt-round-grey .bg-left {
    background: url("../theme/bts/grey-round-1-l.png") no-repeat scroll 0 0 transparent;
}
.bt-round-grey .bg-right {
    background: url("../theme/bts/grey-round-1-r.png") no-repeat scroll 0 0 transparent;
}
#footer .bg-footer-2 {
    display: table;
	margin: 35px auto 0px;
    position:relative;
	bottom: 0;
    height: 30px;
	*width:885px;
}
.bg-footer-2 .bg-left, .bg-footer-2 .bg-right {
    width: 10px;
    height: 45px;
    float: left;
}
.bg-footer-2 .bg-left {
    background-image: url("../theme/bgs/black-rounded-1-l.png");
    background-repeat: no-repeat;
}
.bg-footer-2 .bg-right {
    background-image: url("../theme/bgs/black-rounded-1-r.png");
    background-repeat: no-repeat;
}
.bg-footer-2 .bg-middle {
    float: left;
    background-image: url("../theme/bgs/black-rounded-1-c.png");
    padding-top: 5px;
    height: 40px;
}

#publicacoes .item-destaque img {
    margin: 20px;
}
#publicacoes .item-destaque .txt {
    margin: 0px 30px 20px;
}

.list-item li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.list-1 li{
	margin:3px 0;
	padding:12px 5px;
	border-bottom: 1px solid #cccccc;
}
.list-1 li.active {
    font-family: "open_sansbold",'Open Sans';
    font-weight: 700;
}
.list-1 li .leia-mais{
	color:#439123;
	font-size:13px;
    font-family: "open_sansitalic", 'Open Sans';
	font-weight:normal;
	/*font-style:italic;*/
}
.text-page ul li {
    list-style: disc outside none;
    margin: 10px 0 10px 25px;
    padding-left: 5px;
}
.text-page ol li {
    list-style: decimal outside none;
    margin: 10px 0 10px 25px;
    padding-left: 5px;
}

ol.numeric li {
    list-style-type: decimal;
    margin: 0px 0 10px 20px ;
}
.type-file {
    padding: 2.3px 10px;
    min-height: inherit !important;
    /*margin-right: 10px;*/
	margin-left: 10px;
}
/*form */
.form-1 {
    margin-left: 60px;
    width: 515px;
}
.form-page label {
    display: block;
    margin-bottom: 15px;
}
.form-page label .label {
    display: block;
    margin-bottom: 6px;
    margin-right: 10px;
    margin-top: 0;
    text-align: left;
    width: 200px;
}
.form-page label .label-2 {
    color: #4D4D4D;
    display: block;
    font-size: 10px;
    margin-right: 10px;
    margin-top: 4px;
    text-align: justify;
    width: 430px;
}
.form-page label .input-txt {
    border: 1px solid #CCCCCC;
    color: #4D4D4D;
    height: 25px;
    padding-left: 10px;
    width: 420px;
}
.form-page label .textarea-txt {
    border: 1px solid #CCCCCC;
    color: #4D4D4D;
    height: 100px !important;
    padding-left: 10px;
    padding-top: 5px;
    width: 420px !important;
}
.form-page #submit {
    cursor: pointer;
    font-size: 12px;
	margin-right: 82px !important;
}
.form-page .select-box {
    border: 1px solid #CCCCCC;
    height: 25px;
    width: 270px;
}
.form-page .select-box select {
    height: 26px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 270px;
}
.form-page .select-box .select-ico {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.form-page .select-box .text {
    color: #4D4D4D;
    display: block;
    float: left;
    height: 20px;
    margin-left: 10px;
    padding: 3px 0;
    width: 210px;
}
.form-page .alert-green {
    background-color: #599921;
    font-size: 11px;
}
.form-page .alert-green {
    background-color: #599921;
    font-size: 11px;
    letter-spacing: 0;
    padding: 10px 12px 10px 0;
}
.form-page .alert-green img {
    margin-right: 5px;
    margin-top: -3px;
}
/* / Form */

.item-destaque.box_pos-2 {
    margin-left: 25px;
}
.item-destaque.box_pos-3 {
    float: right !important;
}
.tb-prod-img {
    display: table;
    float: left;
    width: 90px;
}
.tb-prod-img img {
    float: left;
    width: 70px;
}
#produtos-list .img {
    margin-right: 10px;
}