body {
	padding:0; margin:0;
	background:url(../images/bg_gray.jpg) repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#434343;
}
.alinhar {
	float:none;
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto 0 auto;
}
header {
	float:left;
	position:relative;
	width:100%;
	width:expression(this.scrollWidth<="980"?"980":"auto");
	min-width:980px;
	height:380px;
	background-color:#d7d7d7;
}
nav#nav_topo {
	float:right;
	position:relative;
	height:60px;
	z-index:10;
}
nav#nav_topo ul { margin:0; }
nav#nav_topo ul li {
	float:left;
	position:relative;
	list-style:none;
	display: inline-block;
}
nav#nav_topo ul li a {
	float:left;
	position:relative;
	font-size:20px;
	font-style:italic;
	text-decoration:none;
	color:#434343;
	padding:18px 30px 18px 30px;
}
nav#nav_topo ul li:hover {
	color:#000;
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
section {
	float:left;
	position:relative;
	width:100%;
	width:expression(this.scrollWidth<="980"?"980":"auto");
	min-width:980px;
	height:auto;
	background:url(../images/bg_red.jpg) repeat;
}
#conteudo {
	float:left;
	position:relative;
	width:940px;
	margin:35px 0 35px 0;
	padding:35px 20px 35px 20px;
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(215,215,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(215,215,215,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(215,215,215,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
article.institucional {
	float:left;
	position:relative;
	width:320px;
	margin:0 20px 0 0;
}
article.servicos {
	float:left;
	position:relative;
	width:345px;
	margin:0 30px 0 30px;
}
article li {
	list-style-image:url(../images/bullet.png);
	list-style-position: outside;
}
article.geral {
	float:left;
	position:relative;
	width:705px;
	margin:0 20px 0 20px;
}
article.noticias_home {
	float:left;
	position:relative;
	width:175px;
	margin:0 0 0 20px;
}
.noticia_home {
	float:left;
	position:relative;
	border-bottom:1px solid #8e8f8e;
	padding:0 0 10px 0;
}
.noticia_home p { margin-top:5px; margin-bottom:10px; }
.noticia_home a.titulo {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	margin-left:0;
	margin-top:0;
	text-decoration:none;
	color:#434343;
}
.noticia_home a:hover.titulo {
	text-decoration:underline;
}
.noticia_home img {
	width:100px;
	border:1px solid #fff;
	margin-bottom:0;
}
.noticia_home:nth-child(2) {
	border-bottom:none;
	margin-top:15px;
}
.item_noticia {
	float:left;
	position:relative;
	padding: 0 0 20px 0;
	margin: 0 0 25px 0;
}
.img_noticias {
	float:left;
	position:relative;
	width:150px;
	margin:0 20px 0 20px;
}

.texto_noticia {
	float:right;
	position:relative;
	width:900px;
	margin:0 0 0 20px;
}
.texto_noticia p {
	margin:0 0 5px 20px;
}
article.noticias_pagina {
	float:left;
	position:relative;
	width:175px;
	margin:0 20px 0 0;
}
.outras_noticias {
	float:left;
	position:relative; 
	background-color:#d7d7d7;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	width:175px;
}
article.noticias_pagina h2 { font-size:15px; margin:0; padding:5px 0 15px 0; text-align:center; background:url(../images/sombra2.png) no-repeat bottom center; }
article.noticias_pagina a { 
	float:left;
	position:relative; 
	text-decoration:none; 
	color:#434343; 
	font-size:11px; 
	padding:5px 0 5px 0; 
	margin:0 20px 0 20px; 
}
article.noticias_pagina a:before { content:url(../images/bullet.png); margin-right:10px; }
article.noticias_pagina a:hover { text-decoration:underline; }
.fancybox_noticias { float:left; position:relative; margin:0 10px 10px 0; }
.first { margin:0 10px 10px 20px; }
.foto_video_noticia {
	float:left;
	position:relative;
	width:320px;
	margin:0;
}
.foto_video_noticia img {
    margin-top: 0 !important;
    background-color: #fff !important;
}
nav#nav_rodape {
	float:left;
	position:relative;
}
nav#nav_rodape p {
	font-weight:bold;
	color:#a5a5a5;
	margin:40px 0 0 0;
}
nav#nav_rodape ul {	padding-left:20px; }
nav#nav_rodape ul li {
	list-style:none;
	display:block;
	padding:3px 0 3px 0;
	margin:0;
}
nav#nav_rodape ul li a {
	color:#a5a5a5;
	text-decoration:none;
}
nav#nav_rodape ul li a:hover {
	color:#fff;
}
#info_footer {
	float:right;
	position:relative;
	background:url(../images/logo_tractu_contabil_rodape.png) no-repeat right center;
	padding:0 160px 0 0;
	margin:35px 0 0 0;
}
#info_footer p {
	text-align:right;
	margin:5px 0 5px 0;
}
#assinatura {
	float:right;
	position:relative;
	width:500px;
	text-align:right;
	margin:35px 0 0 0;
}


/*CONTATO*/
form#contato { float:left; position:relative; margin:0 100px 50px 30px; }
form#contato fieldset { border:none; }
form#contato fieldset ol li { list-style:none; margin:0; }
form#contato fieldset ol li label { float:left; position:relative; width:150px; text-align:right; font-style:italic; }
.contato1 { width:500px; margin:0 0 5px 5px; border:none; padding:5px; }
.contato2 { width:50px; margin:0 0 5px 5px; border:none; padding:5px; }
.contato3 { width:150px; margin:0 0 5px 5px; border:none; padding:5px; }
#img_captcha, .captcha { float:left; position:relative; margin:0 0 0 5px; }
#img_captcha { margin-top:-10px; }
.submit_contato { border:none; background-color:#851d32; padding:10px 20px 10px 20px; color:#fff; margin:0 0 0 210px; font-family:Georgia, "Times New Roman", Times, serif; cursor:pointer; }
.submit_contato:hover { background-color:#000; }

/*DIVS GERAIS*/
h1 { font-size:24px; font-style:italic; margin:0 0 10px 0; }
h2 {
	font-size:18px;
	color:#851d32;
	margin-top:0;
	background-image: url(../images/linha_h2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
p { margin-left:20px; }
li { margin-bottom:10px; }

.font_bold { font-weight:bold; }
.font_white { color:#fff; }
.font_gray { color:#a5a5a5; }

.font14 { font-size:14px; }
.font20 { font-size:20px; }

a.link_white { color:#fff; text-decoration:none; }
a:hover.link_white { text-decoration:underline; }

a.link_gray { color:#a5a5a5; text-decoration:underline; }
a:hover.link_gray { text-decoration:none; }

a.link_gray2 { color:#434343; text-decoration:underline; }
a:hover.link_gray2 { text-decoration:none; }

.bt {
	float:right;
	position:relative;
	width:322px;
	height:auto;
	background:url(../images/sombra.png) no-repeat top center;
}
.bt a {
	float:right;
	position:relative;
	height:40px;
	color:#434343;
	text-decoration:none;
	font-style:italic;
	padding:10px 70px 0 0;
	margin:0 20px 0 0;
	background:url(../images/bt_ir.png) no-repeat right top;
}
.bt a:hover { background:url(../images/bt_ir_hover.png) no-repeat right top; }


/*IMG COM CLASSE*/
.no_border { border:none; }
.float_left { float:left; }

.logo { position:absolute; top:0; left:0; z-index:2; }

#paginacao a{
	float: right;
	position: relative;
	padding: 5px;
	background-color: #851d32;
	color: #d7d7d7;
	font-size: 13px;
	text-decoration: none;
	margin: 0px 0px 0px 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
#paginacao a:hover {
	background-color: #b7b7b7;
	color: #851d32;
}
.data_noticia { margin-left:0; }
