body.arquios-modal-abierto {
	overflow: hidden;
}
.arquios-modal {

	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

	z-index: 999;
}

.arquios-modal div.arquios-contenedor {

	background-color: #ffffff;
	margin: 50px auto;
	/*border: thin solid #dedfe6;*/
	width: 80%;

	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.27);

	/*border-radius: 5px;*/

	padding: 25px;

	overflow: auto;
	position: static;
}
.arquios-modal div.arquios-contenedor div.cerrar {

	cursor: pointer;
	color: #bf4e4f;
	float: right;
	right: 10%;

	font-size: 30px;
	font-weight: bold;
}
