<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overlayLogin {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-y:scroll;
}
#tablaLogin{
	width:auto;
	margin:0px auto;
}
#tablaLogin th{
	font-size:13px;
	width:120px;
	background-color:#fff;
}
#tablaLogin td{
	width:160px;
}
#botoneraLogin{
	width:328px;
	margin:0px auto;
	margin-top:15px;
	clear:both;
}
#msjErrorLogin{
	color:red;
	text-align:center;
	font-size:14px;
}

@media screen and (max-width: 860px){
	.overlayLogin {
		overflow:scroll;
	}
}

.table {
	margin-bottom:0px;
}

table th{
	background-color:#E6E6E6;
}

.tablaEnTr{
	background-color:#A9F5A9;
}

.thIcono{
	width:6%;
	text-align:center;
}</pre></body></html>