.descargas-block{
	background: rgba(243,243,243,1);
	background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f9f9f9', GradientType=0 );
	position: relative;
	padding: 20px 0 40px 0;
	overflow: hidden;
}


.descargue{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}

.enlaces .enlace{
	margin-bottom: 30px;
	height: 250px;
}

.enlaces .enlace .icono{
	margin: 0 auto;
	text-align: center;
}
.enlaces .enlace .nombre{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
}

.enlaces .enlace .desc{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}

/*--------------------------------------------------------------------*/

@media screen and (max-width: 767px){
	.descargas-block{
		padding: 250px 0 40px 0;
	}
}
