header {
  background-color: white; 
  overflow: hidden;
  padding-left: 35px;
  padding-top: 100px;
  text-shadow: none;
  border-left: 0px solid #344E5F;
  border-right: 0px solid #344E5F;
  width: auto;
  /*
  border-left: 1px solid #344E5F;
  border-right: 1px solid #344E5F;
  */
}

footer {
  background-color: #344E5F;
  color: #F1F1F1;
  font-size: 12px;
  margin-bottom: -40px;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 20px;
  text-align: center;
  text-shadow: none;
}

.menu-header {
  padding-top: 20px;
}

.empresa {
	position:relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 40%;
	height:50px;
	border: 1px none black;
	/* background:#fff url("../img/logo.png") no-repeat left; */
	padding-left: 0px;
	text-align: left;
}

.carrinho {
	position:fixed;
	top:5px;
	margin-left: 83%;
	width: 208px;
	height:50px;
	border: 1px none black;
	background:#fff url("../img/carshop.jpg") no-repeat left;	
	text-align: right;
}	

.small {
  font-size: 11px;
}

.title-page {
  background-color: #344E5F;
  color: #F4F4F2;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  margin-top: 15px;
  top: 20px;
}

.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
}

.footer-logo-pad {
  text-align: left;
  padding-left: 20px;
}

.content-pad {
  padding: 15px;
}

.content-center {
   margin: auto;
   position: relative;
   /* border:#F00 dotted 1px; */
   padding:10px;
}

.board {
  background: none repeat scroll 0 0 padding-box #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 3px;
}

.home-box1 {
  background: #07273B;
  color: #F1F1F1;
  font-size: 12px;
  height: 200px;
  padding: 5px;
}

.home-box2 {
  background: #344E5F;
  color: #F1F1F1;
  font-size: 12px;
  height: 200px;
  padding: 5px;
}

.home-box3 {
  background: #637785;
  color: #F1F1F1;
  font-size: 12px;
  height: 200px;
  padding: 5px;
}
#hr_page {
  margin: 3px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}