#cua-actas {
	padding: 0;
	box-sizing: content-box;
	max-width: 100%;
	margin: auto;
	text-align: left;
	position: relative;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	position: absolute;
	box-sizing: border-box;
}

#cua-actas h1 {
	text-align: center;
}

#cua-actas h4 {
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 15px;
}

#cua-actas div.error {
	text-align: center;
	font-size: 18pt;
	color: #933;
	margin: 40px;
	padding: 20px;

}

#cua-actas form.entrada label {
	display: block;
	font-size: 18px;
	margin: 30px auto auto auto;
	text-align: center;
}

#cua-actas form.entrada input {
	font-size: 22px;
	padding: 5px;
	text-align: center;
	margin: 10px auto;
	display: block;
}

#cua-actas form.entrada button {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	margin: auto;
	padding: 5px 20px;
	display: block;
}

#cua-actas a.acta {
	display: block;
	margin-left: 20px;
	cursor: pointer;
	font-size: 12pt;
	color: #222;
}

#cua-actas a.acta {
	display: block;
	margin-left: 20px;
	cursor: pointer;
	font-size: 12pt;
	color: #222;
}

#cua-actas div.lista {
	width: 520px;
	margin: auto;
}

#cua-actas div.visor {
	background-color: #525659;
	border-color: 1px solid #525659;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	padding-top: 70px;
}

#cua-actas div.visor div.tools {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 50px;
	background-color: #32363a;
	text-align: right;
}

#cua-actas div.visor div.tools a.accion {
	color: #FFF;
	height: 50px;
	display: inline-flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 10px 50px;
	font-size: 11pt;
	box-sizing: border-box;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

#cua-actas div.visor div.paginas {
	background-color: #525659;
	position: absolute;
	left: 0;
	top: 50px;
	bottom: 0;
	right: 0;
	overflow: auto;
}

#cua-actas div.visor div.pagina {
	border: 1px solid #CCC;
	background-color: #FFF;
	box-shadow: 4px 4px 20px -4px rgba(0, 0, 0, 0.75);
	aspect-ratio: 1 / 1.29;
	box-sizing: border-box;
	width: 210mm;
	padding: 15mm;
	margin: 20px auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	max-width: 96%;
	position: relative;
	/*background-origin: content-box;*/
}

#cua-actas div.visor div.pagina div.agua {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: repeat;
	opacity: 0.05;
	filter: blur(3px);

}

#cua-actas div.visor div.paginas.completa div.pagina {
	max-width: none;
}

@media print {
	#cua-actas {
		display: none !important;
	}
}