body{
	
}
.bloque_basico{
	background-color: rgba(0, 0, 0, 0.03) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    min-height: 50vh !important;
}
.loop_descargas{
	padding-top: 150px;
}

.array_listado_descargas{
	padding-bottom: 20px;
}

.array_listado_descargas .listado{
	display: flex;
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}

.array_listado_descargas .listado li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 5px;
	border:  2px solid black;
	padding: 5px 10px 1px;
	margin-top: 0px;
	position: relative;
	margin-right: 20px;
	cursor: pointer;
	text-transform: uppercase;
}

.array_listado_descargas .listado li.more{
	background: black;
	color: white;
}


.array_descargas{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}

.array_descargas article{
	width: 100%;
	max-width: calc(100% / 3 - 20px);
	margin-right: 20px;
}

.array_descargas article.desactivado{
	display: none;
}


.array_descargas article{
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.array_descargas article h3{
	margin: 5px 0px;
	text-transform: uppercase;
}

.array_descargas article h2{
	margin: 0px;
	flex-grow: 2;
}

.array_descargas article a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 5px;
	border:  2px solid black;
	padding: 5px 10px;
	margin-top: 20px;
	position: relative;
	padding-left: 55px;
}

.array_descargas article a:before{
	content: "";
	position: absolute;
	left: 5px;
	top: 0px;
	width: 40px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(img/cloud-download.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.array_descargas article a span{
	text-transform: uppercase;
}

.array_descargas article a strong{
	font-weight: normal;
}