@charset "utf-8";

body {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../images/bg_page.jpg') repeat scroll top left;
	
}

/*****************************************************************************/

h2 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #376605;
}

/*****************************************************************************/
h1 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #376605;
}

/*****************************************************************************/


a {
	text-decoration: none;
	color:#333333;
}

a:hover {
	text-decoration: underline;
}

/*****************************************************************************/

#logo {
	position: absolute;
	top: 38px;
	left: 64px;
}

/********************************************
 Menu
*/

.menu {
	margin-bottom: 20px;
	overflow: hidden;
}

.menu a {
	display: block;
	float: left;
}

/********************************************
 WORDPRESS
*/


.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}

.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}


/*****************************************************************************/

#form_contato {

}

#form_contato input[type=text], #form_contato textarea, #form_contato select {
	font-size:12px;
	padding: 4px;
	font-family:Arial, Helvetica, sans-serif;
	width: 400px;
}


/*****************************************************************************/

.item {
	margin-top: 10px;
	overflow: auto;
}

.item a {
	display: block;
}

.item a.imagem {
	float: left;
	margin: 0px 10px 0px 0px;
}

.item a.imagem img {
	border: 0px;
}

.item a.titulo {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}

.item a.texto {
	font-size: 12px;
}


/*****************************************************************************/

#login {
	position: absolute;
	top: -25px;
	right: 54px;
}

#login form {
	position: relative;
	width: 302px;
	height: 184px;
	background: url(../images/login.png) no-repeat;
}

#login form #tf_login {
	border:0 none;
	left:107px;
	position:absolute;
	top:81px;
	width:122px;
}

#login form #tf_senha {
	border:0 none;
	left:107px;
	position:absolute;
	top:108px;
	width:122px;
}

#login form input[type=submit] {
	left:174px;
	position:absolute;
	top:131px;
	width: 60px;
}

.abas {
	margin: 0px 20px;
}

.abas a {
	display: block;
	float: left;
	color:#609858;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 8px;
	margin: 4px 0px;
	text-align: center;
	width:152px;
	border-right: 2px solid #609858;
}

.abas a:hover, .abas a.on {
	color:#376605;
	text-decoration: underline;
}

.abas a:last-child {
	border-right: 0px;
}

/*****************************************************************************/

#body_wrap {
	width: 856px;
	margin: 0px auto;
	position:relative;
}

#body_wrap .top {
	background:url(../images/bg_01.png) no-repeat;
	height: 40px;
}

#body_wrap .content {
	clear: both;
}

#body_wrap .inner { 
	background:url(../images/bg_04.png) repeat-y;
	padding: 135px 75px 0px 60px;
}

#body_wrap .inner a img { 
	border: 0px;
}

#body_wrap .footer {
	background:url(../images/bg_06.png) no-repeat;
	height: 48px;
}

.post_content {
	font-size:13px;
	line-height:22px;
	margin:0 19px;
	overflow:auto;
	color: #030;
}

/*****************************************************************************/

#banners {
	position: relative;
	height: 265px;
	margin-bottom: 10px;
}

#banners .frame {
	position: absolute;
	top: -8px;
	left: -3px;
	z-index: 100;
}

/*****************************************************************************/

#footer {
	text-align: center;
	font-size: 11px;
	padding: 20px;
}

/*****************************************************************************/

.info_box {
	margin-bottom: 15px;
}

.info_box .t {
	background: url(../images/info_top.jpg) no-repeat;
	height: 11px;
}

.info_box .c {
	clear: both;
	background:url(../images/info_center.jpg) repeat-y;
}

.info_box .i {
	padding: 10px 20px;
}

.info_box .f {
	background:url(../images/info_footer.jpg) no-repeat;
	height: 11px;
}



/********************************************/
/* Colunas */

.wrap {
	overflow: auto;
	clear: both;
	margin-left: 3px;
}

.wrap .coluna1, .wrap .coluna2 {
	float: left;
	overflow: hidden;
}

.wrap .coluna1 {
	width: 480px;
}

.wrap .coluna2 {
	width: 203px;
	margin-left: 18px;
}


/**************************************************************************/
/**************************************************************************/
/* Boxm */

.boxm {
	
}

.boxm .top {
	background: url('../images/images/boxm_01.png') no-repeat scroll top left !important;
	height:5px !important;
}

.boxm .content {
	overflow: hidden;
	background: url('../images/images/boxm_03.png') repeat scroll top left;
}

.boxm .bottom {
	background: url('../images/images/boxm_05.png') no-repeat scroll top left;
	height:5px;
}

/********************************/
/* Box p */

.boxp {
	
}

.boxp .top {
	background: url('../images/images/boxp_01.png') no-repeat scroll top left !important;
	height:5px !important;
}

.boxp .content {
	overflow: hidden;
	background: url('../images/images/boxp_03.png') repeat scroll top left;
}

.boxp .bottom {
	background: url('../images/images/boxp_05.png') no-repeat scroll top left;
	height:5px;
}

/**************************************************************************/
/**************************************************************************/
/* Seções */

.secao {
	overflow: auto;
	margin-bottom: 17px;
	
}

.secao .header {
	margin-bottom: 10px;
}

.secao .header .title {
	color: #000;  
	font-size: 22px;
}

.secao .content {
	overflow: hidden;
}

/********************************/
/* Generica */

.secao.gen .content {
	padding:10px;
}

/********************************/
/* Noticias */

.secao.noticias .content .noticia {
	margin:6px 0;
	overflow:hidden;
	padding:10px;
}

.secao.noticias .content .noticia a {
	display: block;
	overflow: hidden;
}

.secao.noticias .content .noticia a.titulo {
	color: #2c5402;  
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0px;
}

.secao.noticias .content .noticia a.info {
	color: #aaa;  
	font-size: 11px;
	font-weight: bold;
}

.secao.noticias .content .noticia a.conteudo {
	color: #444;  
	font-size: 11px;
}

.secao.noticias .content .noticia a.img {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius: 4px;
	float:left;
	height:122px;
	margin-right:10px;
	text-align:center;
	width:183px;
}

.secao.noticias .content .noticia a.img:hover {

}

.secao.noticias .content .noticia a img {
	border: 0px;
	margin: auto;
}


/**************************************************************************/
/**************************************************************************/
/* BOX */

.box_verde { 
  background: url(../images/v_bg.jpg); 
}
.box_verde .boxtop { 
  background: url(../images/v_tr.jpg) no-repeat top right; 
}
.box_verde .boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/v_tl.jpg) no-repeat top left; 
}
.box_verde .boxbottom { 
  background: url(../images/v_br.jpg) no-repeat bottom right; 
}
.box_verde .boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/v_bl.jpg) no-repeat bottom left; 
}
.box_verde .boxcontent {
  padding: 0px 10px 0px 10px;
}

