header{
	background: #DCDCDC;
	padding: 20px 0;
}

#banner5{
   width: 60%
}



#logo{
	width: 50%;
}
.caixa{
	position: relative;
	width: 940px;
	margin: 0 auto;
}
nav {
	position: absolute;
	top: 110px;
	right: 0;
}
nav li{
	display: inline;
	margin: 0 0 0 15px;

}
nav a{
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
}

nav a:hover{
	color:#C1C1C1;
}

.produtos li{
	display: inline-block;
	text-align: center;

	width: 30%;
	vertical-align: top;
	margin: 0 1.5%
	padding: 20px 30px;

	box-sizing: border-box;
	border: 5px solid #696969;
	border-radius: 10px;
	border-style: double;

	
	}
	#banner1{
		width: 15%
	}

	#banner2{
		width: 10%;
	}

	#banner3{
		width:  16%;
	}


	#banner6{
		width: 60%
	}





	.produtos li:hover{
		border-color: #A9A9A9;
	}

	.produtos li:active{
		border-color: #F5DEB3;
	}

	.produtos li:hover h2{
		text-transform: uppercase;
		font-size: 40px;
	}