<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("estilos.css") screen;

/* -- Fuentes -- */

@font-face {
	font-family: 'latomedium';
	src: url('../fonts/Lato-Medium-webfont.eot');
	src: url('../fonts/Lato-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Medium-webfont.woff2') format('woff2'), url('../fonts/Lato-Medium-webfont.woff') format('woff'), url('../fonts/Lato-Medium-webfont.ttf') format('truetype'), url('../fonts/Lato-Medium-webfont.svg#latomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latobold';
	src: url('../fonts/Lato-Bold-webfont.eot');
	src: url('../fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold-webfont.woff2') format('woff2'), url('../fonts/Lato-Bold-webfont.woff') format('woff'), url('../fonts/Lato-Bold-webfont.ttf') format('truetype'), url('../fonts/Lato-Bold-webfont.svg#latobold') format('svg');
	font-weight: bold;
	font-style: normal;
}

* {
	margin: 0;
}

strong, b {
	font-family: 'latobold', sans-serif;
	font-weight: 400;
}

body:not(.legal) {
	margin: 0;
	padding: 0;
	background: url(../img/fondos/fondoLoginTexturado.jpg?v=201911281508) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'latomedium', sans-serif;
	font-size: 1.4em;
	min-height: 100%;
	height: 100%;
}

h2 {
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 2em;
	margin: 0;
	padding: 0;
}

a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.container {
	padding-top: 100px;
}

header {
	text-align: center;
	padding: 20px 0;
}

	header h1 {
		font-family: 'latobold';
		font-size: 2em;
		font-weight: normal;
		color: #5a99d1;
	}

	header hr {
		border-color: #5a99d1;
		width: 5em;
		margin: 15px auto 5px auto;
	}

.form-signin {
	padding: 15px;
	margin: 0 auto;
	height: auto;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666', Direction=135, Strength=8);
}

	.form-signin .form-control {
		position: relative;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		font-size: 16px;
	}

		.form-signin .form-control:focus {
			z-index: 2;
		}

	.form-signin input[type="email"] {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.form-signin input[type="password"] {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

.bgGray {
	background-image: url(../img/fondos/bgLogin.png);
}

#signin footer {
	width: 100%;
	text-align: center;
	border-top: 1px dotted #666;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#signin {
	background: #f2f2f2;
	margin: 0 auto;
	max-width: 380px;
	overflow: hidden;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.signinBody {
	padding: 0 30px;
}

#signin .checkbox {
	margin: 20px 0;
}

.tagURL {
	margin: 18px auto 0;
	max-width: 400px;
	overflow: auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	height: 100px;
}

	.tagURL a {
		color: #fff;
	}

checkbox {
	background: #fff !important;
}

.mtop20 {
	margin-top: 20px;
}

.checkbox label {
	margin-left: 5px;
}

.login-form {
	margin-top: 60px;
}

form[role=login] {
	color: #5d5d5d;
	background: #f2f2f2;
	padding: 26px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	form[role=login] img {
		display: block;
		margin: 0 auto;
		margin-bottom: 35px;
	}

	form[role=login] input,
	form[role=login] button {
		font-size: 18px;
		margin: 16px 0;
	}

	form[role=login] &gt; div {
		text-align: center;
	}

.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}

.form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
}

.progress-bar {
	color: #333;
}

html, body {
	min-height: 100%;
}

.ptop40 {
    padding-top: 40px!important;
}

.pbot80 {
    padding-bottom: 80px;
}

#wrap {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
}

#pie {
	padding: 1em;
}

/*-- Fix para bordes enlaces en Firefox --*/
a, a:visited, a:focus, a:active, a:hover {
	outline: 0 none !important;
	text-decoration: none !important;
}

.imgError {
	width: 80%;
}

/*---- modales ----*/
.modal-dialog {
	width: 480px;
}

.modal-header {
	color: #428bca;
	background-color: #d9edf7;
	border-radius: 6px;
}

.modal-body table td, th {
	padding: 5px;
}
/*Bajar un poco el popup (modal) */
.modal-content {
	margin-top: 8%;
}

.modal-dialog {
	width: 480px;
}

.modal-sm {
	max-width: 300px;
}

.modal-lg {
	width: 790px;
}

.modal-lgm {
	width: 600px;
}

.modal-xlg {
	width: 864px;
}

.modal-xxlg {
	width: 1040px;
}

.modal-dialog {
	margin: 10px auto;
	min-width: 340px;
}

@media only screen and (max-width:420px) {
	.modal-dialog {
		width: 92% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

@media (max-width:820px) and (min-width:421px) {
	.modal-dialog {
		width: 75% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

.modalEspere {
	display: block;
	top: 33%;
}
</pre></body></html>