@charset "utf-8";
/* CSS Document */

#downloads {
    margin-top:75px;
    }
#downloads .contenedor {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	}

#downloads .contenedor .demos {
	width:100%;
	margin-bottom:20px;
	}

#downloads .contenedor .otros {
	width:100%;
	margin-bottom:20px;
	}

@media (min-width:640px) {
	#downloads .contenedor .demos {
		width:48%;
		}
	
	#downloads .contenedor .otros {
		width:48%;
		}
	}