.content_top{
	width: 960px;
	height: 72px;
	margin: auto;
}

.content_top_left{
	width: 520px;
	height: 72px;
	float: left;
	margin-left: 25px;
	margin-top: 20px;
}
.content_top_right{
	width: 415px;
	height: 32px;
	margin-top: 20px;
	float: left;
}


.content_center{
	width: 960px;
	height: auto;
	margin: auto;
}

.linha{
	width: 960px;
	height: auto;
	float: left;
	margin-bottom: 25px;
}

.col{
	width: 303px;
	height: auto;
	float: left;
	margin-right: 25px;
}

.col_last{
	margin-right: 0px !important;
}

.imagem_home{
	width: 100%;
	height: 193px;
	float: left;
	overflow: hidden;
	/*background-color: #9ba526;*/
	position: relative;
}

img{
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

.imagem_home:hover > img{
	 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  /* IE 5-7 */
  filter: alpha(opacity=20);

  /* Netscape */
  -moz-opacity: 0.2;

  /* Safari 1.x */
  -khtml-opacity: 0.2;

  /* Good browsers */
  opacity: 0.2;
}

.title{
	width: 100%;
	height:auto;
	float: left;
	background-color: #9ba526;
	position: absolute;
	bottom: 0;
}

.title h2{
	font-family: "DezenProRegular";
	font-size: 14px;
	margin-left: 25px;
	letter-spacing: 3px;
	color: white;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-bottom: 6px;
	padding-top: 10px;
}

.txt_img{
	width: 100%;
	height: auto;
	float: left;
}

.txt_img p{
	font-family: "verdana";
	font-size: 11px;
	color: #5f5f5f;
	line-height: 16px;
	margin-top: 15px;
}

.txt_img a{
	font-family: "verdana";
	font-size: 11px;
	color: #9ba526;
	text-decoration: underline;
	float: right;
	margin-top: 5px;
}

.txt_img a:hover{
		 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}

.content_bottom{
	width: 100%;
	height: auto;
	float: left;
}

.noticias{
	width: 960px;
	height: auto;
	margin: auto;
}

.noticias_left{
	width: 303px;
	height: auto;
	float: left;
	margin-right: 25px;
	padding-bottom: 15px;
	margin-left: 25px;
}

.noticias_right{
	width: 600px;
	height: auto;
	float: left;
	padding-bottom: 20px;
}

.noticia_preview{
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 15px;
}


.noticias p{
	font-family: "verdana";
	font-size: 11px;
	color: #5f5f5f;
	line-height: 16px;
	margin-top: 5px;
}

.noticias a{
	font-family: "verdana";
	font-size: 11px;
	color: #9ba526;
	text-decoration: underline;
	float: right;
	margin-top: 2px;
}

.noticias a:hover{
		 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}

.visible {display:block;}
.invisible {display:none;}