﻿html, body { min-height:100%;}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f4f4f;
	background-image:url(Imagens/bg_site.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
a {
	font-size: 11px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #717070;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.clear { clear:both;}
.fleft { float:left;}
.fright { float:right;}

.header{
	width:924px;
	height:95px;
	margin:auto;
	background-image:url(Imagens/bg_header.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#b5b5b5;
	text-transform:uppercase;
	/*text-align:center;*/
	margin-bottom:15px;
}

.header .logo{
	margin-top:24px;
	margin-bottom:39px;
}

.header a {
	color:#848484;
}
.header a:link {
	text-decoration: none;
}
.header a:visited {
	text-decoration: none;
	color:#848484;
}
.header a:hover {
	text-decoration: none;
	color: #349ACD;
}
.header a:active {
	text-decoration: none;
	color:#848484;
}

.header .divisao_menu_header {
    vertical-align:middle;
    margin-left:8px;
    margin-right:8px;
}

.header .menu {
    vertical-align:middle;
}

.content{
	width:924px;
	margin:auto;
	min-height:390px;
	_height:390px;
	position: relative;
}

.content .dhtml{
    position:absolute;
    top:0;
    left:30%;
    height:325px;
    width:370px;    
}

.rodape{
	width:924px;
	margin:auto;
	padding-top:12px;
	color:#5d5e69;
	
}

.rodape .left{
	text-align:right;
	padding-bottom:10px;
}

.rodape .right{
	float:right;
	width:740px;
	text-align:center;
	color:#8e8e8e;
}

.rodape .right .bt{
	float:left;
	margin-bottom:10px;
}

.rodape .right .divisao_menu_rodape{
	vertical-align:middle;
    margin-left:10px;
    margin-right:10px;
}

.rodape .endereco{
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #dbdbdb;
	color:#5d5e69;
	margin-bottom:10px;
}

.rodape .right a {
	color:#5d5e69;
}
.rodape .right a:link {
	text-decoration: none;
}
.rodape .right a:visited {
	text-decoration: none;
	color:#5d5e69;
}
.rodape .right a:hover {
	text-decoration: none;
	color: #333333;
}
.rodape .right a:active {
	text-decoration: none;
	color:#5d5e69;
}