@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url('../fonts/nunito-sans-latin.woff2') format('woff2');
}

html {
	height: 100%;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	margin: 0px 0px 0px 0px;
	height: 100%;
	background-color: #fff;
}

#global {
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-color: #fff;
}

header {
	height: 140px;
	margin: auto;
	width: 100%;
	    background-color: #013c73;
}

#header-up {
	height: 100px;
	margin: auto;
	width:90%; /* probá una medida en px si querés */

}

#header-login {
	font-size: 12px;
	text-align: right;
	color: #fff;
	height: 35px;
	margin: auto;
	line-height: 34px;
	width: 900px; /* probá una medida en px si querés */
}

nav {
	width: 100%;
    text-align: right;
}

#header-down {
	width: 100%;
    height: 40px;
	background-color: #acc7e7;
	margin: 3px auto;
	padding: 2px 0;
}

#header-container {
	height: 100px;
	width: 900px;
	margin: auto;
}

#logo {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 30px;
	padding-left: 20px;
	width: 300px;
	height: 40px;
	background-color: #0000;
	float: left;
}

#company {
	font-size: 12px;
	line-height: 19px;
	width: 350px;
	height: 40px;
	background-color: #0000;
	float: right;
	text-align: left;
	padding: 0px 20px 0px 0px;
	margin-top: 30px;
	color: #fff;
}

#hora_seccion {
	font-size: 12px;
	line-height: 19px;
	width: 40px;
	height: 40px;
	background-color: #0000;
	float: right;
	text-align: right;
	padding: 0px 20px 0px 0px;
	margin-top: 0px;
	color: #fff;
}

#menu {
	height: 40px;
	margin: 0 auto 0 auto;
	float: left;
	padding: 0 4%;
	width: 100%;

}

#container { 
	width: 90%;
	margin: 0px auto;
	min-height: 200px;
	height: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	    padding: 46px 50px 0;

}

footer {
	width: 100%;
    height: 40px;
    margin: 10px auto;
    background-color: #013c73;
    margin-top: 80px;
}

#login {
	width: 400px;
	height: 230px;
	margin: 0px auto;
	border: 0px #ccc solid;
	background-color: #f9f9f9;
	padding: 20px;
}

#login-user {
	width: 300px;
	height: 50px;
	margin: 0px auto;
	border: 0px #ccc solid;
	background-color: #f9f9f9;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	border: 0px #999 solid;
	vertical-align: top;
}

#login-padding {
	padding-top: 10px;
}

#login-user input {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	width: 242px;
	height: 38px;
	border: 1px #999 solid;
	padding: 2px 2px 2px 8px;
	color:#999;
	float: left;
}

.title-module {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
}

#logout {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	color: #3375B7;
	font-weight: bold;
	text-align: center;
	width:500px;
	margin: 80px auto;
}

/* ------------------------------------------
   ENCABEZADO
------------------------------------------- */

h1 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 17px;
	color: #0053a5;
	margin-bottom: 30px;
}

h2 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	color: #3375B7;	
	margin-bottom: 20px;
}

/* ------------------------------------------
   LINK
------------------------------------------- */

a, a:visited {
	font-weight: bold;
	color:#1f73a7;
	font-size:12px;
}

a.logout:link {text-decoration: none; color: #fff;}
a.logout:visited {text-decoration: none; color: #fff;}
a.logout:active {text-decoration: none; color: #fff;}
a.logout:hover {text-decoration: none; color: #fff;}


/* ------------------------------------------
   TABLA
------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
}

th {
	font-weight: bold;
	text-align: left;
	color: #00369d;
	padding: 10px;
	background-color: #e1ebf7;
	border-left: 1px solid #3375B7;
	border-right: 1px solid #3375B7;
	border-bottom: 1px solid #3375B7; 
	border-top: 1px solid #3375B7;
}

td {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #00369d;
	text-align: left;
	padding: 6px 10px 10px 10px;
	height: 35px;
	border: 1px solid #3375B7;
}

.td-dialog {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #00369d;
	text-align: left;
	padding: 0px 4px 0px 4px;
	height: 20px;
	border: 1px solid #3375B7;
}

.th-nocolor {
	padding: 10px;
	background-color: #fff;
	border-left: 0px solid #3375B7;
	border-right: 0px solid #3375B7;
	border-bottom: 1px solid #3375B7; 
	border-top: 0px solid #3375B7;
}

.tr-color {
	background-color: #f7f9fd;
}


.scroll-table {
	width: 1400px;
	border-collapse: collapse;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
}

.frame-scroll-table {
    overflow: auto;
    width: 100%;
    height: auto;
}

/* ------------------------------------------
   FORMULARIO
------------------------------------------- */

.frm-button {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 0px solid #fff;
	border-radius: 10px;
	background-color:#0a448a;
	background-image: -webkit-linear-gradient(top, #3498db, #0a438a);
	background-image: -moz-linear-gradient(top, #3498db, #0a438a);
	background-image: -ms-linear-gradient(top, #3498db, #0a438a);
	background-image: -o-linear-gradient(top, #3498db, #0a438a);
	background-image: linear-gradient(to bottom, #3498db, #0a438a);
	min-width: 100px;
	color: #fff;
	height:30px;
}

.button-img {
	cursor: pointer;
}

a.tip {
    text-decoration: none;
}
a.tip:hover {
    position: relative;
	text-decoration: none;
}
a.tip span {
    display: none;
	text-decoration: none;
}
a.tip:hover span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #a47e39;
    padding: 8px 12px;
    display: block;
    z-index: 100;
	border: #83662c 1px solid;
    background: #fef0b3;
    left: 0px;
    margin: 10px;
    width: auto;
	white-space: nowrap;
    position: absolute;
    top: 10px;
    text-decoration: none;
}

.message {
	font-family: 'Open Sans';
	font-size: 12px;
	display: inline-block;
	line-height: 20px;
	background-color: #d2dfe4;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
	color:#666;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	margin-bottom: 15px;
}

.show-message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	display: inline-block;
	line-height: 20px;
	background-color: #fef0b3;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
	color: #a47e39;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	margin-bottom: 15px;
}

.show-message-small {
	font-family: 'Open Sans';
	font-size: 12px;
	max-width: 100px;
	line-height: 20px;
	background-color: #d2dfe4;
	padding: 5px;
	color:#666;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.module-title {
	font-family: 'Merriweather Sans';
	font-size: 22px; 
	color:#009ed7;
	margin-bottom: 30px;
}

.frm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #004795;
	padding: 5px 13px 5px 13px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	float: left;
	margin-bottom: 10px;
}

.frm-on {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #a47e39;
	padding: 5px 13px 5px 13px;
	background-color:#fef0b3;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	float: left;
	margin-bottom: 10px;
}
	
.frm:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(206,221,234,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px rgba(206,221,234,0.6)
}

.pagination-container {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
	float: left;
}

a.pag-off:link, a.pag-off:visited, a.pag-off:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none; 
	color: #acc7e7;
	padding: 6px 6px 6px 6px;
}

a.pag-off:hover, .pag-on {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none; 
	color: #2c74b6;
	padding: 6px 6px 6px 6px;
}

.frm-label-small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #004795;
	width: 260px; 
	border: 0px solid #000; 
	float: left; 
	margin: 3px 30px 10px 0px;
}

.frm-label-medium {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #004795;
	width: 410px; 
	border: 0px solid #000; 
	float: left; 
	margin: 3px 30px 10px 0px;
}

.frm-label-big {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #004795;
	width: 890px; 
	border: 0px solid #000; 
	float: left;
	margin: 3px 0px 10px 0px;
	text-align: left;
}

legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #004795;
}

fieldset {
	font-family: 'Open Sans';
	width: 250px;
	border: 1px solid #ccc;
	padding-top: 20px;
}

label, input=[text] {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004795;
	width: 60px;
	height: 30px;
	padding-right: 20px;
	border: 0px solid #ccc;
	float: left;
	
}

label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004795;
	width: 100px;
	height: 30px;
	padding-right: 15px;
	border: 0px solid #000;
	float: left;
	
}

.div-label {
	padding-left: 115px;
}

br {
	clear: left;
}
.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
    z-index: 1000;
    visibility: visible;
    width: 100%;
}

/* CSP-compatible utility classes */
.csp-login-icon {
	width: 44px;
	height: 44px;
	background-color: #999;
	float: left;
	text-align: center;
	line-height: 60px;
}

.csp-alert-icon {
	margin-right: 15px;
}

.csp-response {
	max-width: 130px;
	height: 20px;
}

.csp-clickable {
	cursor: pointer;
}

.csp-fieldset-370 {
	width: 370px;
}

.csp-fieldset-420 {
	width: 420px;
}

.csp-display-none {
	display: none;
}

.csp-display-block {
	display: block;
}

.csp-visibility-hidden {
	visibility: hidden;
}

.csp-visibility-visible {
	visibility: visible;
}

.csp-text-center {
	text-align: center !important;
}

.csp-text-right {
	text-align: right !important;
}

.csp-loading-center {
	text-align: center;
}

.csp-loading-left {
	text-align: left;
}

.csp-modal-visible {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	display: block;
	box-sizing: border-box;
	width: min(90vw, 520px);
	max-height: 80vh;
	overflow: auto;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
	transform: translate(-50%, -50%);
}

.csp-modal-close {
	float: right;
	padding: 0.25rem 0.5rem;
	border: 0;
	background: transparent;
	color: #333;
	cursor: pointer;
	font-size: 1.25rem;
	line-height: 1;
}
