@import "font.css";
@import "responsivo.css?=1.8";

::-webkit-scrollbar { width:7px; height:7px; background:#FFF; }
::-webkit-scrollbar-track { background:rgba(0,0,0,.2); }
::-webkit-scrollbar-thumb { background:rgba(0,0,0,.4);  }

html { height:100%; width:100%; }
* { font-family:'Museo300'; font-size:14px; margin:0px; padding:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;  }
body { background:#FFF; color:#333; font-size:14px; width:100%; height:100%; }
a { font-size:14px; color:#333; text-decoration:none; }
a:hover { text-decoration:underline; }

p { font-family:'Museo300'; font-size:14px; text-align:justify; padding:2px 0px; word-wrap:break-word; line-height:18px; }
p span { font-family:'Museo700'; font-size:14px; }
p span.sites { color:#3FABCC; }
p span.aplicativos { color:#F79F2C; }
p span.redes_sociais { color:#EC1B23; }
p span.email_marketing { color:#FAD140; }
p span.lojas_virtuais { color:#009FD4; }
p span.dominio_hospedagem { color:#B6C13B; }
p span.google_services { color:#EC1B23; }
p span.design_grafico { color:#F8B124; }

h1 { font-family:'Museo700'; display:block; font-size:60px; line-height:normal; margin:0px auto; text-align:left;  }
h2 { color:#333; font-family:'Museo500'; display:block; font-size:18px; line-height:normal; margin:0px auto; text-align:left;  }
h2 span { color:#0C6640; }
h3 { font-family:'Museo700'; font-weight:normal; }
h3 { color:#0C6640; font-family:'Museo700'; font-size:20px; line-height:normal; text-align:left; }
h4,
h5 { color:#666; font-family:'Museo700'; font-size:20px; font-weight:normal; text-align:left; }

ol,
ul { margin:0px; }
ol li,
ul li { margin:0px; text-align:justify; }

ul { margin:0px; padding:0px 5px; }
ul li { background:url(images/padrao/bg_ul_li.png) no-repeat 0px 9px; list-style-type:none; margin:0px; padding:3px 0 5px 12px; }

hr { background:url(images/bg_hr.png) center repeat-x; border:none; height:2px; width:100%; }

img { display:block; }

.button { cursor:pointer; border:none; color:#FFF; display:inline-block; font-size:14px; font-weight:normal; outline:none; padding:10px 25px; width:100%; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; -ms-border-radius:4px; text-decoration:none; text-align:center; background-color:#0C6741; }
.button.hover { color:#333; background-color:#7FC34D; }
.button.select { color:#FFF; background-color:#7FC34D; }
.button:hover { text-decoration:none; }

form { padding:0px; }
form p,
form label { display:block; font-size:14px; margin:0px 0px; padding:5px; }
form input,
form select,
form textarea { border:1px #999 solid; color:#333; font-size:16px; font-weight:normal; outline:none; padding:10px; width:100%; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; background:#FFF; height:55px; }
form textarea { height:90px; max-height:90px; max-width:100%; }
form input[type="radio"] { width:auto; }
form input[type="checkbox"] { border:none; width:auto; height:auto; padding:2px; }
form select { width:100%; }
form .erro_msg { color:#333; font-size:16px; font-weight:bold; padding:5px; text-align:left; }
form .erro_msg em { color:#0C6741; font-size:20px; font-style:normal; }
form .inp1.erro { background-position:-1360px 100%; }
form input.hover,
form select.hover,
form textarea.hover { background:#FFF; }
form input.focus,
form select.focus,
form textarea.focus { background:#F3F3F3; }
form button.button { border:none; font-size:14px; font-weight:normal; height:50px; outline:none; }
.forml { padding:2px; }
.buscar { top:2px; right:0px; border:1px #B61A2D solid; z-index:101; position:absolute; float:right; width:30px; height:35px; font-size:0px; text-indent:-15000px; background:url(images/bg_lupa.png) no-repeat center 9px #B61A2D; }

::-webkit-input-placeholder { color:#333; font-family:'Museo300'; }
input:-moz-placeholder { color:#333; font-family:'Museo300'; }
input:-ms-placeholder { color:#333; font-family:'Museo300'; }
::-ms-input-placeholder { color:#333; font-family:'Museo300'; }
:-ms-input-placeholder { color:#333; font-family:'Museo300'; }

table { width:100%; margin:0px; padding:0px; }
table tr { margin:0px; padding:0px; }
table tr td { margin:0px; padding:5px;  }

noscript * { color:#C00; font-size:14px; font-weight:bold; }
noscript p { background:#FCC; display:block; padding:10px; text-align:center; }

.clear { clear:both !important; display:block !important; font-size:0px; text-indent:-15000px; }
.space,
.space_h { display:block; font-size:0px; padding:10px 5px; text-indent:-15000px; }
.space_h { padding:5px; }

.aligncenter { text-align:center; }
.alignleft { text-align:left; }
.alignright { text-align:right; }

.floatcenter { float:none !important; margin:0px auto; }
.floatleft { float:left; }
.floatright { float:right; }

.coluna3 { float:left; padding:10px; width:306px; }

.padding_ld_5 { padding:0px 5px; }
.padding_ld_10 { padding:0px 10px !important; }
.padding_ld_20 { padding:0px 20px; }

.padding_10 { padding:10px !important; }

.padding_ld_10_right { padding:0px 10px 0px 0px; }
.padding_ld_10_left { padding:0px 0px 0px 10px; }
.padding_ld_20_right { padding:0px 20px 0px 0px; }
.padding_ld_20_left { padding:0px 0px 0px 20px; }

.padding_top_10 { padding:10px 0px 0px 0px; }
.padding_top_20 { padding:20px 0px 0px 0px; }

.coluna_no,
.coluna_5,
.coluna_10,
.coluna_15,
.coluna_20,
.coluna_25,
.coluna_30,
.coluna_32,
.coluna_33,
.coluna_35,
.coluna_40,
.coluna_45,
.coluna_48,
.coluna_50,
.coluna_55,
.coluna_60,
.coluna_65,
.coluna_66,
.coluna_70,
.coluna_75,
.coluna_80, 
.coluna_90,
.coluna_95 { float:left; position:relative; }
.coluna_no { width:auto; }
.coluna_5 { width:5%; }
.coluna_10 { width:10%; }
.coluna_15 { width:15%; }
.coluna_20 { width:20%; }
.coluna_25 { width:25%; }
.coluna_30 { width:30%; }
.coluna_32 { width:32%; }
.coluna_33 { width:33.33%; }
.coluna_35 { width:35%; }
.coluna_40 { width:40%; }
.coluna_45 { width:45%; }
.coluna_48 { width:48%; }
.coluna_50 { width:50%; }
.coluna_55 { width:55%; }
.coluna_60 { width:60%; }
.coluna_65 { width:65%; }
.coluna_66 { width:66.7%; }
.coluna_70 { width:70%; }
.coluna_75 { width:75%; }
.coluna_80 { width:80%; }
.coluna_90 { width:90%; }
.coluna_95 { width:95%; }
.coluna_100 { width:100%; }

.msg { padding:0px 0px 10px 0px; text-align:left; }
.msg .information,
.msg .alert,
.msg .success,
.msg .error { font-size:16px; font-weight:bold; padding:11px 0px 11px 42px; }
.msg .information { background:url(images/padrao/bg_ico_information.png) 5px 50% no-repeat #DADADA; color:#496B94; }
.msg .alert { background:url(images/padrao/bg_ico_alert.png) 5px 50% no-repeat #DADADA; color:#C9A80E; }
.msg .success { background:url(images/padrao/bg_ico_success.png) 5px 50% no-repeat #DADADA; color:#578F3F; }
.msg .error { background:url(images/padrao/bg_ico_error.png) 5px 50% no-repeat #DADADA; color:#CA241C; }
.msg .information a,
.msg .alert a,
.msg .success a,
.msg .error a { font-size:12px; color:#666; }

.coluna1 .foto,
.coluna2 .foto { display:block; float:left; padding:5px 10px 0px 5px; }
.coluna1 .foto span,
.coluna2 .foto span { display:block; height:100px; position:absolute; width:200px; }

.coluna1,
.coluna2 { float:left; width:439px; }
.coluna1 { padding:0px 10px 0px 0px; }
.coluna2 { padding:0px 0px 0px 10px; }

.fot_pag { display:block; border:1px solid #F2F2F3; border-radius:3px; padding:7px; }

.hide { display:none; }

#loader_image { margin:10px auto 0px auto; width:110px; }

#main { background:#FFF; overflow:hidden; }
#main section#conteudo #contato { width:70%; height:auto; position:relative; float:left; }
#main section#conteudo #informacoes { width:25%; height:auto; position:relative; float:right; }

#mapa { width:100%; height:400px; padding:3px 0px 0px 0px; position:relative; z-index:180; bottom:0px; left:0px; }
#map_canvas { width:100%; height:100%; position:relative; z-index:181; }
#map_canvas .map_marker { width:300px; background-color:#FFF; }
#map_canvas .map_marker p { color:#000; padding:10px; }

.area { width:980px; position:relative; margin:0px auto; padding:0px; }
.area_2 { width:980px; position:relative; margin:0 auto; }

header { background:url(images/bg_header.png?v=1.2) top center no-repeat; width:100%; }

header #topo { display:block; width:100%; margin:0px auto; padding:30px 0px 0px 0px; }

.titulo_pag { border-top:5px solid #0C6741; display:block; padding:0px; width:100%; }
.titulo_pag h1 { border-bottom:1px solid #F2F2F3; color:#0C663F; display:block; font-family:'Museo500'; font-size:30px; font-weight:normal; padding:45px 0px 10px 0px; text-align:left; }

#logo { float:left; opacity:0; width:auto; z-index:25; }
#logo a { text-indent:-15000px; font-size:0px; width:238px; height:112px; background:url(images/bg_logo.png?=1.3) no-repeat; display:block; }

#menu_responsivo { display:none; width:100%; }
#menu_responsivo .toggle { background:url(images/bg_ico_responsivo.png) center no-repeat; font-size:0px; text-indent:-15000px; width:20px; height:20px; display: block; margin: 0px 0px 0px auto; }
#menu_responsivo nav { background:#F2F2F3; display:none; padding:20px; z-index:100; -webkit-border-radius: 0px 0px 15px 15px; box-shadow: 1px 1px 6px -2px #373333; position: absolute; right:0px; width:80%; }
#menu_responsivo nav ul { padding:0px; margin:0px; }
#menu_responsivo nav ul li { background:none; padding:0px; margin:0px; }
#menu_responsivo nav ul li a { color:#0C6640; display:block; padding:10px; }
#menu_responsivo nav ul li a:hover { color:#7FC34D; text-decoration:none; }
#menu_responsivo nav>ul>li>ul>li { padding-left:15px; }

#menu { display:block; float:right; height:61px; position:relative; opacity:0; text-align:center; width:auto; }
#menu ul { display:block; margin:0px auto; height:auto; padding:18px 0px 0px 0px; text-align:center; }
#menu ul>li { display:inline-block; float:left; height:auto; padding:0px 5px; position:relative; background:none; text-align:center; width:auto; }
#menu ul>li>a { color:#333; display:block; float:left; font-family:'Museo700'; font-size:14px; padding:5px; }
#menu ul>li>a:hover { text-decoration:none; }
#menu ul>li>a.hover { color:#0C6641; }
#menu ul>li>a.sel { color:#0C6641; }

#menu ul>li>ul { background:#FFF; border:1px solid #F2F2F3; border-radius:5px; display:none; padding:15px 0px; position:absolute; z-index:26; min-width:220px; top:30px; left:5px; text-align:center; }
#menu ul>li>ul>li { margin:0px auto; padding:5px 0px; position:relative; text-align:center; display:block; width:100%; }
#menu ul>li>ul>li>a { color:#666; font-family:'Museo300'; font-size:12px; font-style:italic; height:auto; padding:10px; text-align:left; width:100%; }
#menu ul>li>ul>li>a.hover { background:#F2F2F3; color:#666; padding:10px; }

.fones { display:block; float:right; padding:9px 0px; }
.fones .fone { background:url(images/bg_ico_fone.png) left center no-repeat; color:#333; display:block; float:left; font-family:'Museo700'; font-size:16px; height:20px; padding:0px 0px 0px 24px; width:auto; }

#main section#conteudo { width:100%; min-height:220px; padding:0px; margin:0 auto; text-align:center; }

#noticia_destaque { display:block; float:left; padding:20px 0px 0px 0px; width:100%; }
#noticias .na_integra,
#noticia_destaque .na_integra { color:#111; font-weight:bold; }
#noticias .noticia_home,
#noticia_destaque .noticia_home { display:block; float:left; }
#noticias .noticia_home .foto_not_home,
#noticia_destaque .noticia_home .foto_not_home { border:1px solid #F2F2F3; display:block; float:left; padding:5px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }
#noticias .noticia_home .foto_not_home img,
#noticia_destaque .noticia_home .foto_not_home img { margin:0px auto; width:100%; }
#noticias .noticia_home .data_not,
#noticia_destaque .noticia_home .data_not { color:#0C6641; font-family:'Museo700'; font-size:14px; }
#noticias .noticia_home .nome_not,
#noticia_destaque .noticia_home .nome_not { color:#0C6641; font-family:'Museo700'; font-size:20px; }

#home_not_agricolas { background:#F2F2F3; display:block; padding:10px 15px; width:100%; }
#home_not_agricolas .not_agr { padding:5px 0px; }
#home_not_agricolas .not_agr a { font-size:12px; }

.like_face_home { background:#313032; border-left:7px solid #9BAB31; display:block; float:left; min-height:50px; width:100%; }
.like_face_home h4 { color:#CCC; font-size:16px; font-family:'Museo300'; font-style:italic; text-align:left; }
.like_face_home h5 { color:#FFF; font-size:16px; font-family:'Museo700'; font-style:italic; text-align:left; }

.previsao_tempo { background:#F2F2F3; display:block; float:left; min-height:80px; padding:20px 10px; width:100%; }
.previsao_tempo #tempo { display:block; float:left; min-height:50px; width:65%; }
.previsao_tempo #tempo a { float:left; font-size:12px; }
.previsao_tempo #tempo .lista { display:none; }
.previsao_tempo #tempo .lista .dia, 
.previsao_tempo #tempo .lista .dias { float:left; }
.previsao_tempo #tempo .lista .dia { padding:0px; min-height:50px; width:100%; }
.previsao_tempo #tempo .lista .dia .ico { float:left; padding:0px; min-height:50px; }
.previsao_tempo #tempo .lista .dia .ico .coluna { color:#666; float:left; padding:10px 0px; }
.previsao_tempo #tempo .lista .dia .ico .coluna p { font-size:12px; }
.previsao_tempo #tempo .lista .dia .ico .coluna p span { font-size:14px; text-transform:uppercase; }
.previsao_tempo #tempo .lista .dia .ico .coluna h6 { color:#666; font-size:14px; text-align:left; }
.previsao_tempo #tempo .lista .dia .ico .temp { float:left; padding:10px 0px 10px 70px; text-align:right; }
.previsao_tempo #tempo .lista .dia .ico .min,
.previsao_tempo #tempo .lista .dia .ico .max,
.previsao_tempo #tempo .lista .dia .ico .chuv { color:#FFF; float:left; font-size:18px; font-weight:bold; padding:4px 5px; text-align:center; width:auto; }
.previsao_tempo #tempo .lista .dia .ico .min { color:#0080FF; }
.previsao_tempo #tempo .lista .dia .ico .max { color:#971B00; }
.previsao_tempo #tempo .lista .dia .ico .chuv { background:url(images/bg_tempo_icone_mm.png) left center no-repeat; color:#666; padding:4px 5px 4px 31px; }
.previsao_tempo #tempo .lista .dia .ico .chuv span { font-size:12px; }
.previsao_tempo #tempo .lista .dia .cc,
.previsao_tempo #tempo .lista .dia .ge { background:url(images/bg_tempo_cc.png) 63% 10% no-repeat; }
.previsao_tempo #tempo .lista .dia .ch { background:url(images/bg_tempo_ch.png) 63% 10% no-repeat; }
.previsao_tempo #tempo .lista .dia .cv { background:url(images/bg_tempo_cv.png) 63% 10% no-repeat; }
.previsao_tempo #tempo .lista .dia .en { background:url(images/bg_tempo_en.png) 63% 10% no-repeat; }
.previsao_tempo #tempo .lista .dia .nb { background:url(images/bg_tempo_nb.png) 63% 10% no-repeat; }
.previsao_tempo #tempo .lista .dia .nc { background:url(images/bg_tempo_nc.png) 63% 10% no-repeat; }
.previsao_tempo #tempo .lista .dia .ne { background:url(images/bg_tempo_ne.png) 63% 10% no-repeat; }
.previsao_tempo #tempo .lista .dia .pc { background:url(images/bg_tempo_pc.png) 63% 10% no-repeat; }
.previsao_tempo #tempo .lista .dia .pi { background:url(images/bg_tempo_pi.png) 63% 10% no-repeat; }
.previsao_tempo #tempo .lista .dia .pn { background:url(images/bg_tempo_pn.png) 63% 10% no-repeat; }

.previsao_tempo #tempo #tempo_cidade { display: block; float:right; padding:0px 5px; position:relative; width:auto; }
.previsao_tempo #tempo #tempo_cidade>.mais { display:block; position:relative; }
.previsao_tempo #tempo #tempo_cidade .cidades { background:#F2F2F3; display:block; -webkit-border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; display:none; padding:5px 0px; position:absolute; z-index:901; text-align:left; bottom:0px; left:0px; width:160px; }
.previsao_tempo #tempo #tempo_cidade .cidades .cid { color:#000; display:block; float:left; padding:4px 10px; }
.previsao_tempo #tempo #tempo_cidade .cidades .space { padding:2px 0px; }

.redes_bt { padding:10px 0px 0px 0px; }
.whatsapp { background:url(images/bg_ico_whatsapp.png) center no-repeat; display:block; height:20px; margin:0px auto; width:172px; }

.sep { background:url(images/bg_sep.png) center right no-repeat; min-height:207px; min-width:8px; }

.wid_cotacoes { background:#7FC34D; border-top:5px solid #0C6741; display:block; min-height:320px; padding:0px 0px 5px 0px; width:100%; }

#cotacoes { float:left; min-height:60px; padding:30px 0px 0px 0px; width:100%; }
#cotacoes h3 { border-bottom:1px solid #99CF71; color:#0C663F; font-family:'Museo500'; font-size:14px; font-style:normal; text-align:left; }
#cotacoes hr { background-position:center; width:100%; }
#cotacoes .lista { display:none; font-size:13px; }
#cotacoes .lista .des,
#cotacoes .lista .pre,
#cotacoes .lista .var { border-bottom:1px dotted #99CF71; float:left; padding:3px 5px; }
#cotacoes .lista .des { text-align:left; width:45%; }
#cotacoes .lista .pre { color:#FFF; font-family:'Museo300'!important; text-align:right; width:25%; }
#cotacoes .lista .var { color:#666; font-family:'Museo300'!important; text-align:right; width:30%; }
#cotacoes .lista .titulo { color:#FFFF33; font-family:'Museo300'!important; padding:3px 5px; }
#cotacoes .lista .des.cima,
#cotacoes .lista .des.baixo,
#cotacoes .lista .des.dir { color:#FFF; font-family:'Museo300'!important; padding:3px 5px 3px 16px; width:45%; }
#cotacoes .lista .des.cima { background:url(images/bg_cotacoes_cima.png) 0px 7px no-repeat; }
#cotacoes .lista .des.baixo { background:url(images/bg_cotacoes_baixo.png) 0px 7px no-repeat; }
#cotacoes .lista .des.dir { background:url(images/bg_cotacoes_dir.png) 0px 7px no-repeat; }
#cotacoes .lista .var.cima { color:#0C6741; }
#cotacoes .lista .var.baixo { color:#991B01; }
#cotacoes .lista .var.dir { color:#7B7A77; }
#cotacoes .lista p,
#cotacoes .lista a { color:#FFF; }

#cotacoes_dolar { float:left; min-height:60px; padding:30px 0px 0px 0px; width:100%; }
#cotacoes_dolar h3 { border-bottom:1px solid #99CF71; color:#0C663F; font-family:'Museo500'; font-size:14px; font-style:normal; text-align:left; }
#cotacoes_dolar hr { background-position:center; width:100%; }
#cotacoes_dolar .lista { display:none; font-size:13px; }
#cotacoes_dolar .lista .des,
#cotacoes_dolar .lista .pre,
#cotacoes_dolar .lista .var { border-bottom:1px dotted #99CF71; float:left; padding:3px 5px; }
#cotacoes_dolar .lista .des { text-align:left; width:42%; }
#cotacoes_dolar .lista .pre { color:#FFF; font-family:'Museo300'!important; text-align:right; width:28%; }
#cotacoes_dolar .lista .var { color:#666; font-family:'Museo300'!important; text-align:right; width:28%; }
#cotacoes_dolar .lista .titulo { color:#FFFF33; font-family:'Museo300'!important; padding:3px 5px; }
#cotacoes_dolar .lista .des.cima,
#cotacoes_dolar .lista .des.baixo,
#cotacoes_dolar .lista .des.dir { color:#FFF; font-family:'Museo300'!important; padding:3px 5px 3px 16px; width:44%; }
#cotacoes_dolar .lista .des.cima { background:url(images/bg_cotacoes_cima.png) 0px 7px no-repeat; }
#cotacoes_dolar .lista .des.baixo { background:url(images/bg_cotacoes_baixo.png) 0px 7px no-repeat; }
#cotacoes_dolar .lista .des.dir { background:url(images/bg_cotacoes_dir.png) 0px 7px no-repeat; }
#cotacoes_dolar .lista .var.cima { color:#0C6741; }
#cotacoes_dolar .lista .var.baixo { color:#991B01; }
#cotacoes_dolar .lista .var.dir { color:#7B7A77; }
#cotacoes_dolar .lista p,
#cotacoes_dolar .lista a { color:#FFF; }

#cotacoes_bmef { float:left; min-height:60px; padding:30px 0px 0px 0px; width:100%; }
#cotacoes_bmef h3 { border-bottom:1px solid #99CF71; color:#0C663F; font-family:'Museo500'; font-size:14px; font-style:normal; text-align:left; }
#cotacoes_bmef hr { background-position:center; width:100%; }
#cotacoes_bmef .lista { display:none; font-size:13px; }
#cotacoes_bmef .lista .des,
#cotacoes_bmef .lista .pre,
#cotacoes_bmef .lista .var { border-bottom:1px dotted #99CF71; float:left; padding:3px 5px; }
#cotacoes_bmef .lista .des { text-align:left; width:42%; }
#cotacoes_bmef .lista .pre { color:#FFF; font-family:'Museo300'!important; text-align:right; width:28%; }
#cotacoes_bmef .lista .var { color:#666; font-family:'Museo300'!important; text-align:right; width:28%; }
#cotacoes_bmef .lista .titulo { color:#FFFF33; font-family:'Museo300'!important; padding:3px 5px; }
#cotacoes_bmef .lista .des.cima,
#cotacoes_bmef .lista .des.baixo,
#cotacoes_bmef .lista .des.dir { color:#FFF; font-family:'Museo300'!important; padding:3px 5px 3px 16px; width:44%; }
#cotacoes_bmef .lista .des.cima { background:url(images/bg_cotacoes_cima.png) 0px 7px no-repeat; }
#cotacoes_bmef .lista .des.baixo { background:url(images/bg_cotacoes_baixo.png) 0px 7px no-repeat; }
#cotacoes_bmef .lista .des.dir { background:url(images/bg_cotacoes_dir.png) 0px 7px no-repeat; }
#cotacoes_bmef .lista .var.cima { color:#0C6741; }
#cotacoes_bmef .lista .var.baixo { color:#991B01; }
#cotacoes_bmef .lista .var.dir { color:#7B7A77; }
#cotacoes_bmef .lista p,
#cotacoes_bmef .lista a { color:#FFF; }

#cotacoes_newagro { float:left; min-height:60px; padding:30px 0px 0px 0px; width:100%; }
#cotacoes_newagro h3 { border-bottom:1px solid #99CF71; color:#0C663F; font-family:'Museo500'; font-size:14px; font-style:normal; text-align:left; }
#cotacoes_newagro .lista { font-size:13px; }
#cotacoes_newagro .lista .des,
#cotacoes_newagro .lista .soja,
#cotacoes_newagro .lista .milho,
#cotacoes_newagro .lista .trigo { border-bottom:1px dotted #99CF71; float:left; padding:3px 5px; }
#cotacoes_newagro .lista .des { text-align:left; width:55%; }
#cotacoes_newagro .lista .soja { color:#FFF; font-family:'Museo300'!important; text-align:right; width:15%; }
#cotacoes_newagro .lista .milho { color:#FFF; font-family:'Museo300'!important; text-align:right; width:15%; }
#cotacoes_newagro .lista .trigo { color:#FFF; font-family:'Museo300'!important; text-align:right; width:15%; }
#cotacoes_newagro .lista .des { color:#FFF; font-family:'Museo300'!important; text-align:left; }
#cotacoes_newagro .lista .titulo { color:#FFFF33; font-family:'Museo300'!important; padding:3px 5px; }
#cotacoes_newagro .lista p,
#cotacoes_newagro .lista a { color:#FFF; }

#cotacoes_bmf { float:left; min-height:60px; padding:30px 0px 0px 0px; width:100%; }
#cotacoes_bmf h3 { border-bottom:1px solid #99CF71; color:#0C663F; font-family:'Museo500'; font-size:14px; font-style:normal; text-align:left; }
#cotacoes_bmf hr { background-position:center; width:100%; }
#cotacoes_bmf .lista { display:none; font-size:13px; }

#cotacoes_bmf .lista table thead tr th,
#cotacoes_bmf .lista table tbody tr td { border-bottom:1px dotted #99CF71; color:#FFFF33; font-family:'Museo300'!important; padding:3px 5px; font-weight:normal; text-align:right; }
#cotacoes_bmf .lista table thead tr th:first-of-type { text-align:left; }
#cotacoes_bmf .lista table tbody tr td { color:#FFF; }
#cotacoes_bmf .lista table tbody tr.alta td.first,
#cotacoes_bmf .lista table tbody tr.baixa td.first,
#cotacoes_bmf .lista table tbody tr.estavel td.first { font-family:'Museo300'!important; padding:3px 5px 3px 16px; text-align:left; }
#cotacoes_bmf .lista table tbody tr.alta td.first { background:url(images/bg_cotacoes_cima.png) 0px 7px no-repeat; }
#cotacoes_bmf .lista table tbody tr.baixa td.first { background:url(images/bg_cotacoes_baixo.png) 0px 7px no-repeat; }
#cotacoes_bmf .lista table tbody tr.estavel td.first { background:url(images/bg_cotacoes_dir.png) 0px 7px no-repeat; }
#cotacoes_bmf .lista table tbody tr.alta td.cor-status { color:#0C6741; }
#cotacoes_bmf .lista table tbody tr.baixa td.cor-status { color:#991B01; }
#cotacoes_bmf .lista table tbody tr.estavel td.cor-status { color:#7B7A77; }
#cotacoes_bmf .lista p,
#cotacoes_bmf .lista a { color:#FFF; }

#cotacoes_cbot { float:left; min-height:60px; padding:30px 0px 0px 0px; width:100%; }
#cotacoes_cbot h3 { border-bottom:1px solid #99CF71; color:#0C663F; font-family:'Museo500'; font-size:14px; font-style:normal; text-align:left; }
#cotacoes_cbot hr { background-position:center; width:100%; }
#cotacoes_cbot .lista { display:none; font-size:13px; }

#cotacoes_cbot .lista table thead tr th,
#cotacoes_cbot .lista table tbody tr td { border-bottom:1px dotted #99CF71; color:#FFFF33; font-family:'Museo300'!important; padding:3px 5px; font-weight:normal; text-align:right; }
#cotacoes_cbot .lista table thead tr th:first-of-type { text-align:left; }
#cotacoes_cbot .lista table tbody tr td { color:#FFF; }
#cotacoes_cbot .lista table tbody tr.alta td.first,
#cotacoes_cbot .lista table tbody tr.baixa td.first,
#cotacoes_cbot .lista table tbody tr.estavel td.first { font-family:'Museo300'!important; padding:3px 5px 3px 16px; text-align:left; }
#cotacoes_cbot .lista table tbody tr.alta td.first { background:url(images/bg_cotacoes_cima.png) 0px 7px no-repeat; }
#cotacoes_cbot .lista table tbody tr.baixa td.first { background:url(images/bg_cotacoes_baixo.png) 0px 7px no-repeat; }
#cotacoes_cbot .lista table tbody tr.estavel td.first { background:url(images/bg_cotacoes_dir.png) 0px 7px no-repeat; }
#cotacoes_cbot .lista table tbody tr.alta td.cor-status { color:#0C6741; }
#cotacoes_cbot .lista table tbody tr.baixa td.cor-status { color:#991B01; }
#cotacoes_cbot .lista table tbody tr.estavel td.cor-status { color:#7B7A77; }
#cotacoes_cbot .lista p,
#cotacoes_cbot .lista a { color:#FFF; }

.cotacoes_button > div > .button { border:1px solid #0C6741; width:100%; padding:10px 5px; }
.cotacoes_button > div > .button.hover { border:1px solid #0C6741; }
.cotacoes_button > div > .button.select { border-bottom:none; color:#000; border-radius:4px 4px 0px 0px; -moz-border-radius:4px 4px 0px 0px; -webkit-border-radius:4px 4px 0px 0px; -o-border-radius:4px 4px 0px 0px; -ms-border-radius:4px 4px 0px 0px; }

.base { background:#F2F2F3; display:block; min-height:100px; padding:25px 0px; width:100%; }
.base .endereco { background:url(images/bg_base_endereco.png) no-repeat; display:block; float:right; height:50px; padding:7px 10px 7px 39px; width:341px; }
.base .endereco p { color:#0C663F; font-family:'Museo300'; font-size:12px; padding:0px; }

.base .endereco_resp { background:url(images/bg_base_endereco_resp.png) left center no-repeat; display:none; margin:0px auto; min-height:24px; padding:10px 10px 10px 27px; width:auto; }
.base .endereco_resp p { color:#0C663F; font-family:'Museo300'; font-size:12px; padding:0px; }

footer { background:url(images/bg_footer.png) top repeat-x #EBEBEB; color:#333; height:60px; width:100%; padding:0px; }

.direitos { color:#FFF; padding:20px 0px 0px 0px; }
.direitos p,
.direitos a { color:#FFF; }

footer .f_wid { display:none; padding:20px 0px; }
footer p { font-size:14px !important; }
footer .nome_f { color:#00A2D3; font-weight:bold; }
footer .fone_f { color:#212121; }