body {margin:0; padding:0; background:#e0e0e0;}
h2 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:18px;
	color:#FFF;
}

h3 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:10px;
	font-size:14px;
	color:#5e981f;
}

#page {
	width:1239px;
	height:676px;
	margin:0 auto;
	background:url(images/background.jpg);
}

#page_interna {
	width:1239px;
	height:676px;
	margin:0 auto;
	background:url(images/interna_land_page_final.jpg);
}

#page_center {
	width:880px;
	height:auto;
	margin:0 auto;
}

#topo {
	width:880px;
	height:100px;
	margin:0 auto;
}

#logo {
	whidth:255px;
	height:78px;
	float:left;
}

/* Formata o menu */
#menu {
	width:auto;
	height:auto;
	float:right;
}

#btn-1 {
	width:auto;
	background:#5e981f;
	margin:0 7px;
	float:left;
	list-style:none;
	padding:5px 8px;
}
#btn-1 li a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

#btn-1 li a:hover {
	color:#f9be34;
}
/* Fim menu */

#titulo-01 {
	width:458px;
	height:195px;
	overflow:hidden;
}

#titulo-01 h1 {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	line-height: 30px;
}

#chamada-azul {
	width:393px;
	height:195px;
	overflow:hidden;
	float:right;
}

#chamada-azul ul {
	display:block;
	padding-top:2px;
}

#chamada-azul li {
	list-style:none;
	background:url(images/ok.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:15px;
	font-size:20px;
	padding:0 30px;
	color:#FFF;
}

#plataforma-negocio {
	width:455px;
	float:left;
	margin-top:10px;
}

#form-cadastro {
	width:455px;
	float:left;
	margin-top:13px;
}

#infraestrutura {
	width:389px;
	text-align:right;
	float:right;
	margin-top:10px;
}

#texto-icones {
	width:870px;
	margin:0 auto;
	background:#;
	padding:10px 0;
}

#barra_azul {
	width:409px;
	height:10px;
	padding:20px 30px;
	float:left;
	background:url(images/barra_azul.png) no-repeat;
	margin-left:-11px;
}

#barra_verde {
	width:364px;
	height:10px;
	padding:20px 20px;
	float:right;
	background:url(images/barra_verde.png) no-repeat;
	margin-right:-10px;
}

#texto-icones span {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	color:#3b90d1;	
}

#texto-icones p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#729730;
	padding:0;	
	margin:0;
}

#content {
	width:877px;
	height:538px;
	margin:0 auto;
}

#content_home {
	width:877px;
	height:538px;
	margin:0 auto;
}


#content p, #content_home p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 3px;
	color:#000;
	padding:0;
}

/* Formata campos do formulario */
#center_formularios {
	width:auto;
	height:auto;
	margin:0 auto;
}

#informacoes {
	width:350px;
	float:right;
}

#formulario {
	width:400px;
	height:auto;
	margin-left:17px;
	float:left;
}

#formulario_cadastro {
	width:auto;
	height:auto;
	margin-left:17px;
}

#informacoes_cadastro {
	width:500px;
	float:right;
}

input {
	border:1px solid #CCC;
	border-radius:2px;
	padding:5px;
}

input:focus {outline: none;}
textarea:focus {outline: none;}
textarea {resize: none;}

textarea {
	border:1px solid #CCC;
	border-radius:3px;
	padding:4px;
}

.btn {cursor:pointer; font-size:12px;}
.btn:hover {background:#CCC; color:#638624;}

/* Formata rodapé */
#rodape {
	width:877px;
	height:auto;
	overflow:auto;
	margin:0 auto;
	margin-top:5px;
}

#direitos {float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; font-weight:bold;}
#produtora {float:right; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; font-weight:bold;}
#produtora a {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; font-weight:bold;}
#produtora a:hover {color:#FFF;}




.servico img:hover {
	opacity:0.4;
	background:#CCC;
}


.conteudo {
	width:auto;
	height:auto;
	padding:10px 20px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height: 18px;
	font-size:13px;
	color:#333;
}

.conteudo a {
	text-decoration:none;
}


/*erro formulÃ¡rio de contato */
.error {
	display: block;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFC1C1;
	text-align: left;
	margin: 5px;
}
.error strong {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DE9E9E;
	margin-bottom: 5px;
}


.texto-home {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e981f;
}

.btn_diferencias {
	background:#3b90d1;
	text-decoration:none;
	font-weight:bold;
	padding:10px;
	color:#FFF;
}

.btn_diferencias:hover {
	background:#5e981f;
}

.conteudo li {
	line-height:19px;
}

.conteudo ul {
	margin:0;
	padding:8px;
	padding-left:50px;
}







#fone_topo {
	width:450px;
	height:auto;
	float:right;
	background:#;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:13px;
	margin-right:15px;
	color:#294962;
}












