@charset "utf-8";
/* CSS Document */
.proy-cont-btn{
	text-decoration: none;
	filter: grayscale(1);
	transition: filter 0.3s ease-in-out;
}
.proy-cont-btn:hover{
	text-decoration: none;
	filter: grayscale(0);
}
.proy-contenedor{
	text-decoration: none;
	width: 30%;
	margin-bottom: 30px;
}
.proy-contenedor-foto{
	text-decoration: none;
	width: 30%;
	margin-bottom: 30px;
}
.img-thumbnail{
	border:solid 5px #fff;
	border-radius: 5px;
	margin-bottom: 10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

