@charset "utf-8";
/* CSS Document */

/* reset atrea */

* {
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
}

.oculto {
	display:none;
}

body {
	background:#d0d0d0 url(../images/bg_global.jpg) no-repeat center top;
}

body .noticias {
	background:#fff;
}

h2 {
	width:670px;
	font:26px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3d3d3d;
	float:left;
	border-bottom:2px solid #396E28;
}
	
h3 {
	font:18px/42px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3d3d3d;
}

h3.titulo_clientes {
	font:18px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3d3d3d;
	background:#eee;
	text-indent:10px;
	float:left; 
	width:670px;
	margin-bottom:10px;
}

h4 {
	font:12px/20px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h5 {
	font:11px/26px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

p {
	text-align:justify;
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	color:#666;
}

a {
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#global {
	margin:0 auto;
	width:721px;
}

#site_corpo {
	width:721px;
	float:left;
	background:#fff;
	margin-bottom:20px;
}

#topo {
	width:721px;
	float:left;
	height:128px;
	background:url(../images/bg_topo.jpg) top left no-repeat;
}

#logo {
	width:143px;
	height:90px;
	float:left;
	margin:19px 0 0 15px;
}

#slogan {
	width:298px;
	height:71px;
	float:right;
	margin:13px 33px 0 0;
}

#banner {
	width:721px;
	height:206px;
	float:left;
}

#conteudo_index {
	float:left;
	margin-left:25px;
}

#conteudo_interno {
	width:670px;
	float:left;
	margin:10px 0 0 25px;
}

.conteudo_institucional {
	width:498px;
	float:left;
}

#texto_apresentacao {
	float:left;
	width:670px;
}

#produtos_index {
	float:left;
}

.caixa_produtos {
	width:114px;
	height:140px;
	float:left;
}

.area_produtos {
	width:315px;
	float:left;
	margin-top:20px;
}

.produtos_area_imagem {
	width:150px;
	height:176px;
	float:left;
	margin-right:10px;
}

.produtos_area_descritivo {
	width:115px;
	float:left;
}

.produtos_area_descritivo h3 {
	width:460px;
	float:left;
}

.produtos_area_descritivo p {
	text-align:left;
	float:left;
}

.area_produtos_interno {
	width:670px;
	float:left;
	margin-top:10px;
}

.area_produtos_interno ul {
	width:500px;
	float:right;
	font:11px Arial, Helvetica, sans-serif;
	text-align:justify;
	list-style:disc;
	list-style-position:inside;
	margin-top:10px;
	background:#ccc;
	padding:5px;
}

.area_produtos_interno li {
	font:11px Arial, Helvetica, sans-serif;
	text-align:justify;
	list-style:disc;
	list-style-position:inside;
	color:#666;
	padding:5px;
}

.produtos_area_descritivo_interno {
	width:670px;
	float:left;
}

.produtos_area_descritivo_interno p {
	width:510px;
	float:right;
}

.produtos_area_descritivo_interno h3{
	width:510px;
	float:left;
}

.produtos_area_modulos {
	width:670px;
	float:left;
	margin-top:20px;
}

.produtos_area_modulos img {
	border:1px solid #999;
	margin-right:18px;
}

.produtos_area_modulos h4 {
	width:510px;
	float:left;
}

.produtos_area_modulos p {
	width:510px;
	float:right;
	margin:10px 0 0 0;
}

.produtos_area_modulos p.maior {
	width:670px;
	float:left;
	margin-top:10px;
}

#noticias {
	width:323px;
	height:114px;
	float:left;
	background:#fde6c5;
	margin-top:20px;
}

.linha_noticia a{
	width:315px;
	height:25px;
	float:left;
	margin:0 0 2px 4px;
	background:#fed292 url(../images/bullet_noticia.jpg) no-repeat;
	font:11px/25px Arial, Helvetica, sans-serif;
	text-indent:22px;
}

.linha_noticia_claro a{
	width:315px;
	height:25px;
	float:left;
	margin:0 0 2px 4px;
	background:#FDE6C5 url(../images/bullet_noticia_claro.jpg) no-repeat;
	font:11px/25px Arial, Helvetica, sans-serif;
	text-indent:22px;
}

.linha_noticia a:hover{
	text-decoration:underline;
}

.linha_noticia_claro a:hover{
	text-decoration:underline;
}

#casos_sucesso {
	width:323px;
	height:114px;
	float:left;
	background:#d9e6d8;
	margin:20px 0 0 25px;
}

#reconhecimentos {
	float:left;
}

.box_reconhecimentos {
	width:102px;
	height:70px;
	float:left;
	margin-right:12px;
}

#rodape {
	width:721px;
	height:80px;
	float:left;
	background:#035720 url(../images/logo_rodape.png) right no-repeat;
	margin-top:20px;
}

#reflexo_rodape {
	width:721px;
	height:53px;
	background:url(../images/reflexo_rodape.jpg);
	float:left;
}

.li_square {
	font:11px Arial, Helvetica, sans-serif;
	text-align:justify;
	list-style:disc;
	list-style-position:inside;
	margin-bottom:10px;
	color:#666;
}

.voltar {
	width:40px;
	padding:5px;
	text-align:center;
	float:right;
	background:#999;
	color:#3d3d3d;
	margin-top:20px;
}

.reconhecimentos {
	width:104px;
	height:70px;
	float:left;
	margin:10px 0 0 25px;
}

.area_cases {
	width:670px;
	float:left;
	margin-top:10px;
}

.area_cases h3 {
	width:530px;
	float:left;
}

.area_cases p {
	width:530px;
	float:right;
}

#conteudo_noticias {
	width:362px;
	height:100%;
	float:left;
	background:#fff;
	margin:10px 0 0 10px;
}

#conteudo_noticias ul {
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	list-style:disc;
	list-style-position:inside;
	padding:5px;
	margin-bottom:5px;
}

#conteudo_noticias li {
	font:11px Arial, Helvetica, sans-serif;
	list-style:disc;
	list-style-position:inside;
	color:#666;
	padding:5px;
}


/* MENU TOPO*/

#menu {
	float:right;
}

#menu ul {
	width:560px;
	height:28px;
	float:left;
	margin-top:16px;
}

#menu ul li {
	float:left;
}

#menu ul li a {
	color:#FFF;
	display:block;
	font:11px/20px Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
	height:28px;
	padding:0 12px 0 12px;
}

#menu ul li a:hover {
	background:#6da83c;
}

#home .home,
#institucional .institucional,
#servicos .servicos,
#produtos .produtos,
#cases .cases,
#clientes .clientes,
#fale_conosco .fale_conosco {
	background:#6da83c;
}


/* MENU RODAPÉ */

ul#menu_rodape {
	width:700px;
	height:28px;
	float:left;
	margin:12px 0 10px 20px;
}

ul#menu_rodape li {
	float:left;
	color:#fff;
}

ul#menu_rodape li a {
	color:#FFF;
	display:block;
	font:11px/24px Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
	height:28px;
	padding:0 6px 0 6px;
}

ul#menu_rodape li a:hover {
	text-decoration:underline;
}


/* MENU INSTITUCIONAL */

#area_menu {
	width:152px;
	float:left;
	margin:15px 20px 0 0;
}

#menu_institucional ul {
	width:152px;
	float:left;
	background:#ccc;
}

#menu_institucional ul li a {
	width:140px;
	font:13px/36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3d3d3d;
	float:left;
	margin-left:10px;
	background:#ccc;
}

#menu_institucional ul li a:hover {
	font-weight:bold;
	color:#3d3d3d;
	text-decoration:underline
}

/* FALE CONOSCO */

.infos_faleconosco{
	width:670px;
	float:left; 
	margin-right:30px;
	margin-top: 15px;
}

.form_faleconosco{
	width:290px;
	float:left;
	margin:10px 0 15px 0;
}

#form_fc{
	width:274px;
	background:#eee;
	padding:10px 0 10px 16px;
}

#form_fc label{
	display:block;
	font: 11px Arial, Helvetica, sans-serif;
}

#form_fc input{
	display:block;
	width: 253px;
	height: 18px;
	margin: 5px 0;
	padding: 2px 0 0 2px;
	border: 1px solid #cfcfcf;
	font: 11px Arial, Helvetica, sans-serif;
}

#form_fc textarea{
	display:block;
	width: 253px;
	height: 98px;
	margin: 5px 0;
	padding: 2px 0 0 2px;
	border: 1px solid #cfcfcf;
	font: 11px Arial, Helvetica, sans-serif;
}

.bnt_enviar{
	width: 58px;
	height: 20px;
	background:#999;
	display:block;
	margin: 15px 0 5px 199px;
	cursor: pointer;
	border:0;
	font: 11px Arial, Helvetica, sans-serif;
	color:#333;

}

.bnt_enviar:hover{
	background:#CCC;
}

#enderecos {
	margin:5px 0 0 20px;
	float:left;
	width:360px;
}

#enderecos p{
	float:left;
	width:360px;
	line-height:17px;
}


/*  Busca pela excelencia  */

ul.listaTopicos li{
margin-left: 25px;
list-style:disc;
text-align:justify;
font:11px Arial, Helvetica, sans-serif;
margin-bottom:10px;
color:#666;
	
}



















