* {
    font-size:12px;
    font-family:verdana, tahoma, arial, sans-serif;
    border:0;
    margin:0;
    padding:0;
    color:#6f6f6f;
}

#photo img {
    margin: inherit;
    padding: inherit;
}

li {
    list-style:none;
}

a {
    text-decoration:none;
}

#area a:visited {
	color: #4989cf !important;
}

a:hover {
    text-decoration:underline;
}

.wrapper {
	position: relative;
	width: 900px;
	margin:0 auto 0 auto;
}

#page {
    width:900px;
    margin:0 auto 0 auto;
	position:relative;
	margin-bottom: 50px;
}

#topo {
	position: relative;
    height: 179px;
    background: url(/img/bg_topo.png) center top no-repeat;
    z-index: 200;
}
#topo .wrapper { width: 999px; }

#topo .topo-top {
	height: 118px;
}

#logo {
	float: left;
	margin: 30px 0 0 0;
}


#topo .topo-top .content-topo-top {
	float: right;
	width: 650px;
	height: 34px;
	margin-top: 41px;
}

/************************** SEARCH *************************/
#search-form {
    float: left;
    width: 309px;
    height: 32px;
    border: 1px solid #b9cbd4;
    background-color: #ffffff;
}

#search-form input[type="text"] {
	float: left;
    width: 243px;
    height: 26px;
    margin: 3px 0 0 3px;
    border: 0;
}
.ie6 #search-form #search {
	float: left;
    width: 243px;
    height: 26px;
    margin: 3px 0 0 3px;
    border: 0;
}
.ie6 #search-form input[type="text"],
.ie7 #search-form input[type="text"],
.ie8 #search-form input[type="text"] { height: 21px;padding-top: 5px; }

#search-form input[type="submit"] {
	cursor: pointer;
	float: right;
    width: 60px;
    height: 28px;
    margin: 2px 2px 0 0;
    background: url(/img/btn-buscar-pesquisa.jpg) left top no-repeat;
    border: 0;
    color: #ffffff;
}
.ie6 #search-form #bt-search {
	cursor: pointer;
	float: right;
    width: 60px;
    height: 28px;
    margin: 2px 2px 0 0;
    background: url(/img/btn-buscar-pesquisa.jpg) left top no-repeat;
    border: 0;
    color: #ffffff;
}

/************************** SEARCH *************************/



/******************** MENUNAV **********************/
#menunav-sup {
    float: right;
    height: 18px;
    margin-top: 9px;
}

#menunav-sup li {
    float: left;
}

#menunav-sup li a {
	color: #000000;
    margin:0 10px 0 10px;
}

#menunav-main {
    width: 100%;
    height: 59px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}

#menunav-main li {
    float: left;
    height: 59px;
    border-right: 1px solid #bdbdbd;
    text-align: center;
    margin: 0;
    padding: 0;
}

#menunav-main li a {
	display: inline-block;
	overflow: hidden;
	height: 24px;
    color: #005696;
    margin: 17px 0 0 0;
    padding: 0;
    text-decoration: none;
    line-height: 200px;
    background: url(/img/bg-menu-sprite.png) left top no-repeat;
}

#menunav-main li.mn-bunge { width: 158px; }
#menunav-main li.mn-bunge a { width: 126px;background-position: -4px 0; }
#menunav-main li.mn-bunge.mn-active a { background-position: -4px bottom; }

#menunav-main li.mn-novidades { width: 112px; }
#menunav-main li.mn-novidades a { width: 80px;background-position: -162px 0; }
#menunav-main li.mn-novidades.mn-active a { background-position: -162px bottom; }

#menunav-main li.mn-projetos { width: 95px; }
#menunav-main li.mn-projetos a { width: 63px;background-position: -282px 0; }
#menunav-main li.mn-projetos.mn-active a { background-position: -282px bottom; }

#menunav-main li.mn-jornal { width: 160px; }
#menunav-main li.mn-jornal a { width: 130px;background-position: -382px 0; }
#menunav-main li.mn-jornal.mn-active a { background-position: -382px bottom; }

#menunav-main li.mn-interatividade { width: 140px; }
#menunav-main li.mn-interatividade a { width: 108px;background-position: -552px 0; }
#menunav-main li.mn-interatividade.mn-active a { background-position: -552px bottom; }

#menunav-main li.mn-biblioteca { width: 162px; }
#menunav-main li.mn-biblioteca a { width: 131px;background-position: -698px 0; }
#menunav-main li.mn-biblioteca.mn-active a { background-position: -698px bottom; }

#menunav-main li.mn-impreensa { width: 164px; }
#menunav-main li.mn-impreensa a { width: 132px;background-position: -856px 0; }
#menunav-main li.mn-impreensa.mn-active a { background-position: -856px bottom; }

#menunav-main li.mn-active { background-color: #f5f5f5; }

/******************** MENUNAV **********************/

#breadcrumb-new {
	margin: 0 0 30px 0;
}
#breadcrumb-new ul {
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #eee;
}
#breadcrumb-new ul li {
	float: left;
	margin-right: .5em;
}
#breadcrumb-new ul li a {
	display: inline-block;
	margin-right: .5em;
}

h1 {
    color:#868686;
    font-size:18px;
    height:30px;
    margin-bottom:20px;
    padding-top:5px;
    position:relative;
    font-weight:normal;
}

.others {
    font-size:11px !important;
    color:#196aa6 !important;
    position:absolute;
    right:0;
    top:10px;
    font-weight:normal !important;
}

.tit-shadow {
    background:url(/img/bg-tit.gif) bottom repeat-x;
}

.lastr {
    margin-right:0 !important;
}

.lastb {
    margin-bottom:0 !important;
}

.link01 {
    color:#196aa6 !important;
    font-size:11px;
}

.link02 {
    color:#196aa6 !important;
    font-size:14px;
}

.seta-prev {
    background:url(/img/seta-esq.gif) top left no-repeat;
}

.seta-next {
    background:url(/img/seta-dir.gif) top left no-repeat;
}

.cred {
    font-style:italic;
}

.cred-fonte {
    font-style:italic;
    font-weight:bold;
}

hr.sep01 {
	width:100%;
	height:1px;
	border-bottom:1px solid #c1e4ff;
	display:block;
	margin:20px 0 19px 0;
}

hr.sep02 {
	width:100%;
	height:1px;
	border-bottom:1px solid #d5d5d5;
	display:block;
	margin:20px 0 19px 0;
}


.link-mais {
	width: 100%;
	margin-top: 15px;
	padding-top: 7px;
	border-top: 5px solid #eaeaea;
}
.link-mais a { 
	color: #005696;
	background: url(/img/seta-link-mais.gif) left 4px no-repeat; 
	padding-left: 17px;
}


/********************** FOOTER ***********************/

.networks {
	border-top: 5px solid #eaeaea;
}
.networks h2 {
	color: #999a9b;
	font-size: 2.2em;
}
.networks .networks-left {
	padding: 35px 0;
	border-right: 1px solid #cecece;
}
.networks .networks-left ul {
	width: 350px;
	height: 58px;
	margin-top: 15px;
}
.networks .networks-left ul li {
	float: left;
	margin-right: 20px;
}
.networks .networks-left ul li a {
}

.networks .networks-left #mantenedor-bunge {
	float: left;
	margin-top: 35px;
}
.networks .networks-left #mantenedor-fertimport {
	float: left;
	margin: 10px 0 0 90px;
}

.networks .links-footer {
	padding: 35px 0;
	padding-left: 45px;
}
.networks .links-footer ul {
	float: left;
	width: 190px;
	margin-right: 20px;
}
.networks .links-footer ul li {
	margin: 10px 0;
}
.networks .links-footer ul li.indent {
	list-style-image: url(/img/bg-indent.gif);
	list-style-position: inside;
}
.networks .links-footer ul li a {
	color: #005696;
}
.ie6 .networks .links-footer ul li a { padding-left: 3px; }

#footer {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #cecece;
	border-bottom: 6px solid #3d86c6;
	background-color: #e9f9ff;
}
#footer a {
	color: #004c87;
}
#footer p {
	color: #3c3c3c;
}

/********************** FOOTER ***********************/





#forum table {
    border-collapse:collapse;
}

#forum table th {
    font-weight:bold;
    font-size:10px;
    text-align:left;
    padding:8px;
}

#forum table th.main {
    font-size:14px;
}

#forum table tr td a {
    color:#196aa6;
    font-weight:bold;
    font-size:11px;
}

#forum table tr td p {
    font-weight:normal;
    font-size:11px;
    font-style:italic;
    margin:0;
}

#forum table tr td {
    border:1px solid #e5e5e5;
    padding:15px 8px 15px 8px;
    text-align:center;
    font-weight:bold;
    font-size:11px;
}

#forum table tr td.aleft {
    text-align:left;
}

#box-podcasts div {
    margin-bottom:30px;
}

#box-podcasts div .comentarios {
    margin:0;
}

#box-podcasts div a {
    display:block;
    font-size:11px;
    font-weight:bold;
    color:#196aa6;
    margin-bottom:10px;
}

#box-podcasts div span {
    font-size:9px;
    padding-top:3px;
    height:21px;
    display:block;
}

#box-podcasts div {
    font-size:9px;
    color:#494949;
}

#box-podcasts div .comentarios {
    margin-top:5px;
}

#box-podcasts div .comentarios a, #box-podcasts div .comentarios span {
    display:inline;
    font-weight:normal;
    font-size:11px;
    color:#196aa6;
}

#box-podcasts div .comentarios span {
    margin:0 10px 0 10px;
}

/**** WORKAHOUND PARA CONSERTAR O BUG DO ZINDEX NO IE7 ****/
.on-back {
	z-index:1;
}
.on-top {
	z-index:10000;
}

/************** CLEARFIX *************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/************** CLEARFIX *************/


/************** JANELA MODAL *************/
.modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 99999;
}
.modal #mask {
	position: absolute;
	top: 0;
	left: 0;  
	background: url(/img/bg-modal.png) left top;
}
.modal div.cont-modal {
	position: absolute;
	width: 45%;
	height: 400px;
	padding: 30px;
	background: #ffffff;
	z-index: 99999;
	border-radius: 10px;
	box-shadow: 0 0 15px #000000;
}
.close {
	float: right;
}
/************** JANELA MODAL *************/









.h40 { height: 40px !important; }
.h150 { height: 150px !important; }
.h390 { height: 390px !important; }
.w150 { width: 150px !important; }
.w130 { width: 130px !important; }
.w120 { width: 120px !important; }
.w100 { width: 100px !important; }
.w265 { width: 265px !important; }
.w270 { width: 270px !important; }
.w272 { width: 272px !important; }
.w370 { width: 370px !important; }
.w578 { width: 578px !important; }
.w634 { width: 634px !important; }
.w999 { width: 999px !important; }
.w1200 { width: 1200px !important; }
.mAuto { margin-right: auto !important; margin-left: auto !important; }
.mR0 { margin-right: 0 !important; }
.mR70 { margin-right: 70px !important; }
.mR80 { margin-right: 80px !important; }
.mL90 { margin-left: 90px !important; }
.mL15 { margin-left: 15px !important; }
.mL20 { margin-left: 20px !important; }
.mL50 { margin-left: 50px !important; }
.mL60 { margin-left: 60px !important; }
.mL70 { margin-left: 70px !important; }
.mL100 { margin-left: 100px !important; }
.mT-50 { margin-top: -50px !important; }
.mT5 { margin-top: 5px !important; }
.mT10 { margin-top: 10px !important; }
.mT15 { margin-top: 15px !important; }
.mT20 { margin-top: 20px !important; }
.mT30 { margin-top: 30px !important; }
.mT40 { margin-top: 40px !important; }
.mT50 { margin-top: 50px !important; }
.mB10 { margin-bottom: 10px !important; }
.mB20 { margin-bottom: 20px !important; }
.mB30 { margin-bottom: 30px !important; }
.noBorder { border: 0 !important; }
.noBg { background: none !important; }
.noMargin { margin: 0 !important; }
.noPadding { padding: 0 !important; }
.noPaddingT { padding-top: 0 !important; }
.dBlock { display: block !important; }
.dNone { display: none !important; }
.fLeft { float: left !important; }
.fRight { float: right !important; }
.fSerif { font-family: Georgia, "Times New Roman", Serif !important; }
.fItalic { font-style: italic !important; }
.fBold { font-weight: bold !important; }
.noBold { font-weight: normal !important; }
.black { color: #000000 !important; }
.alignR { text-align: right !important; }
.fSize-9 { font-size: 0.9em !important; }
.fSize1-1 { font-size: 1.1em !important; }
.fSize1-2 { font-size: 1.2em !important; }
.fSize1-3 { font-size: 1.3em !important; }
.fSize1-4 { font-size: 1.4em !important; }
.fSize1-5 { font-size: 1.5em !important; }
.fSize1-6 { font-size: 1.6em !important; }
.fSize1-7 { font-size: 1.7em !important; }
.fSize1-8 { font-size: 1.8em !important; }
.fSize1-9 { font-size: 1.9em !important; }
.fSize2 { font-size: 2em !important; }
.fSize2-3 { font-size: 2.3em !important; }
.fSize2-6 { font-size: 2.6em !important; }
.fSize2-9 { font-size: 2.9em !important; }
.fSize3-5 { font-size: 3.5em !important; }
.lHheight1-3 { line-height: 1.3em !important; }
.lHheight1-5 { line-height: 1.5em !important; }
.lHheight1-7 { line-height: 1.7em !important; }
.cyan { color: #88ccff !important; }
.blue { color: #005696 !important; }
.pink { color: #f05a7d !important; }
.green { color: #72a125 !important; }
.gold { color: #987c00 !important; }
.bgRed { background-color: red !important; }
.pRelative { position: relative !important; }

/*-- POP UP --*/
#popup {
    position: fixed;
    display: none;
    z-index: 999999999;
    background: url(/img/fundo-popup.png);
    width: 100%;
    height: 100%;
}
#popup a img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -250px;
}
#popup p small.fechar a > img {
    margin-left: 460px;
    margin-top: -270px;
}
