/*
	Autor: José Luis Rodriguez
	Mail: jrodriguez@bincodex.com
	Web: https://bincodex.com
	Fecha: 2019-06-16 10:36:46
*/

#debug {
/*	left: 5%;*/
	font-family: Arial, sans-serif;
	background: rgba(0,0,0,0.7);
	position: fixed;
	width: 90%;
	bottom: 30px;
	padding: 10px;
	color: #ffffff;
	font-size: 0.8em;
	overflow: auto;
	border: 3px solid lime;
	height: 600px;
	overflow-y: scroll;
	display: none;
}

.msg-error-pag {
	padding: 20px;
	font-size: 1.5em;
	color: #a40000;
	font-weight: bold;
}

.msg-error-pag div {
	padding-top: 10px;
	font-size: 0.8em;
	font-weight: normal;
}
