.cabecarioA {width: 100%; display:inline-block;}
.cabecalho{
	width:100%;
	display:inline-block;
	max-width:96em;
	max-height:23em;
	background-image:url(../imagem/cabecalho/cabecario.png);
	background-size: cover;
	background-repeat:no-repeat;
	}
.cabecalho img{
	width:100%;
	max-width:40em;
	display:inline-block;
	margin:2em;
	}
/*menu*/
.menuA, .menuB{
	width:100%;
	max-width:95em;
	min-height:4em;
	background-image: url(../imagem/menu/fnd_barraA.png);
	background-size: contain;
	background-repeat-y:no-repeat;
}
.menuB{
	min-height:3em;
	background-image: url(../imagem/menu/fnd_barraB.png);
	background-size: contain;
	background-repeat-y:no-repeat;

}
.menuB h1{
	  width: 94%;
  text-align: right;
  font-weight: 300;
  color: #FFF;
  display: inline-block;
  margin-top: 0.7em;
  }

.espacoMenuA, .espacoMenuB{
display: inline-block;
  height: 2.2em;
  width: 3em;
  vertical-align: top;
  margin-top: 1.2em;
  margin-left: 1em;
	}
.espacoMenuB{ margin-top:0.5em;}
	
.btA, .btB{
	width:16.8em;
	display:inline-block;
	height:3em;
	margin:0.5em;
	background-image:url(../imagem/menu/btfndA.png);
	background-repeat-y:no-repeat;
	background-size: cover;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#FFF;
	vertical-align:middle;
}
.btB{
	background-image:url(../imagem/menu/btfndB.png);
	background-repeat-y:no-repeat;
	background-size: contain;
}
.btA{margin-top:1em; margin-bottom:0em;}

.btA img, .btB img{ width:2em; vertical-align:middle; margin:0.4em;}