html,body,div,h1,h2,h3,form,p,img,address,ul,li,a {padding: 0; margin: 0;}

body {
	background: #babaab url(imgs/base_fundo.png) repeat-y 50% 50%;
    text-align: center;
}

div#baseheader {
	width: 760px;
    margin: 0 auto;
    background: url(imgs/base_degrade.png) repeat-x;

}

div#base {
	width: 744px;
    margin: 0 auto;
    text-align: left;
}

/*################ TOPO #######################*/
.description {
	display: none;
}
.logo {
	float: left;
    width: 270px;
	background: url(imgs/logo.png) no-repeat 100% 0%;
    height: 110px;
    text-indent: -9000px;
}

/*################ BUSCA #######################*/
.bloco-procura {
	float: right;
    position: relative;
    top: -27px;
    left: -5px;
}

input.btbusca {
	width: 23px;
    background: none;
    border: none;
    cursor: pointer;
}

input.cxbusca {
	width: 160px;
    font: 11px Arial, Helvetica, sans-serif;
    background: none;
    border: none;
    color: #444;
}

/*################ MEIO #######################*/

#meio {
	width: 744px; 
    margin: -15px auto 0 auto;
}

#meio, #bloco1, #bloco2 {
	float: left;
}

#bloco1 {
	width: 537px;
	background: #fff url(imgs/conteudo_meio.png) repeat-y;
}


#bloco2 {
	width: 203px;
    margin-left: 4px;
}

.roundedF {
	float: left;
    width: 500px;
	background: url(imgs/conteudo_baixo.png) no-repeat 0% 100%;
}


/*################ CONTEUDO #######################*/

h1, .mapatitulo {
	clear: both;
    font: 18px "Lucida Sans Unicode", "Time News Roman", Times, serif;
	width: 509px;
    height: 23px;
    background: url(imgs/linha_h1_fundo.png) no-repeat 0% 100%;
    color: #8aa13c;
    padding: 15px 0 0 0;
    margin-bottom: 10px;
    display: table;
}

h1.destaque {
	display: none;
}

.conteudo h2 {
	font: 700 12px "Trebuchet MS", "Time News Roman", Times, serif;
    text-transform: uppercase;
	width: auto;
	padding: 3px 6px;
    margin-bottom: 7px;
	color: #505050;
    background-color: #f2f2f2;
}

.conteudo p {
	margin: 0 0 10px 0;
}

hr {
	clear: both;
    width: 99%;
    border: 1px solid #dedede;
    background-color: #dededd;
    height: 1px;
}

html>body hr {
    border-top: 1px solid #dedede;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

div.conteudo img {
	margin: 0 4px 5px 0;
}

.colunas {
	float: left;
    margin: 10px 0;
}

.colunas .item {
	float: left;
	width: 163px;
  	display: table;
	margin-right: 9px;
    font: 11px tahoma, Arial, Helvetica, sans-serif;
    color: #8ba13c;
}

.colunas .item img {
	margin: 0 !important;
}

.semmargem {
	margin-right: 0px !important;
}

.colunas h2 {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform:uppercase;
	width: 163px;
    height: 20px;
    background: url(imgs/h2_fundo.png) repeat-x;
    color: #fff;
    padding: 2px 0 0 5px;
}


div#bloco1 .rounded {
	background: url(imgs/conteudo_topo.png) no-repeat;
}

div.conteudo {
	padding: 0px 7px;
    font: 11px Arial, Helvetica, sans-serif;
    color: #505050;
}


.cxvideo {
	background: url(imgs/video.jpg) no-repeat;
    width: 194px;
    height: 165px;
    padding: 5px 4px;
}

.hidden {display: none !important;}

a {
	text-decoration: none;
    color: #8ba13c;
}

ul.lista {
	background-color: #f3f8e2;
    padding: 10px;
    margin: 10px;
    border: 1PX solid #d2dbb3;
}

.conteudo li a, ul.lista li {
    background: url(imgs/marc.png) no-repeat;
    padding: 0 0 0 18px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffffff;
}

a.leiamais {
    font: 700 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #8ba13c;
	text-decoration: none;
    background: url(imgs/mais.png) no-repeat 0% 50%;
    padding: 0 0 0 15px;
}


/*################ BLOCO2 #######################*/

.bloco-direita {
	margin: 6px 0;
}

.bloco-newsletter form {
	padding: 15px 0 0 5px;
}

.bloco-newsletter {
	font: 11px Arial, Helvetica, sans-serif;
    color: #505050;
	background: url(imgs/cx_newsletter.png) no-repeat 0px 50px;
    padding: 5px 0 5px 0;
    margin: 0 0 10px 0;
}

.bloco-newsletter .cxnewsletter {
	width: 175px;
    border: 1px solid #a1c424;
}

.bloco-newsletter label {
	font: 700 11px Arial, Helvetica, sans-serif;
    padding: 0 0 0 10px;
}

.bloco-newsletter .btn_news {
	margin: 6px 0 0 0;
    background: url(imgs/bt_cadastrar.png) no-repeat;
    width: 91px;
    height: 21px;
    font: 700 11px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    border: none;
}

h3 {
	font: 700 12px "Trebuchet MS", "Time News Roman", Times, serif;
    text-transform: uppercase;
	width: 203px;
    height: 23px;
    background: url(imgs/linha_h1_fundo.png) no-repeat 100% 100%;
    color: #8aa13c;
    padding: 15px 0 0 0;
    margin-bottom: 10px;
}

#bloco2 .bloco-direita ul {
	display: table;
}

#bloco2 .bloco-direita ul li {
	float: left;
}

#bloco2 .bloco-direita ul li a {
	float: left;
    width: 190px;
	text-decoration: none;
    color: #505050;
    font: 11px tahoma, Arial, Helvetica, sans-serif;
    padding: 5px;
    margin-bottom: 1px;
}

#bloco2 .bloco-direita ul li a:hover {
	background-color: #d2dbb3 !important;
	color: #069 !important;
}

#bloco2 .bloco-direita ul li a.firstline {
	background-color: #f3f8e2;
}

#bloco2 .bloco-direita ul li a.secondline {
	background-color: #fff;
}

span.datanews {
	font-size: 9px;
	float: left;
    width: 50px;
    color: #577304;
}   


.bloco-direita a.leiamais {
	float: right;
    padding: 0 0 0 15px;
    border-bottom: 1px dotted #ffffff;
}

.bloco-direita a.leiamais:hover {
	color: #8aa13c !important;
    border-bottom: 1px dotted #8aa13c;
}

/*################ CENTRAL DO CLIENTE #######################*/

.central {
	margin-bottom: 7px;
    background: url(imgs/cx_central.png) no-repeat;
    width: 203px;
    height: 98px;
	padding-top: 5px;
}

.central form {
	display: table;
}

.central p {
	font: 9px Arial, Helvetica, sans-serif;
    color: #505050;
    padding: 3px;
}

.logincentral, .senhacentral {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #c6c5bb;
    background: #fff;
    color: #8ba13c;
    padding: 2px 5px;
    margin-left: 5px;
}

.logincentral {
	width: 180px;
    margin-bottom: 3px;
}

.senhacentral {
	float: left;
	width: 145px;
}

.btcentral {
	float: left;
    vertical-align: bottom;
    margin-left: 2px;
}

/*################ CENTRAL DO CLIENTE #######################*/

.conteudo form {
	width: 450px;
	clear: both;
	margin: 15px auto;
	padding: 12px;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.conteudo label{
	padding:4px 40px 4px 5px;
	font: 9px Tahoma, Arial, Verdana;
	color:#505050;
    background-color: #f2f2f2;
}
.conteudo input{
	border:1px solid  #dedede;
	width:400px;
	height:20px;
	margin-bottom:10px;
}
.conteudo textarea{
	border:1px solid  #dedede;
	width:400px;
	height:200px;
	margin-bottom:10px;
}
.conteudo .botao{
	background:#b1bd29;
	width:65px;
	height:26px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	border:0;
}

/*################ CASES #######################*/

div.casedestaque {
	display: table;
    clear: both;
    margin-bottom: 10px;
}

div.casedestaque a img {
	border: none;
}

div.casedestaque img {
	float: left;
    margin: 0 5px 0 0;
    padding: 3px;
    border: 1px solid #cfcfcf;
}


div#googleSearchUnitIframe iframe {
	height: 1300px;
}

div.gglogo {
	position: absolute;
    margin: -27px 0 0 0;
	width: 194px;
    height: 24px;
	background: url(imgs/google.png) no-repeat;
}

/*################ MAPA DO SITE #######################*/

ul.ulmapa li a {
	float: left;
	color: #505050 !important;
    background: url(imgs/marc.png) no-repeat;
    padding: 0 0 0 18px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffffff;
}

ul.ulmapa li ul {
	float: left;
}

ul.ulmapa li ul li ul{
	padding: 0 0 0 35px;
}

.conteudo li a:hover {
	color: #8aa13c !important;
    border-bottom: 1px dotted #8aa13c;
}

.ulmapa li {
    clear: left;
}

li.limarcador {
	float: left;
    width: 480px;
    height: 25px;
    padding: 5px 15px 0 15px;
    clear: both;
	background-color: #f3f8e2;
    border-bottom: solid 1px #d2dbb3;
	margin: 10px 0;
}

span.vercategoria a {
	float: right !important;
	background: url(imgs/mais.png) no-repeat 0% 50% !important;
    margin: -10px 0 0 0 !important;
    color: #8aa13c !important;
	text-decoration: none !important;
    padding: 0 0 0 15px !important;
	font: 9px Tahoma, Arial, Helvetica, sans-serif !important;
    border: none !important;
}

/*################ GALERIA #######################*/

div.bloco-galeria {
	width: 31%;
	float: left;
	margin-left: 1%;
	border: 1px solid #cfcfcf;
	text-align: center;
	display: table-cell;
}

div.bloco-galeria img {
	border: 1px solid #cfcfcf;
}

div.bloco-galeria h2 {
	font-size: 14px !important;
}

span.spandesc {
	font-size:11px;
	background-color: #f9f9f9;
}

/*################ BANNER #######################*/

.bloco-banner-topo {
	text-align: center;
    height: 94px;
    margin-bottom: 10px;
}

.bloco-banner-topo img {
	border: none;
   	width: 745px;
    height: 94px;

}

img.loading {
	width: 26px !important;
    height: 26px !important;
}

/*################ BANNER #######################*/

/*################ GOOGLE LINKS #######################*/
.GoogleLinks {
	float: left;
	margin-top: 10px;
}
/*################ BANNER #######################*/

div.descs {
	font: 9px Tahoma, Arial, Helvetica, sans-serif;
	color: #777;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

div.descs span {
	color: #069;
}


/*################ RODAPÉ #######################*/

div#rodape {
	clear: both;
	width: 744px;
    background: #8ba13c url(imgs/rdp_topo.png) no-repeat 50% 0%;
    display: table;
    margin-top: 20px;
}

div#rodape address img { 
	border: none; 
}

address {
	font: 11px tahoma, Arial, Helvetica, sans-serif;
    color: #fff;
	width: 744px;
    background: url(imgs/rdp_baixo.png) no-repeat 50% 100%;
    min-height: 68px;
	display: table;
}

address span {
	float: left;
	width: 490px;
    padding: 10px;
}

address img {
	float: left;
    margin: 15px 3px 0 0;
}	

.xhtmlval {
	float: left;
	width: 69px;
    height: 13px;
    margin: 0 0 2px 0;
}

.cssval {
	float: left;
	width: 62px;
    height: 13px;
}

.googleanuncio {
	
}	

.classform {
    display: table;
}

input.checkbox {
	float: left;
    display: table;
	width: 17px !important;
    clear: both;
}

label.checkboxlabel {
	float: left;
	width: 400px;
    background-color: #FFFFFF;
    font: 700 11px Arial, Helvetica, sans-serif !IMPORTANT;
}

input.botao {
	float: left;
    margin: 0 0 0 5px;
}

#valor_lb {
	display: none;
}

#valor {
	float: left;
    width: 100px;
    border: 0;
    background-color: #efefef;
    clear: both;
}

.divgoogle {
	background-color: #fff;
    text-align: center;
}
