#demo-container {
	/*width: 400px;
	margin: 60px auto;*/
	
	position: absolute;
	top: 0;
    right: 40%;
    display: none;
    z-index: 1;
}

#download-button {
	/*background-color: white;
	color: #2980b9;
	border: 2px solid #2980b9;*/
	
	padding: calc(var(--letra-uno) * 0.75) calc(var(--letra-uno) * 1.5);
	letter-spacing: 2px;
	box-shadow: 2.5px 5px 9px #0b8442;
	font-size: calc(var(--letra-uno) * 1);
	background-color: white;
    color: #0b8442;
	
	/*font-family: inherit;
	outline: none;
	min-width: 100px;
	padding: 10px;
	font-size: inherit;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	margin: 0 auto;*/
}
#download-button:hover {
    box-shadow: 5px 10px 18px #0b8442;
    font-weight: bold;
}

#start-download {
	text-align: center;
	display: none;
}

#download-progress-container {
	/*border: 1px solid #cccccc;*/
	min-width: 200px;
	border: 1px solid #0b8442;
	padding: 4px;
	display: none;
	height: 20px;
}

#download-progress {
	background-color: #2980b9;
	display: inline-block;
	height: 100%;
}

#save-file {
	/*color: #2980b9;*/
	
	padding: calc(var(--letra-uno) * 0.75) calc(var(--letra-uno) * 1.5);
	letter-spacing: 2px;
	font-size: calc(var(--letra-uno) * 1);
	
	background-color: white;
	color: #1d4ca1;
	text-decoration: none;
	display: none;
	text-align: center;
	box-shadow: 2.5px 5px 9px #1d4ca1;
}

#save-file:hover {
	/*text-decoration: underline;*/
    box-shadow: 5px 10px 18px #1d4ca1;
    font-weight: bold;
}
