/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(JTUSjIg1_i6t8kCHKm459WRhzSTh89ZNpQ.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(JTUSjIg1_i6t8kCHKm459W1hzSTh89ZNpQ.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(JTUSjIg1_i6t8kCHKm459WZhzSTh89ZNpQ.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(JTUSjIg1_i6t8kCHKm459WdhzSTh89ZNpQ.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(JTUSjIg1_i6t8kCHKm459WlhzSTh89Y.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.system_sombra1{
	box-shadow:0px 1px 5px rgba(0,0,0,0.5);
}
.system_sombra2{
	box-shadow:0px 2px 10px rgba(0,0,0,0.7);
}
.system_sombra3{
	box-shadow:0px 3px 20px rgba(0,0,0,0.9);
}
.system_button{
	color:#333;
	cursor: default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f2f5f7;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,229,231,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,229,231,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,229,231,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,229,231,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(226,229,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e5e7', GradientType=0 );
	color: #515f65;
	border:0px;
	padding-left:5px;
	padding-right:5px;
	min-height:25px;
	max-height:25px;
	width:auto;
	overflow:hidden;
	font-size:16px;
	outline:0px;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    box-shadow:0px 1px 2px rgba(0,0,0,0.3);
}

.system_button:hover {
	color: #444;
	background-color: #fff;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.15);
}

.system_button3{
	color:#555;
	cursor: default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f2f5f7;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(117, 195, 255) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(117, 195, 255,1)), color-stop(100%, rgba(226,229,231,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(117, 195, 255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(117, 195, 255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(117, 195, 255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(117, 195, 255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#75c3ff', GradientType=0 );
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
	border-top:0px;
	padding-left:5px;
	padding-right:5px;
	min-height:25px;
	max-height:25px;
	width:auto;
	overflow:hidden;
	font-size:16px;
	outline:0px;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    box-shadow:0px 1px 2px rgba(0,0,0,0.3);
}
.system_button3:hover {
	color: #000;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
}
.system_button4 {
	color:#555;
	cursor: default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border:0px;
	padding-left:5px;
	padding-right:5px;
	min-height:25px;
	max-height:25px;
	width:auto;
	overflow:hidden;
	font-size:16px;
	outline:0px;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    box-shadow:0px 1px 2px rgba(0,0,0,0.3);
}
.system_button4:hover {
	box-shadow:0px 1px 1px rgba(0,0,0,0.3);
	background: #75c3ff;
	color: #000;
}
.system_degraback {
	color: #515f65;
	cursor: default;
	margin: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.system_degraback:hover {
	background: #f2f5f7;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,229,231,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(226,229,231,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,229,231,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,229,231,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,229,231,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(226,229,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e5e7', GradientType=0 );
	color: #000;
	box-shadow:0px 1px 2px rgba(0,0,0,0.5);
}

.system_button2{
	cursor: default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.system_button2:hover{
	background-image:url("../../img/sistema/fondosele.png");
	background-repeat: repeat-y;
}
.system_v_bot_max {
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    margin: 5px;
    margin-left: 0px;
    float: right;
    cursor: default;
    width: 24px;
    height: 24px;
    background-image:url('../../img/sistema/ventana/cuad.png');
    background-size: 50%;
    background-position: center center;
	background-repeat: no-repeat;
	transition: background-color .2s;
}
.system_v_bot_max2 {
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    margin: 5px;
    margin-left:0px;
    float: right;
    cursor: default;
    width: 24px;
    height: 20px;
    margin-top: 7px;
    background-image:url('../../img/sistema/ventana/cuad.png');
    background-size: 40%;
    background-position: center center;
	background-repeat: no-repeat;
	transition: background-color .2s;
}
.system_v_bot_close {
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    margin: 5px;
    margin-left:0px;
    float: right;
    cursor: default;
    width: 24px;
    height: 24px;
	background-image:url('../../img/sistema/ventana/ekis.png');
	background-size: 50%;
    background-position: center center;
	background-repeat: no-repeat;
	transition: background-color .2s;
}
.system_v_bot_max:hover {
    background-color: #DDD;
}
.system_v_bot_max2:hover {
	background-color: #DDD;
}
.system_v_bot_close:hover {
	background-color: #DDD;
}
.system_border_redondeado {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;
	border:1px solid #CCC;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
}
.system_border_redondeado2 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #F0F0F0;
	border-top:1px solid #F0F0F0;
}
.system_border_redondeado3 {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color:#FFF;
	border:1px solid #CCC;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
}
.system_border_redondeado4 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.system_border_redondeado5 {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.system_input_text {
	font-size:100%;
	width:120px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;
	border:1px solid #CCC;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
}
.system_blur {
	-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    opacity: 0.5;
}
.system_list {
    margin:1px;
    padding-bottom:5px;
    padding-left:5px;
    cursor:pointer;
    border:0px;
    overflow:hidden;
}
.system_list img {
    width:24px;
    position:relative;
    top:3px;
}
.system_list font {
    position:relative;
    top:-2px;
}
.system_list:hover {
    background-image:url("../../img/sistema/fondosele.png");
    background-repeat: repeat-y;
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.system_nosele {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.system_100x100 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.archivador_barrahidden {
	overflow:hidden;
	min-width:250px;
	width:100%;
	height:0px;
	border:0px;
}
.archivador_barrashow {
	overflow:hidden;
	min-width:250px;
	padding:2px;
	padding-bottom:3px;
	width:100%;
	height:18px;
	color:#000;
	border-bottom:1px solid #AAA;
}
.divTable {
	display:table;
    width:auto;
}
.divRow {
   display:table-row;
   width:auto;
}

.divCell {
    float:left;
    display:table-column;
}

#system57-relogin {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.9);
	z-index:2147483646;
	display:none;
}
select, input, textarea, td, b, p, div, span, th {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 100 !important;
}
body {
	-webkit-text-size-adjust:none;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	padding:0px;
	margin:0px;
}
#system57-detect-size {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.system_window_barra {
	background: #f2f5f7;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,245,247,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,245,247,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,245,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,245,247,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,245,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e5e7', GradientType=0);
	color: #515f65;
	overflow: hidden;
	width: inherit;
}

.system_program_bot1 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor: default;
	padding:5px 10px 0px 10px;
	color: #fff;
	color: #515f65;
}

.system_program_bot1:hover {
	background-color: #fff;
	color: #222;
}

.system_program_bot1 font {
	font-size: 18px;
	position: relative;
	bottom: 12px;
	padding-left: 5px;
}
pre {
	padding: 10px;
	margin: 10px;
	border: 1px solid ORANGE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;
}

@media print {
  .print {
    page-break-after: always;
  }
}

@keyframes rotate360 {
	to { transform: rotate(360deg); }
}
.rotate360 { animation: 2s rotate360 infinite linear; }