<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html{
    height: 100%;
    font-family: 'Didact Gothic', sans-serif; font-weight: normal;  font-size:11px;
    margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-botton:0;
	border-top-width:0;
	padding-top:0;
	padding-left:0;
	border-style:none;
  margin: 0px;
  padding: 0px;
    background-image: url("images/logo_opaco.png");
    background-size: 10%;
  background-repeat: no-repeat;
  background-position: 99% 99%;
  }

#grid th {font-weight: normal;  font-size: 11px; color: #6E6E6E; background:rgba(245, 245, 245,.5);verticfont-weight: normal;  al-align: middle; height: 40px; letter-spacing: 1px;  align:left; }
#grid tr:nth-child(even) {font-weight: normal;  vertical-align: middle; font-size: 11px; color: #6E6E6E; background:rgba(245, 245, 245,.5);height: 40px; letter-spacing: 1px; border-bottom-color: #FBEFF8; border-bottom-style: solid; border-bottom-width: 1px; }
#grid tr:nth-child(odd) {font-weight: normal;  vertical-align: middle; font-size: 11px; color: #6E6E6E;  background:rgba(255, 255, 255,.5);height: 40px; letter-spacing: 1px;border-bottom-color: #FBEFF8; border-bottom-style: solid; border-bottom-width: 1px;  }
#grid tr:hover {font-weight: normal;  vertical-align: middle; font-size: 11px; color: black; background: rgba(240, 0, 240,0.04); height: 40px; letter-spacing: 1px; }
#grid A:link {font-weight: normal;  text-decoration: none; color: #6E6E6E; }
#grid A:visited {font-weight: normal;  text-decoration: none;color: #6E6E6E; }
#grid A:active {font-weight: normal;  text-decoration: none;color: #6E6E6E; }  
table{font-family: 'Montserrat', sans-serif;border-collapse:collapse; border: none; margin: auto;}

header {
	width:100%;padding:0px;
}
.celdaFormulario {
	text-align:right; padding-right: 10px;height: 58px; background:rgba(249, 246, 253,.8); border-width: 6px; border-style: solid; border-color: white; font-weight: normal;
}
.ui-widget-header {
   border: 1px solid #aaaaaa/*{borderColorHeader}*/;
   background: -webkit-linear-gradient(top, rgba(44,123,176,1) 0%, rgba(44,123,176,.9) 85%, rgba(44,123,176,1) 100%);font-weight: normal;
   color:white;
   height: 50px;
   font-family: verdana;
   font-size: 13px;
   vertical-align: middle;
}
.edialog
{
   background:rgba(255, 255, 253,.99);
}
.edialog_trans
{
   background:rgba(0, 0, 0,.5);
}
header nav {
	width:100%;
	max-width:100%;
	background: -webkit-linear-gradient(top, rgba(237, 125, 7,1) 0%, rgba(201, 103, 2,1) 50%, rgba(201, 103, 2,1) 100%); 
        color: white;
        padding-bottom: 1px;
}

.menu_bar {
	display:none;
}

header nav ul {
	overflow:hidden;
	list-style:none;
}

header nav ul li {
	float:left;
}

header nav ul li a {
	color:#fff;
	padding:14px;
	display:block;
	text-decoration:none;
}

header nav ul li span {
	margin-right:10px;
}

header nav ul li a:hover {
	background:rgba(0, 0, 0,.8); 
        color:white;
}

section {
	padding:0px;
}
 input[type=text] {
    width: 100%;
    margin: 0px 0;
    box-sizing: border-box;
    height:50px;
    padding-left:10px;
    font-size:14px;
}
 input[type=number] {
    width: 100%;
    margin: 0px 0;
    box-sizing: border-box;
    height:50px;
    padding-left:10px;
    font-size:14px;
}  
label{
    font-weight: normal;color: gray;
}
 select {
    width: 100%;
    margin: 0px 0;
    box-sizing: border-box;
    height:50px;
    padding-left:10px;
    font-size:14px;
}   
textarea{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
        text-align: justify;
	color:black; width: 99%;
        border: 1px solid #E0E9E9;
        -webkit-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
        padding:10px;
}  

input[type=password] {
    width: 100%;
    margin: 0px 0;
    box-sizing: border-box;
    height:50px;
    padding-left:10px;
    font-size:14px;
}

.celdaForm {
	background-color: #726F6F;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#575656), to(#726F6F));
	background-image: -webkit-linear-gradient(top, #575656, #726F6F);
	background-image: -moz-linear-gradient(top, #575656, #726F6F);
	background-image: -ms-linear-gradient(top, #575656, #726F6F);
	background-image: -o-linear-gradient(top, #575656, #726F6F);
	background-image: linear-gradient(top, #575656, #726F6F);
	color: #fafafa;
	cursor: pointer;
	height: 30px;
	float: center;
	font: 13px Arial, Helvetica;
	padding: 10px;
        text-align: right;
}

#aceptar {
	background-color: #575656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#009D43), to(#025224));
	background-image: -webkit-linear-gradient(top, #009D43, #025224);
	background-image: -moz-linear-gradient(top, #009D43, #025224);
	background-image: -ms-linear-gradient(top, #009D43, #025224);
	background-image: -o-linear-gradient(top, #009D43, #025224);
	background-image: linear-gradient(top, #009D43, #025224);
	border: 1px solid #00748f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
	color: #fafafa;
	cursor: pointer;
	height: 42px;
	float: center;
	font: 13px Arial, Helvetica;
	padding: 10;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
	width: 40%;
}
 #aceptar:hover,
 #aceptar:focus {
	background-color: #31b2c3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#575656), to(#726F6F));
	background-image: -webkit-linear-gradient(top, #575656, #726F6F);
	background-image: -moz-linear-gradient(top, #575656, #726F6F);
	background-image: -ms-linear-gradient(top, #575656, #726F6F);
	background-image: -o-linear-gradient(top, #575656, #726F6F);
	background-image: linear-gradient(top, #575656, #726F6F);
}

 #aceptar:active {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	outline: 0;
}

 #aceptar::-moz-focus-inner {
	border: 0;
 }

    .nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: inherit;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content2 {
    display: block;
  }
}
   </pre></body></html>