* {
	margin: 0;
	padding: 0;
}
html,body {
	padding:0;
	height:100%;
	margin:0px auto 0px auto;
	min-width:980px;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: url(../img/bg.png) no-repeat center top;
	background-color: rgba(243,239,212,1);
}

.organico #continterno-interna {
	background: #f3efd4 url(../img/bg-organico.png) no-repeat 20% 90%;
	height: 1070px;
}

form {
	margin:0px;
	padding:0px;
}

a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #000000;
}


img {
	border: none;
}

p {
	font-size: 15px;
	text-align: justify;
	padding: 5px 10px 5px 0;
	font-weight: bold;	
}

#container {
	min-height:100%;
	position:relative;
}
#content {
	margin:0;
	width:100%;
	padding:0 0px 540px 0px;
}
#content:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
}

.centralizar {
	width: 996px;
	margin: 0 auto;
}

.no-border {
	background: none !important;
}

/**
* Header
*/

#header {
	height:219px;
	width:100%;
	position:relative;
	z-index: 1000;
}

.area-logo {
	width: 341px;
	height: 182px;
	float: left;	
}

.area-logo .logo {
	margin: 37px 0;
}

.area-logo .logo a {
	display: block;
}

.area-selo {
	width: 655px;
	height: 182px;
	float: left;	
	position: relative;
}

.area-selo .selo {
	width: 145px;
	height: 146px;
	position: absolute;
	z-index: 1000;
	background: url(../img/selo.png) no-repeat center;
	right: 5px;
	bottom: -60px;
}

.menu {
	width: 996px;
	height: 37px;	
}

.menu .menu-esquerda {
	width: 550px;
	height: 37px;	
	float: left;
	margin-right: 5px;
	background: url(../img/menu-rounded.png) no-repeat center;
	/*background: rgb(255,157,1);
	background: -moz-linear-gradient(top, rgba(255,157,1,1) 24%, rgba(243,119,0,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,rgba(255,157,1,1)), color-stop(100%,rgba(243,119,0,1))); 
	background: -webkit-linear-gradient(top, rgba(255,157,1,1) 24%,rgba(243,119,0,1) 100%); 
	background: -o-linear-gradient(top, rgba(255,157,1,1) 24%,rgba(243,119,0,1) 100%); 
	background: -ms-linear-gradient(top, rgba(255,157,1,1) 24%,rgba(243,119,0,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,157,1,1) 24%,rgba(243,119,0,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d01', endColorstr='#f37700',GradientType=0 );*/
}

.menu .menu-direita {
	width: 441px;
	height: 37px;	
	float: left;
	border-radius: 10px 10px 0 0;
	background: url(../img/menu-rounded-verde.png) no-repeat center;
	/*background: rgb(2,168,33); /* Old browsers
	background: -moz-linear-gradient(top, rgba(2,168,33,1) 24%, rgba(1,112,22,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,rgba(2,168,33,1)), color-stop(100%,rgba(1,112,22,1)));
	background: -webkit-linear-gradient(top, rgba(2,168,33,1) 24%,rgba(1,112,22,1) 100%); 
	background: -o-linear-gradient(top, rgba(2,168,33,1) 24%,rgba(1,112,22,1) 100%); 
	background: -ms-linear-gradient(top, rgba(2,168,33,1) 24%,rgba(1,112,22,1) 100%); 
	background: linear-gradient(to bottom, rgba(2,168,33,1) 24%,rgba(1,112,22,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a821', endColorstr='#017016',GradientType=0 );*/
}

.menu-esquerda .m-esq, .menu-direita .m-dir {
	margin: 0;
	list-style: none;	
}

.menu-esquerda .m-esq li, .menu-direita .m-dir li {
	float: left;	
	background: url(../img/sep-laranja.png) no-repeat right;
	position: relative;
	z-index: 100;
}

.menu-direita .m-dir li {
	background: url(../img/sep-verde.png) no-repeat right;
}

.menu-esquerda .m-esq li a, .menu-direita .m-dir li a {	
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	padding: 9px 13px 10px 12px;
	text-align: center;
	display: block;	
}

.menu-esquerda .m-esq li .m-sub, .menu-direita .m-dir li .m-sub {
	position: absolute;
	list-style: none;
	border-left: 3px solid #f37500;
	border-right: 3px solid #f37500;
	border-bottom: 3px solid #f37500;
	border-radius: 0 0 5px 5px;
	display: none;
	z-index: 99;
}

.menu-esquerda .m-esq li .m-sub li {
	position: relative;
}

.menu-esquerda .m-esq li .m-sub li .m-sub-2 {
	position: absolute;
	list-style: none;
	right: -213px;
	top: -3px;
	width: 210px;
	display: none;
	/*border-top: 3px solid #f37500;*/
	border-right: 3px solid #f37500;
	border-bottom: 3px solid #f37500 !important;
	border-radius: 3px;	
}

.menu-esquerda .m-esq li .m-sub li .m-sub-2 li:first-child {
	border-top: 3px solid #f37500;
}

.menu-esquerda .m-esq li .m-sub li:hover .m-sub-2 {
	display: block;
}

.menu-direita .m-dir li .m-sub {
	border-left: 3px solid #017016;
	border-right: 3px solid #017016;
	border-bottom: 3px solid #017016;	
}

.menu-esquerda .m-esq li .m-sub li {
	width: 210px;
	background: #faa61a;
	border-bottom: 1px solid #f37500 !important;
}

.menu-direita .m-dir li .m-sub li {
	width: 210px;
	background: #02a821;
	border-bottom: 1px solid #017016 !important;
}

.menu-esquerda .m-esq li .m-sub li a {
	text-align: left;
	font-weight: normal;
}

.menu-direita .m-dir li .m-sub.contato {
	right: 0 !important;
}

.menu-direita .m-dir li .m-sub li a {
	text-align: left;
	font-weight: normal;
}

.menu-esquerda .m-esq li:hover .m-sub, .menu-direita .m-dir li:hover .m-sub {
	display: block;
}

.menu-esquerda .m-esq li .m-sub li a:hover {
	color: #017917;	
}

.has-sub {
	color: #017917;
	background: #faa61a url(../img/marcador.png) no-repeat 95% center !important;
}

.menu-direita .m-dir li .m-sub li a:hover {
	color: #fe9901;	
}

.no-border .m-sub {
	/*right: -45px !important;*/
}

.resize {
	width: 152px !important;
}

.enfeite-esquerdo {
	width: 548px;
	height: 66px;
	background: url(../img/bg-enf-esq.png) no-repeat center top;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 10;
}

.enfeite-direito {
	width: 437px;
	height: 66px;
	background: url(../img/bg-enf-dir.png) no-repeat center top;
	float: left;
	position: relative;
	z-index: 10;
}

/**
* Banner
*/

.wrap-banner {
	width: 100%;	
	background: #FFFFFF;
	position: relative;
	z-index: 50;
}

#banner {
	height:352px;
	width:996px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
	
.frame {
	position:absolute;
	height:352px;
	width:996px;
	top:0;
	left:0;
	z-index:5;
	opacity:0;
	}

.frame .texto {
	position:absolute;
	width:100%;
	height:51px;
	bottom:0px;
	left:0;	
	}
.frame .texto span {
	width:980px;
	position:absolute;
	left:50%;
	margin-left:-490px;
	color:#FFF;
	font-size:21px;
	line-height:45px;
	}
.frame a:hover .texto span {
	color:#f39100;	
	}
.frame .texto span p {
	padding:0;
	margin:0;
	}
.frame img {
	position:absolute;
	z-index:20;
	top:0;
	left:0;
	}
#nav-banner {
	position:absolute;
	z-index:50;
	top: 352px;
	left: 570px;
	}
#nav-banner a {
	width: 33px;
	height: 27px;
	float:left;
	color: #f37500;
	text-decoration: none;
	display:block;
	margin-right:10px;
	background: #FFFFFF;
	border-radius: 0 0 5px 5px;
	box-shadow: 1px 1px 3px #000;
	text-align: center;
	font-weight: bold;
	line-height: 27px;
	font-size: 18px;
	}

#nav-banner a:hover {
	background-position: right top;
	opacity:0.5;
	}
#nav-banner a.ativo {
	background-position: right top;
	}

#continterno {
	width: 100%;	
	background: #f3efd4;
	float: left;
	margin-top: -66px;
}

#continterno-interna {
	width: 100%;	
	background: #f3efd4;
	float: left;	
}

.banner-interno {
	width: 996px;	
	background: #FFF;
}

.enfeite-interna {
	width: 996px;
	height: 30px;
	border-radius: 0 0 10px 10px;
	background: #c4bd8c;
	position: absolute;
	z-index: 25;
}


.enfeite-interna span {
	display: block;
	font-size: 24px;
	color: #b85a02;	
	line-height: 30px;
	float: left;
	margin: 0 10px;
}

.bc-nvl-1 {
	font-size: 20px;
	color: #b85a02;
	font-weight: bold;
	line-height: 30px;
	float: left;
	margin-left: 15px;
}

.bc-nvl-2 {
	font-size: 14px;
	color: #b85a02;	
	line-height: 33px;
	float: left;
}

.bc-nvl-3 {
	font-size: 14px;
	color: #b85a02;	
	line-height: 33px;
	float: left;
}

/**
* Footer
*/
#footer {
	position:absolute;
	min-height: 541px;
	clear: both;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 50;
	background: rgb(167,163,95); 
	background: -moz-linear-gradient(top, rgba(167,163,95,1) 0%, rgba(243,239,212,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,163,95,1)), color-stop(100%,rgba(243,239,212,1)));
	background: -webkit-linear-gradient(top, rgba(167,163,95,1) 0%,rgba(243,239,212,1) 100%); 
	background: -o-linear-gradient(top, rgba(167,163,95,1) 0%,rgba(243,239,212,1) 100%); 
	background: -ms-linear-gradient(top, rgba(167,163,95,1) 0%,rgba(243,239,212,1) 100%); 
	background: linear-gradient(to bottom, rgba(167,163,95,1) 0%,rgba(243,239,212,1) 100%); 
	background-repeat: no-repeat;
	background-size: 100% 541px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a35f', endColorstr='#f3efd4',GradientType=0 );
}

.wrap-footer {
	width: 996px;
	float: left;	
}

.menu-footer {
	width: 996px;
	float: left;
	margin-top: -25px;
	*margin-top: 0;
	*margin-bottom: -25px;
	margin-top: 0\0/;
	margin-bottom: -25px\0/;
}

.footer-box {	
	width: 164px;	
	border-radius: 10px 10px 0 0;
	border-left: 1px solid #f3efd4;
	border-right: 1px solid #f3efd4;	
	float: left;
	
	background: -moz-linear-gradient(top, rgba(167,163,95,1) 0%, rgba(243,239,212,1) 150%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,163,95,1)), color-stop(150%,rgba(243,239,212,1)));
	background: -webkit-linear-gradient(top, rgba(167,163,95,1) 0%,rgba(243,239,212,1) 150%); 
	background: -o-linear-gradient(top, rgba(167,163,95,1) 0%,rgba(243,239,212,1) 150%); 
	background: -ms-linear-gradient(top, rgba(167,163,95,1) 0%,rgba(243,239,212,1) 150%); 
	background: linear-gradient(to bottom, rgba(167,163,95,1) 0%,rgba(243,239,212,1) 150%); 	
	background-size: 100% 380px;
	padding: 5px 0;
	min-height: 375px;
	background-repeat: no-repeat;
}

.footer-box h2 {
	font-size: 14px;
	color: #FFFFFF;	
	margin: 10px;
}

.footer-box ul {
	list-style: none;
	margin: 20px 10px;
}

.footer-box ul li {
	margin: 5px 0;
}

.footer-box ul li a {
	font-size: 14px;
	color: #3a7a01;
}

.footer-box ul li a:hover {	
	text-decoration: underline;
}

.ass-footer {
	width: 996px;
	height: 152px;	
}

.wrap-assinatura {
	width: 966px;	
	height: 126px;
	margin: 30px 15px 20px 15px;
}

.wrap-assinatura .selo-cooperativo {
	width: 70px;
	height: 126px;
	float: left;
	margin-right: 10px;	
}

.wrap-assinatura .selo-cooperativo img {
	margin-top: 26px;
}

.wrap-assinatura .enderecos {
	width: 620px;
	height: 126px;
	float: left;
	margin-right: 66px;	
}

.wrap-assinatura .enderecos h3 {
	color: #5d6028;
	font-size: 18px;
	display: block;
	width: 100%;
	margin-top: 22px;
	margin-bottom: 7px;
}

.wrap-assinatura .enderecos div {
	width: 180px;
	float: left;
	margin-right: 8px;
}

.wrap-assinatura .enderecos .div-meio {	
	width: 235px !important;	
}

.wrap-assinatura .enderecos div h4, .wrap-assinatura .enderecos div span {
	font-size: 13px;
	color: #5d6028;
	width: 100%;
	display: block;
}

.wrap-assinatura .sac {
	width: 200px;
	height: 126px;
	float: left;	
}

.wrap-assinatura .sac img {
	margin-top: -8px;
}

.wrap-assinatura .sac h5 {
	font-size: 25px;
	font-weight: normal;	
}

.wrap-selos {
	width: 100%;
	height: 189px;
	background: url(../img/bg-selo.png) no-repeat center;
	float: left;
}

.selos {
	width: 996px;
	height: 100px;	
	margin: 55px 0 0 0;
}

.selos ul {
	list-style: none;
	float: left;
}

.selos ul li {
	float: left;
	width: 135px;
	height: 100px;	
	margin: 0 3px 0 4px;	
}

.org-brasil {
	background: url(../img/org-basil.png) no-repeat center;
}

.agri-familiar {
	background: url(../img/agri-familiar.png) no-repeat center;
}

.ifoam {
	background: url(../img/ifoam.png) no-repeat center;
}

.ibd {
	background: url(../img/ibd.png) no-repeat center;
}

.ecovida {
	background: url(../img/ecovida.png) no-repeat center;
}

.demeter {
	background: url(../img/demeter.png) no-repeat center;
}

.fairtrade {
	background: url(../img/fairtrade.png) no-repeat center;
}


/**
* Misc
*/
.clear {
	clear:both;
	display:block;
}
.right {
	float:right;
	padding:0px 0px 0px 10px;
}
.left {
	float:left;
	padding:0px 10px 0px 0px;
}

.h-padrao {
	font-size: 39px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 35px;
}

.h-sec {
	color: #3a7a01;
	font-size: 20px;
	margin-bottom: 15px;
}

.hr {
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #3a7a01;
	width: 100%;
	display: block;
	margin: 15px 0;
}

.page-padrao {
	font-size: 24px;
	margin: 34px 0;
}

/**
* Home
*/

.wrap-home, .wrap-albuns, .wrap-organico, .wrap-alguns-associados, .wrap-produto, .wrap-download, .wrap-contato, .wrap-padrao, .wrap-noticias {
	width: 996px;
	float: left;
	margin: 80px 0 20px 0;
}

.wrap-home .principal-home {
	width: 580px;
	float: left;
}

.wrap-home .principal-home .noticia-grande {
	list-style: none;
	float: left;
}

.wrap-home .principal-home .noticia-grande li {
	width: 580px;
	margin: 0 0 20px 0;
	float: left;
}

.wrap-home .principal-home .noticia-grande li .box-noticia-grande {
	width: 580px;	
	float: left;
}

.wrap-home .principal-home .noticia-grande li .box-noticia-grande img {
	border: 5px solid #FFFFFF;
	float: left;
	margin: 0 10px 10px 0;
	max-width: 210px;
	
}

.wrap-home .principal-home .noticia-grande li .box-noticia-grande.primeiro img {
	max-width: 320px;
}

.wrap-home .principal-home .noticia-grande li .box-noticia-grande p {
	text-align: justify;
	color: #000000;
	font-size: 15px;
}

.wrap-home .principal-home .noticia-grande li .box-noticia-grande a {
	font-weight: bold;
	color: #3a7a01;
	text-decoration: underline;
	font-size: 15px;
}

.wrap-home .principal-home .noticia-grande li .box-noticia-grande a:hover {
	text-decoration: none;
}

.wrap-home .principal-home .noticia-lista {
	list-style: none;
	float: left;
	margin:0 0 50px 0;
}

.wrap-home .principal-home .noticia-lista li {
	background: url(../img/arrow.png) no-repeat left 5px;
	margin: 5px 0;
}

.wrap-home .principal-home .noticia-lista li a {
	font-size: 15px;
	color: #3a7a01;	
	padding-left: 20px;
}

.wrap-home .principal-home .noticia-lista li a:hover {
	text-decoration: underline;
}

.wrap-home .sidebar-home {
	width: 380px;
	float: right;
}

.wrap-home .sidebar-home .box-direita {
	width: 380px;
	border-radius: 15px;
	min-height: 165px;
	background: #FFFFFF;
	margin: 15px 0;
	padding: 0 0 10px 0;
}

.wrap-home .sidebar-home .box-direita.gente-terra {
	background: #FFFFFF url(../img/mao_s1.png) no-repeat center right;
}

.wrap-home .sidebar-home .box-direita.gente-terra div {
	width: 220px;
}

.wrap-home .sidebar-home .box-direita.gente-terra div h4, .wrap-home .sidebar-home .box-direita.gente-terra div h5 {
	font-size: 46px;
	padding: 5px 10px 0 10px;
	color: #67a406;
}

.wrap-home .sidebar-home .box-direita.gente-terra div h5 {
	padding: 0 10px 5px 10px;
	margin-top: -20px;
	color: #b49433 !important;
}

.wrap-home .sidebar-home .box-direita.gente-terra div p {
	font-size: 15px;
	padding: 0 10px;
	text-align: justify;
}

.wrap-home .sidebar-home .box-direita.gente-terra div .assoc {
	color: #3a7a01;
	text-decoration: underline;
	font-size: 15px;
	padding: 0 10px 0 10px;
	display: block;
	font-weight: bold;
	background: none !important;
}

 .videos {
	color: #3a7a01;
	text-decoration: underline;
	font-size: 15px;
	padding: 0 10px 0 10px;
	display: block;
	font-weight: bold;
	background: none !important;
	margin-left: 285px;
}

.wrap-home .sidebar-home .box-direita.gente-terra div .assoc:hover {
	text-decoration: none;
}

.wrap-home .sidebar-home .box-direita h5 {
	font-size: 41px;
	padding: 0 10px 0 10px;
	color: #bcb585;
}

.wrap-home .sidebar-home .box-direita span {
	font-size: 18px;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 18px;
}

.wrap-home .sidebar-home .box-direita label {		
	padding: 3px 10px;
	display: block;
	color: #000;
	font-size: 16px;
}

.wrap-home .sidebar-home .box-direita input[type="radio"]{
	vertical-align: text-bottom;
	margin-right: 5px;
}

.wrap-home .sidebar-home .box-direita div {
	margin: 15px 10px 10px 10px;
}

.wrap-home .sidebar-home .box-direita div a {
	padding: 7px 15px;		
	color: #FFFFFF;
	border-radius: 5px;
	margin-right: 7px;
	font-size: 15px;
	font-weight: bold;
	background: rgb(255,157,1); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,157,1,1) 24%, rgba(243,119,0,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,rgba(255,157,1,1)), color-stop(100%,rgba(243,119,0,1))); 
	background: -webkit-linear-gradient(top, rgba(255,157,1,1) 24%,rgba(243,119,0,1) 100%); 
	background: -o-linear-gradient(top, rgba(255,157,1,1) 24%,rgba(243,119,0,1) 100%); 
	background: -ms-linear-gradient(top, rgba(255,157,1,1) 24%,rgba(243,119,0,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,157,1,1) 24%,rgba(243,119,0,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d01', endColorstr='#f37700',GradientType=0 );
}

.wrap-home .sidebar-home .box-direita div .last {
	margin: 0;
}

.wrap-home .sidebar-home .box-direita div a:hover {
	opacity: .8;
}

.wrap-home .sidebar-home .box-direita iframe {
	max-width: 354px;
	max-height: 266px;
	margin: 10px 13px;
}

.wrap-home .sidebar-home .box-direita p {
	font-size: 16px;
	padding: 0 13px;
	text-align: justify;
}

/**
* Albuns
*/

.wrap-albuns .galeria-ativa {
	width: 996px;
	/*height: 700px;*/
	margin-bottom: 70px;	
}

.wrap-albuns .galeria-ativa .area-target {
	width: 996px;
	float: left;	
}

.wrap-albuns .galeria-ativa .area-target img {
	max-width: 966px;
	padding: 14px;
	border:1px solid #007236;
	display: block;
	margin: 0 auto;
}

.wrap-albuns .galeria-ativa .area-carousel {
	width: 996px;
	float: left;
	margin: 20px 0;
}

.wrap-albuns .galeria-ativa .area-carousel ul {
	list-style: none;
}

.wrap-albuns .galeria-ativa .area-carousel ul li {
	float: left;
	width: 128px;
	height: 96px;
	margin: 10px 14px 0 0;	
}

.wrap-albuns .galeria-ativa .area-carousel ul li.last {
	margin-right: 0;
}

.wrap-albuns .galeria-ativa .area-carousel ul li img {
	max-width: 160px;
	max-height: 96px;
	cursor: pointer;
}

.wrap-albuns .galeria-ativa a {
	color: #3a7a01;
	text-decoration: underline;
	font-size: 15px;
}

.wrap-albuns .galeria-ativa a:hover {
	text-decoration: none;
}

.wrap-albuns .galerias-secundarias {
	width: 996px;
	height: 250px;	
}

.wrap-albuns .galerias-secundarias .box-albuns {
	width: 317px;
	height: 250px;
	margin: 0 22px 30px 0;	
	float: left;
}

.wrap-albuns .galerias-secundarias .box-albuns.last {
	margin-right: 0;
}

.wrap-albuns .galerias-secundarias .box-albuns img {
	border: 5px solid #FFF;
}

.wrap-albuns .galerias-secundarias .box-albuns img:hover {
	opacity: .8;
}

.wrap-albuns .galerias-secundarias .box-albuns h3 {
	font-size: 15px;
	color: #007236;
	text-align: center;
	margin-top: 10px;
}

/**
* Orgânico
*/

.area-padrao-imagens {
	width: 420px;
	float: left;
}

.area-padrao-imagens ul {
	list-style: none;
	margin: 40px 0;
}

.area-padrao-imagens ul li {
	float: left;
	margin: 1px;
}

.area-padrao-imagens ul li a {
	display: block;
	margin:0 0 15px 0;
}

.area-padrao-imagens ul li a img {
	max-width: 410px;
	border: 5px solid #FFFFFF;
	border-radius: 5px;
}

.area-padrao-texto {
	width: 560px;
	float: right;
}


/**
* Alguns Associados
*/

.wrap-alguns-associados .alvo-padrao {
	width: 996px;		
	float: left;
	margin-bottom: 20px;	
}

.wrap-alguns-associados .alvo-padrao .box-esquerdo {
	width: 560px;
	margin-right: 20px;
	float: left;
}

.wrap-alguns-associados .alvo-padrao .box-direito {
	width: 416px;	
	float: right;	
}

.wrap-alguns-associados .alvo-padrao .box-direito img {
	margin: 0 41px;
}


.wrap-alguns-associados .alvo-padrao.hidden {
	display: none;
	border-bottom: 1px solid #dbd7b0;
}

.wrap-alguns-associados .alvo-padrao .bio-esquerdo {
	width: 450px;
	float: left;	
	margin-right: 20px;	
}

.wrap-alguns-associados .alvo-padrao .bio-esquerdo img {
	border: 5px solid #FFFFFF;
	float: left;
	margin: 0 5px 5px 0;
}

.wrap-alguns-associados .alvo-padrao .bio-esquerdo .img-maior {
	margin: 5px 10px;
}

.wrap-alguns-associados .alvo-padrao .bio-direito {
	width: 526px;
	float: right;	
}

.wrap-alguns-associados .alvo-padrao .bio-direito h3 {
	font-size: 30px;
	color: #b85a02;
}

.wrap-alguns-associados .wrap-opcoes {
	width: 560px;	
	float: left;
}

.wrap-alguns-associados .wrap-opcoes .box-familia {
	width: 560px;
	background: #dbd7b0;
	float: left;
	margin: 5px 0;
}

.wrap-alguns-associados .wrap-opcoes .box-familia img {
	border: 5px solid #FFFFFF;
	margin: 10px;
	float: left;
}

.wrap-alguns-associados .wrap-opcoes .box-familia h3 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 65px;
}

.wrap-alguns-associados .wrap-opcoes .box-familia a {
	color: #f37600;
	font-size: 18px;
}

.wrap-alguns-associados .wrap-opcoes .box-familia a:hover {
	text-decoration: underline;
}

/**
* Produto
*/

.wrap-produto .produto-esquerda {
	width: 493px;
	float: left;
}

.wrap-produto .produto-esquerda .tabela {
	width: 493px;
	float: left;
	margin: 30px 0 50px 0;
}

.wrap-produto .produto-esquerda .tabela .tabela-header {	
	height: 27px;
	background: #dbd7b0;
	color: #afa972;
	line-height: 27px;
	padding: 0 5px;
	font-size: 18px;
}

.wrap-produto .produto-esquerda .tabela .tabela-linha {
	width: 560px;
	border-bottom: 1px solid #dbd7b0;
	float: left;
}
.wrap-produto .produto-esquerda .tabela .tabela-linha p {
	color: #afa972;
}

.wrap-produto .produto-esquerda .tabela .tabela-linha .tabela-coluna-1 {
	width: 260px;
	float: left;
	text-align: left;
	font-weight: bold;	
	line-height: 27px;
	height: 27px;
	color: #afa972;
	font-size: 15px;
}

.wrap-produto .produto-esquerda .tabela .tabela-linha .tabela-coluna-2 {
	width: 150px;
	float: left;
	text-align: center;
	height: 27px;
	line-height: 27px;
	color: #afa972;
	font-size: 13px;
}

.wrap-produto .produto-esquerda .depoimentos {
	width: 493px;
	float: left;
	margin: 30px 0 20px 0;
}

.wrap-produto .produto-esquerda .depoimentos .depoimentos-header {
	height: 27px;
	background: #dbd7b0;
	color: #9f985c;
	line-height: 27px;
	padding: 0 5px;
	font-size: 18px;
}

#accordion {
	float: left;
}

#accordion .dados {
	width: 491px;	
	cursor: pointer;	
	margin: 5px 0;
	outline: none;	
}

#accordion .dados span {
	width: 100%;
	display: block;
	color: #9f985c;
	font-size: 16px;
}

#accordion .infos {
	width: 493px;
	border-bottom: 1px solid #9f985c;
	padding: 10px 0;
	float: left;
	height: 150px;
}

#accordion .infos img {
	margin: 10px 10px 10px 0;
	float: left;
	border: 1px solid #FFFFFF;	
}

#accordion .infos p {	
	padding:5px 25px 5px 30px !important;
	font-style: italic;
}


.wrap-produto .produto-esquerda .depoimentos .depoimento-texto .botoes-area a, .btn-download {
	padding: 8px 15px;	
	display: block;
	float: left;
	margin-right: 30px;
	text-transform: uppercase;
	color: #f37600;
	font-weight: bold;
	border: 1px solid #afa972;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,225,195,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(228,225,195,1))); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,225,195,1) 100%); 
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,225,195,1) 100%); 
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,225,195,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(228,225,195,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e1c3',GradientType=0 ); 
    cursor: pointer;
}

.wrap-produto .produto-esquerda .depoimentos .depoimento-texto .botoes-area a:hover, .btn-download:hover {
	opacity: .8;
}

.wrap-produto .produto-direita {
	width: 410px;	
	float: right;
}

.wrap-produto .produto-direita .area-imagem {
	width: 410px;	
	margin: 20px 0;
}

.wrap-produto .produto-direita .area-imagem img {
	display: block;
	margin: 0 auto;
}

.wrap-produto .produto-direita .area-licencas {
	width: 410px;
	height: 215px;
	background: url(../img/moldura_s1.png) no-repeat center;
	margin: 60px 0;
}

.wrap-produto .produto-direita .area-licencas .cima,
.wrap-produto .produto-direita .area-licencas .baixo {
	width: 359px;
	height: 72px;
	float: left;
}

.wrap-produto .produto-direita .area-licencas .cima {
	background: #c7d583;
	margin: 26px 0 0 26px;
}

.wrap-produto .produto-direita .area-licencas .cima .licenca-icn {
	background: url(../img/badge.png) no-repeat center;
	width: 59px;
	height: 61px;
	display: block;
	float: left;
	margin: 5px 0 0 40px;
}

.wrap-produto .produto-direita .area-licencas .cima .bc-nvl-1 {
	margin-top: 22px;
}

.wrap-produto .produto-direita .area-licencas .baixo {
	margin-left: 26px;	
}

.wrap-produto .produto-direita .area-licencas .baixo a {
	color: #fe9901;
	font-size: 18px;
	text-align: center;
	display: block;
	margin-top: 15px;
}

.wrap-produto .produto-direita .area-licencas .baixo a:hover {
	text-decoration: underline;
}

/**
* Download
*/

.wrap-download .wrap-grade .grade-download {
	width: 996px;
	border-top: 1px solid #9f985c;	
	border-bottom: 1px solid #9f985c;	
	margin-top: -1px;
	min-height: 85px;
	float: left;
}

.wrap-download .wrap-grade .grade-download.last {
	border-bottom: 1px solid #9f985c;
}

.wrap-download .wrap-grade {
	float: left;
	margin: 40px 0 100px 0;
}

.wrap-download .wrap-grade .grade-download .grade-coluna-1 {
	width: 240px;
	position: relative;
	border-right: 1px solid #9f985c;
	float: left;
}

.wrap-download .wrap-grade .grade-download .grade-coluna-2 {
	width: 445px;
	
	border-right: 1px solid #9f985c;
	float: left;
}

.wrap-download .wrap-grade .grade-download .grade-coluna-3 {
	width: 85px;
	position: relative;
	border-right: 1px solid #9f985c;
	float: left;
	background: #FFFFFF;

}

.wrap-download .wrap-grade .grade-download .grade-coluna-4 {
	width: 223px;
		
	float: left;	
}

.wrap-download .wrap-grade .grade-download .grade-coluna-1 span,
.wrap-download .wrap-grade .grade-download .grade-coluna-3 span {
	position: absolute;
	top: 35%;
	left: 20%;
	display: block;
	font-size: 18px;
	color: #9f985c;
	text-align: center;
}

.wrap-download .wrap-grade .grade-download .grade-coluna-2 p {
	color: #9f985c;
	padding: 15px 10px;
	font-weight: normal;
}

.wrap-download .wrap-grade .grade-download .grade-coluna-4 a {
	margin: 27px 50px;
}

/**
* Contato
*/

.wrap-contato .texto-contato {
	width: 350px;
	float: left;
	padding: 30px 0;
}

.wrap-contato .form-contato {
	width: 570px;
	float: right;
	margin-bottom: 50px;
}

.wrap-contato .form-contato label, .newsletter label {
	display: block;
	width: 100%;
	font-size: 17px;
	color: #9f985c;
	margin: 5px 0;
}

.wrap-contato .form-contato .divisor {
	width: 275px;
	float: left;
	margin: 0 20px 0 0;
}

.wrap-contato .form-contato .divisor.last {
	margin-right: 0;
}

.wrap-contato .form-contato input[type="text"] {
	width: 548px;
	height: 27px;
	border: 1px solid #9f985c;
	line-height: 27px;
	padding: 0 10px;
}

.wrap-contato .form-contato .divisor input[name="telefone"] {	
	width: 253px;
	float: left;
}
.wrap-contato .form-contato .divisor input[name="celular"] {	
	width: 253px;
	float: left;
}

.wrap-contato .form-contato textarea {
	width: 568px;
	height: 150px;
	border: 1px solid #9f985c;
}

.wrap-contato .form-contato input[type="submit"] {
	cursor: pointer;
	padding: 5px 25px;
	margin: 20px 0;	
}

/**
* Padrao
*/

.wrap-padrao .h {
	margin-bottom: 60px;
}

.wrap-padrao .grade-padrao {
	width: 996px;
	border-top: 1px solid #9f985c;
	min-height: 102px;
	border-bottom: 1px solid #9f985c;
	float: left;
	margin-top: -1px;
}

/*.wrap-padrao .grade-padrao.last {
	border-bottom: 1px solid #9f985c;
}*/

.wrap-padrao .grade-padrao .grade-padrao-col-1 {
	width: 254px;
	border-right: 1px solid #9f985c;
	float: left;
	min-height: 102px;
	background: #FFFFFF;
}

.wrap-padrao .grade-padrao .grade-padrao-col-2 {
	width: 740px;
	float: left;	
	min-height: 102px;
}

.wrap-padrao .grade-padrao .grade-padrao-col-2 h3 {
	font-size: 24px;
	color: #9f985c;
	margin: 10px 0 0 20px;
}

.wrap-padrao .grade-padrao .grade-padrao-col-2 p {
	font-size: 16px;
	color: #9f985c;
	margin: 0 0 0 20px;
	padding: 0 !important;
	font-weight: normal !important;
}

.wrap-padrao .grade-padrao .grade-padrao-col-2 a {
	font-size: 18px;
	color: #f37600;
	margin: 0 0 0 20px;
}

.wrap-padrao .grade-padrao .grade-padrao-col-2 a:hover {
	text-decoration: underline;
}

.wrap-padrao .area-padrao-texto ul {
	margin-left: 15px;
}

.sep {
	width: 100%;
	height: 80px;
}

/*.area-texto-depo {
	min-height: 140px;
	width: 350px;
	float: right;
	margin: 10px 0;
	background: url(../img/bg_depo.png) no-repeat center;
}*/

.area-texto-depo {
	width: 350px;
	float: right;
	margin: 10px 0;
}

.area-texto-depo .aspas-top, .area-texto-depo .aspas-bottom {
	width: 350px;
	height: 30px;
}

.area-texto-depo .aspas-top {
	background: url(../img/aspas-cima_s1.png) no-repeat left;
}

.area-texto-depo .aspas-bottom {
	background: url(../img/aspas-baixo_s1.png) no-repeat right;
}

.area-texto-depo .depoimento-centro {
}

.dados .linked {
	text-decoration: underline;	
}

/**
* Noticias
*/
.wrap-noticias .area-noticia {
	width: 620px;
	float: left;
	margin-bottom: 60px;	
}

.wrap-noticias .area-noticia p {
	padding: 5px 15px 5px 0;
}

.wrap-noticias .area-noticia .wrap-img {
	width: 620px;	
	float: left;
	margin: 15px 0;
}

.wrap-noticias .area-noticia .wrap-img span {
	text-align: center;
	display: block;
	margin: 10px 0;
}

.wrap-noticias .area-noticia .wrap-img img {
	max-width: 620px;
	border: 2px solid #FFFFFF;
	display: block;
	margin: 0 auto;
}

.wrap-noticias .area-noticia .thumbs-noticia {
	width: 180px;	
	float: left;
	margin: 10px 40px 10px 0;
}

.wrap-noticias .area-noticia .thumbs-noticia.last {
	margin-right: 0;
}

.wrap-noticias .area-noticia .thumbs-noticia img {
	border: 2px solid #FFF;
	margin: 6px;
	max-width: 166px;
}

.wrap-noticias .area-noticia .thumbs-noticia span {
	text-align: center;
	display: block;
	color: #000000;
}

.wrap-noticias .area-links-noticia {
	width: 356px;
	float: right;	
}

.wrap-noticias .area-links-noticia ul {
	list-style-image: url(../img/arrow.png);
	margin-left: 20px;
}

.wrap-noticias .area-links-noticia ul li {	
	margin: 10px 0;
}

.wrap-noticias .area-links-noticia ul li a {
	font-size: 15px;
	color: #3a7a01;	
}

.wrap-noticias .area-links-noticia ul li a:hover {
	text-decoration: underline;
}
.newsletter {
    background: #f9f7ea;
    border-radius: 15px;
    margin: 15px 0;
    min-height: 165px;
    padding: 10px 15px 20px;
    width: 350px;
}
.newsletter h3 {
    color: #bcb585;
    font-size: 37px;
}
.newsletter input {
    border: 1px solid #9f985c;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    width: 90%;
}
.newsletter input.btn-download {
    border: 1px solid #9f985c;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    width: 115px;
    float: none;
    margin-top: 10px;
}