@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background:url(img/bg-total.png) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
}
#geral{
	width:960px;
	margin:0 auto;
	overflow:hidden; 
}
#header{
	width:960px;
	height:265px;
	margin:0 auto;
}
#logotipo{
	width:300px;
	height:231px;
	float:left;
	padding:3px 0 0 0;
}
#banner-topo{
	width:649px;
	height:214px;
	float:left;
	padding:20px 11px 0 0;
}
#box-busca{
	width:960px;
	height:30px;
	clear:both;
}
#busca{
	width:350px;
	height:30px;
	float:left;
}
#data{
	 width:300px;
	 height:30px;
	 float:right;
}
#conteudo{
	width:960px;
	min-height:300px;
	overflow:hidden;
	margin-bottom:20px;
}
#col-left{
	width:220px;

	float:left;
	overflow:hidden;
}
#news{
	min-height:110px;
	width:204px;
	background:url(img/newsletter.jpg) no-repeat top center;
	margin:15px 0 0 0;
	padding:25px 0 0 0;

}
#centro{
	width:470px;
	min-height:550px;
	float:left;
	padding:0 10px 0 10px;
}
#centro-interno{
	width:740px;
	float:left;
	margin:0 0 10px 0;
}
#centro-interno h2{
	background:url(img/lr-tri.jpg) no-repeat left center;
	padding:0 0 0 35px;
	margin:30px 0 5px 0;
	font-size:20px;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
	color:#496123;
}
#centro-interno p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	line-height:20px;
	margin:0;
	text-ident:1000px;
	clear:both;
	text-align:justify;
}
#centro-interno h3{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#496123;
	line-height:30px;
	padding:15px 0 0 0;
	margin:0;
	font-weight:lighter;
	clear:both;
}
#col-right{
	width:250px;
	min-height:550px;
	float:left;
}
#rodape{
	width:960px;
	height:60px;
	background:#EFEDED;
	float:left;
	padding:25px 0 0 0;
}
#rodape p{
	font-size:10px;
	color:#666;
	text-align:center;
}
#corp{
	width:126px;
	height:37px;
	float:left;
	background:#FFF;
}
#destaque{
	min-height:200px;
	background:#ecebeb;
	border-top:#7b7c7a 1px solid;
	margin:0 0 20px 0;
	overflow:hidden;
}
#noticias{
	min-height:200px;
	background:#ecebeb;
	border-top:#7b7c7a 1px solid;
	overflow:hidden;
}
small{
	font-family:Arial, Helvetica, sans-serif;
	color:#900;
	font-style:italic;
	text-align:justify;
	font-size:18px;
}
#center-p{
	text-align:justify;
	text-indent:30px;

}

