<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Z-index of #mask must lower than #boxes .window */
#tx_acnurmodalwjquery_pi1_mask {
	position:fixed;
	z-index:9000;
	background-color:#000;
	display:none;
	top:0px;
	left:0px;
}

.tx_acnurmodalwjquery_pi1_headerBar {
	height:18px;
	text-align: center;
	background-color: #006699;
	color: #ffffff;
}
				
.tx_acnurmodalwjquery_pi1_headerBar a{
	color: red;
	position:absolute;
	top:0px;
	right:0px;
}

#tx_acnurmodalwjquery_pi1_boxes .tx_acnurmodalwjquery_pi1_window {
	position:absolute;
	min-height:100px;
	display:none;
	z-index:9999;
}

/* Customize your modal window here, you can add background image too */
#tx_acnurmodalwjquery_pi1_boxes #tx_acnurmodalwjquery_pi1_dialog {
	width:800px; 
	background-color:#ffffff;
}

#tx_acnurmodalwjquery_pi1_contenido {
	margin:10px;
}

#tx_acnurmodalwjquery_pi1_title {
	color:#ffffff;
}</pre></body></html>