.BoxProductos { width: 100%; text-align: center; margin: 10px;}
.BoxProductos .BoxProductos-Img {margin-bottom: 15px;}
.BoxProductos .BoxProductos-Title {margin-bottom: 10px; text-transform: uppercase; font-size: 18px; font-weight: 500;}
.BoxProductos .BoxProductos-Text {margin-bottom: 10px; font-size: 16px; font-weight: lighter;}
.BoxProductos .BoxProductos-Link {
	margin-bottom: 10px; 
	font-size: 16px; 
	font-weight: lighter; 
	background: #016cb8; 
	color: #000000; 
	padding: 10px 25px; 
	border-radius: 5px; 
	display: inline-block; 
	transition: all 0.5s; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.BoxProductos .BoxProductos-Link:hover {background: #000000; color: #ffffff;}
.BoxProductos .BoxProductos-Galeria {display: none;}