.title{
	color: #FF7F00;
	font-size: 38px;
	font-weight: 400;
	margin-bottom: 4%;
}
.under-line{
	width: 7%;
}
.box{
	height: 215px;
	width: 100%;
	border:1px solid #ddd;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.descargas{
	text-align:center;
	color: #444444;
	font-size: 20px;
	margin-bottom: 3%;
}
.down , .ver{
	height: 27px;
	width: 37px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.down{
	background-color: #545456;
	margin-right: 5px;
}
.ver{
	background-color: #FD803D;
	margin-left: 5px;
}
div .box img{
	max-width: 270px;
	max-height: 100%;
}