/* estrutura - CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, input, select, option,
form, label, textarea, table, caption,
tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, "Trebuchet MS";
	vertical-align: baseline;
	color: #333;
	float: left;
	text-align: left;
}
strong{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, "Trebuchet MS";
	vertical-align: baseline;
	float: left;
	text-align: left;
}
h6{
	color: #333;
	font-size: 11px;
}
body {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.3;
	color: #333;
	background-color: #333;
	background-position: top center;
	background-image: url('../imagens/bgFundo.jpg');
	background-repeat: no-repeat;
}
:focus{
	outline: 0;
}
html{
	width: 100%;
}
ol, ul{
	list-style: none;
	display: inline
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
br, strong{
	float: none;
	color: inherit;
}
strong{
	font-weight: bold;
}
em{
	float: none;
	font-style: italic;
}
address{
	width: 500px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color:#333;
}
.right{
	float: right;
}
.none{
	float: none;
	text-decoration: none;
}
.hidden{
	display: none;
}
/** Fim CSS Reset **/
.alinhaSite{
	width: 100%;
        margin-top: 5px;
        padding-top: 25px;
        background-image: url('../imagens/shadow.png');
        background-repeat:no-repeat;
       background-position: top center;
}
.centralizaSite {
	width: 1000px;
	float: none;
	margin: 0 auto;
}
.topoSite{
	width: 983px;
        float: right;
        margin-right: 3px;
        display: inline;
        background-image: url('../imagens/bgTopo.jpg');
        background-repeat:no-repeat;
        background-position: top center;
        border-bottom: 9px solid #1A1A1A;
}
.logo{
	padding: 10px 40px;
        float: right;
}
.conteudo{
	background-color: #E6E7E8;
        width: 983px;
        float: right;
        margin-right: 3px;
        display: inline;
}
.agrupaRodape{
	width: 100%;
	height: 30px;
}
.alinhaRodape{
	width: 1000px;
	float: none;
	margin: 0 auto;
}
.agrupaBotaoSisdado{
	float: right;
	padding: 10px 30px;
	width: 940px;
}
.btSisdado{
	width: 57px;
	height: 11px;
	background-image: url("../imagens/logoSisdado.png");
	background-position: top center;
	background-repeat: no-repeat;
}
.btSisdado:hover{
	background-position: bottom center;
}
.menuSite{
        width: 983px;
        background-image: url('../imagens/bgMenu.jpg');
        background-repeat:no-repeat;
        height: 39px;
        float: right;
        margin-right: 3px;
        display: inline;
}
.email{
        padding: 12px;
        float: right;
}
.menu{
        padding-left: 60px;
}
.selecionado{
        background-position:right center !important;
}
.btHome{
        background-image:url("../imagens/btHome.png");
        background-position:left center;
        background-repeat:no-repeat;
        width:114px;
        height:39px;
}
.btHome:hover{
        background-position:right center;
}
.btFaleConosoco{
        background-image:url("../imagens/btFaleConosoco.png");
        background-position:left center;
        background-repeat:no-repeat;
        width:179px;
        height:39px;
}
.btFaleConosoco:hover{
        background-position:right center;
}
.btLocalizacao{
        background-image:url("../imagens/btLocalizacao.png");
        background-position:left center;
        background-repeat:no-repeat;
        width:157px;
        height:39px;
}
.btLocalizacao:hover{
        background-position:right center;
}
.atualizacao{
        width: 959px;
        font-size: 18px;
        padding: 25px 0;
        text-align: center;
        
}