figure.hover{
	background-color: #349ddf;
	position: relative;
}

.hover img{
	transition: all 1s ease;
	position: absolute;

}

.hover img:hover{
	opacity: 0.1;
	transition: all 2s ease;

}

.hover h2{
	color: #FFF;
	font-size: 3em;
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 30%;
	text-align: center;
	font-weight: bold;
}

.hover .ver{
	display: block;
	width: 60%;
	margin: 0 20% 0 20%;
	position: absolute;
	content: "Ver Proyecto";
	border: 1px solid #fff;
	z-index: 0;
	font-size: 1.8em;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	height: 50px;
	line-height: 50px;
	top: 60%;
	font-weight: bold;
	background-color: #10679d;
}