html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}

body {
	padding-top: 5px;
	background: url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #000000;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 884px;
	position: relative;
	background: url(images/body_bg.gif) repeat-y;
	color: #5a5a5a;
}
#borda {
	margin-top: -5px;	
	margin-left: 0px;
	margin-right: 0px;
	background: url(images/body_bg.gif) repeat-y;
}
#left {
	float: left;
	width: 262px;
	position:relative;
}
#nav {
	background: url(images/nav_back2.jpg) repeat-x;
}
#menu {
	margin-top:2px;
}

#news {
  background: url(images/news_bg.jpg) repeat-y;
  margin-left: 20px;
  padding-right: 22px;
  text-align: justify;
}
#news h2 {
  font-size: 12px;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  font-weight: bold;
  text-decoration: none;
}
#news a:hover {
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  border-bottom: 1px dashed #b8b8b8;
  height: 5px;
}
.miniposts{
width: 90%;
padding: 10px;
}
#newsline{
	background: url(images/newsline.jpg) no-repeat;
	height:15px;
	margin-top:0px;
	margin-bottom:5px;
   margin-left: 20px;
	display:block;
	font-size:1px;
}

#contact {
  padding: 0px;
  margin-left: 20px;
  height: 112px;
}

#right {
  float: right;
  width: 612px;
  padding-right: 6px;
  padding-top: 8px;
}
#right h2 {
  font: 18px arial, sans-serif;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h2 a{
	color: #000000;
}
#right h2 a:hover {
	color: #FFA405;
}

#right h3 {
  width:97%;
  font: 14px arial, sans-serif;
  border-bottom: 1px dashed #b8b8b8;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#right a {
	color: #000066;
}
#right a:hover {
	color: #FFA405;
}

#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(images/solucao.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#indu-img {
  background: url(images/solucao2.jpg) no-repeat;
}
.clear {
	clear: both;
}

#spacer {
  height: 2em;
  background: url(images/body_bg.gif) repeat-y;
}

#footer {
  background: url(images/footer_bg.gif) no-repeat;
}
#copyright {

  text-align: center;
  height:72px;
  padding: 0px 0px 0px 0px;
  font-size: 9px;
  font-weight: bold;
}
#footerline{

	background: url(images/footerline.gif) no-repeat;
	height:15px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

.texto_principal1{
	font-size:11px;
	color: #000000;
}

.texto_principal{
	font-size:12px;
	color: #000000;
}

.texto_principal a {
	text-decoration: underline;
	color: #000000;
}
.texto_principal a:hover {
	text-decoration: underline;
	color: #FFA405;
}