/*CSS para links nas imagens*/
.div-box {
	height: 350px;
	width: 350px;
	background: rgba(0, 0, 0, 0.7);
	/*background-color: red;*/
	opacity: 1.0;
	position: absolute;
	z-index: 10;
	left: -1px;
	top: 0px;
}