@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);
#loadingDiv{ 
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 2000;
}
.loadingDiv{ position: fixed; width: 100%; height: 100px; top: 50%; text-align: center; -webkit-transform: translatey(-50%); -moz-transform: translatey(-50%); -webkit-user-select: none; -moz-user-select: none; cursor:wait; }
.loadingDiv > .text{ position: relative; z-index: 2; font-size: 15px; color: #fff; text-shadow: 1px 1px 5px #000; }
.loadingDiv > div:not(.text){ position: relative; z-index: 1; height: inherit; width: 10px; display: inline-block; margin-left: 5px; }
.loadingDiv > div:not(.text) > div{ -webkit-animation: heightUp 1s 0s infinite ease-in-out backwards; -moz-animation: heightUp 1s 0s infinite ease-in-out backwards; border-bottom-left-radius: 10px; border-top-right-radius: 10px; width:inherit; height: 100%; background: linear-gradient(#fff,#ccc); box-shadow: 1px 1px 5px #444; }
.loadingDiv > div:nth-child(2){ margin-left: 0px !important; }
.loadingDiv > div:nth-child(2) > div{ -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; }
.loadingDiv > div:nth-child(3) > div{ -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; }
.loadingDiv > div:nth-child(4) > div{ -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; }
.loadingDiv > div:nth-child(5) > div{ -webkit-animation-delay: 0.0s; -moz-animation-delay: 0.0s; }
.loadingDiv > div:nth-child(6) > div{ -webkit-animation-delay: 0.0s; -moz-animation-delay: 0.0s; }
.loadingDiv > div:nth-child(7) > div{ -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; }
.loadingDiv > div:nth-child(8) > div{ -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; }
.loadingDiv > div:nth-child(9) > div{ -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; }

.heightUp{
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
}
@-webkit-keyframes shine{
    0% { opacity: 0.7; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes hide{
    0% { height: 0px; }
    15% { height: 17px; }
    85% { height: 17px; }
    100% { height: 0px; }
}
@-webkit-keyframes appear{
    0% { opacity: 0.0;}
    100% { opacity: 1.0;}
}
@-webkit-keyframes disappear{
    0% { opacity: 1.0; }
    100% { opacity: 0.0; }
}
@-webkit-keyframes rotate{
    100%{ -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes heightUp{
    0%{ height: 30%; -webkit-transform: translatey(0%); }
    50%{ height: 80%; -webkit-transform: translatey(20%); }
    100%{ height: 30%; -webkit-transform: translatey(0%); }
}
@-moz-keyframes shine{
    0% { opacity: 0.7; }
    100% { opacity: 1.0; }
}
@-moz-keyframes hide{
    0% { height: 0px; }
    15% { height: 17px; }
    85% { height: 17px; }
    100% { height: 0px; }
}
@-moz-keyframes appear{
    0% { opacity: 0.0;}
    100% { opacity: 1.0;}
}
@-moz-keyframes disappear{
    0% { opacity: 1.0; }
    100% { opacity: 0.0; }
}
@-moz-keyframes rotate{
    100%{ -moz-transform: rotate(360deg); }
}
@-moz-keyframes heightUp{
    0%{ height: 30%; -moz-transform: translatey(0%); }
    50%{ height: 80%; -moz-transform: translatey(20%); }
    100%{ height: 30%; -moz-transform: translatey(0%); }
}

.body{
  background-color: #81859B;
  padding: 0;
  font-family:'Open Sans',sans-serif !important;
}
.Cont-padre{
  padding: 0px 10px 0px 0px;
  width: 1000px;
  margin: 0 auto;  
  background-color: #fff;
}
.Head-div{
  position: relative;  
  padding: 5px;
  height: 114px;  
  width: 100%;  
  margin-top: -8px;
  background-image: url("../images/encabezado_01.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-origin: 
  border: 1px solid;    
}
.Head-div2{
  position: relative;  
  padding: 5px;
  height: 60px;  
  width: 100%;  
  margin-top: -8px;
  background-image: url("../images/encabezado_02.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-origin: 
  border: 1px solid;    
}
.div-info{
  position: relative;
  top: 45px;
  height: 21px;
  width: 800px;
  text-align: left;
  font-size: 12px;
  vertical-align: bottom;
  display: table-cell;  
}
.Cont-div{
  position: relative;
  padding: 5px;
  height: 100%;
  width: 100%;
  margin-top: 5px;  
}
.fil-div{
  position: relative;
  width: 19%;
  float: left;  
  border: 1px solid #ccc;     
}
.resul-div{
  position: relative;
  float: left;
  width: 80%;
  height: 100%;
  margin-left: 5px;  
  border: 1px solid #ccc;    
}
.esq-redns{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.logout{
  float:right;
  border:1px solid;  
  text-transform: uppercase;
  width: 55px;  
  text-align: center;
}
.botones{
  letter-spacing: .5pt;
  -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0c1556));
  background: -moz-linear-gradient(top, #007dc1 5%, #0c1556 100%);
  background: -webkit-linear-gradient(top, #007dc1 5%, #0c1556 100%);
  background: -o-linear-gradient(top, #007dc1 5%, #0c1556 100%);
  background: -ms-linear-gradient(top, #007dc1 5%, #0c1556 100%);
  background: linear-gradient(to bottom, #007dc1 5%, #0c1556 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0c1556',GradientType=0);
  background-color: #007dc1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 3px 7px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
}
.botones:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #81adc5), color-stop(1, #3d49a0));
    background:-moz-linear-gradient(top, #81adc5 5%, #3d49a0 100%);
    background:-webkit-linear-gradient(top, #81adc5 5%, #3d49a0 100%);
    background:-o-linear-gradient(top, #81adc5 5%, #3d49a0 100%);
    background:-ms-linear-gradient(top, #81adc5 5%, #3d49a0 100%);
    background: linear-gradient(to bottom, #81adc5 5%, #3d49a0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#81adc5', endColorstr='#3d49a0',GradientType=0);
    background-color: #81adc5;
}
.tit-content{
    position: relative;
    border: 1px solid #2C2C2C;
    height: 20px;    
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #2C2C2C;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
}
.fil-search{
  padding: 5px 5px;
  font-size: 12px;
  text-align: center;
}
fieldset{ border: 1px solid #ccc; }
input[type='text']{ text-align: center; font-size: 12px; width: 150px;}
#tablaResult{ 
  padding: 0;   
  min-height: 96%;
  max-height: 96%;
  overflow-x: auto;
  overflow-y: scroll; 
}
.leyenda{
    position: relative;
    color: #bbb;
    height: 95%;
    text-align: center;    
}
.leyenda > div{
  position: relative;
  font-size: 25px;  
  top: 45%;
}
.divtable{
  display: table;
  width: 99.8% !important; 
  -webkit-user-select: none;
  cursor: default; 
  color: #11428A;  
}
.divtable:hover, .stcolorA:hover, stcolorB:hover{
  background-color: #4D5569;
  color: #FFFFFF;
}
.divtable > div{
  display: table-cell;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 1px;  
}
.border-left{ border-left: 1px solid #ccc;}
.border-rig{ border-right: 1px solid #ccc;}
.border-top{ border-top: 1px solid #ccc;}
.border-btm{ border-bottom: 1px solid #ccc;}
.fondotr{
  background-color: rgba(129, 133, 155, 0.19);
}
.chkdiv{
  width: 79%;
  text-align: left;
  padding-left: 25px;
}
.totalreg{
  position: relative;
  margin-left: 150px;
  float:left;
  font-size: 12px;  
}