*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana;
}

.cabecalho{	
	background-color: #2d2c2b;
}

.header{
	width: 1280px;
	height: 50px;
	margin: auto;
	color: #fff;
}

.logo{
	float: left;
	font-size: 19px;
	line-height: 50px;
	padding-left: 158px;
	font-weight: bold;
}

.menu{
	float: right;
	font-size: 12px;
	font-weight: bold;
}

.menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li{
	display: inline-block;
	line-height: 20px;
}

.menu a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 15px;
}

.menu li:last-child{
	padding-right: 160px;
}

.menu a:hover{
	background-color: #3480c1;
}

.banner{	
	background-color: #347aba;
}

.slider{
	width: 1280px;
	height: 300px;
	margin: auto;
	color: #fff;
}

.texto-destaque{
	float: left;
	padding-left: 190px;
	padding-top: 70px;
}

.texto-destaque h1{
	font-size: 48px;
}

.texto-destaque h3{
	font-size: 20px;
	padding-bottom: 20px;
}

.texto-destaque a{
	font-size: 20px;
	color: #000;
	text-decoration: none;
	background-color: #ffc001;
	display: block;
	font-weight: bold;
	width: 280px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
}

.imagem-destaque{
	float: right;
	padding-right: 205px;
}

.conteudo{	
	width: 1280px;
	margin: auto;
}

.produtos{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 30px;
}

.imagens{
	text-align: center;
}

.imagens img{
	margin: 0px 10px;
}

.rodape{	
	background-color: #347aba;
}

.footer{
	width: 1280px;
	height: 50px;
	color: #fff;
	margin: auto;
	text-align: center;
	line-height: 50px;
	margin-top: 45px;
}