*{
  margin: 0;
  padding:0;
  font-family:Tahoma, Sans-Serif;
}

html, body {
  height: 100%;
  width: 100%;
}

.float_r {
  float: right;
}

.float_l {
  float: left;
}

.ui-dialog .ui-dialog-buttonset .acept, .ui-dialog .ui-dialog-buttonset .cancel {
  margin-left: 7px;
  font-size: 15px;
  padding: 4px;
  border: 1px;
  border-radius: 15px;
  border-color: #000;
  color: #000;
  box-shadow: 2px 2px 10px rgb(0,0,0);
  -webkit-box-shadow: 2px 2px 10px rgb(0,0,0);
  -moz-box-shadow: 2px 2px 10px rgb(0,0,0);
}

.ui-dialog .ui-dialog-buttonset .acept, .ui-dialog .ui-dialog-buttonset .cancel, .btn_acciones_acept {
  background: rgb(33,150,243);
}

.ui-dialog .ui-dialog-buttonset .cancel, .btn_acciones_cancel {
  background: rgb(165,165,165);
}

.ui-dialog .ui-dialog-buttonset .acept:hover, .ui-dialog .ui-dialog-buttonset .cancel:hover{
  cursor: pointer;
  cursor: hand;
  background: rgb(0,0,0);
  color: rgb(255,255,255);
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
  transition: transform 0.2s ease;
}

.btn_acciones_acept, .btn_acciones_cancel{
  margin-left: 7px;
  font-size: 15px;
  padding: 4px;
  border: 1px;
  border-radius: 15px;
  box-shadow: 2px 2px 10px rgb(0,0,0);
  -webkit-box-shadow: 2px 2px 10px rgb(0,0,0);
  -moz-box-shadow: 2px 2px 10px rgb(0,0,0);
}

.btn_acciones_acept:hover, .btn_acciones_cancel:hover{
  cursor: pointer;
  cursor: hand;
  background: rgb(0,0,0);
  color: rgb(255,255,255);
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
  transition: transform 0.2s ease;
}

#barra_suerior{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  opacity: 0.9;
  background-color: rgb(165,165,165);
  border-style: solid;
  border-bottom-width: 7px;
  border-left: inherit;
  border-right: inherit;
  border-color: rgb(165,165,165);
  box-shadow: 2px 2px 15px rgb(0,0,0);
  -webkit-box-shadow: 2px 2px 15px rgb(0,0,0);
  -moz-box-shadow: 2px 2px 15px rgb(0,0,0);
  z-index: 4;
}

#barra_suerior label{
  position: absolute;
  top: 30%;
  left: 45%;
  font-size: 23px;
  text-transform: uppercase;
  color: rgb(33,150,243);
}

.divOpciones {
  width: 25px;
  float: right;
  font-size: 30px;
  margin-top: 13px;
  margin-right: 20px;
}

.divOpciones .opciones {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.divOpciones:hover {
  cursor: pointer;
  color: rgb(0,0,0);
  transition:all .2s ease-in-out;
  -webkit-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -ms-transform:scale(1.5);
  -o-transform:scale(1.5);
  transform:scale(1.5);
}

.divOpciones:not(:hover) {
  color: rgb(33,150,243);
  transition:all .2s ease-in-out;
  -webkit-transform:scale(1.0);
  -moz-transform:scale(1.0);
  -ms-transform:scale(1.0);
  -o-transform:scale(1.0);
  transform:scale(1.0);
}

body .paginacion {
  color: #000;
  text-align: center;
  width: auto;
  display: inline;
  padding: 0px 5px;
  float: right;
  margin-left: 10px;
}

body .paginacion span {
  float: right;
}

body .paginacion span:hover {
  cursor: pointer;
}

body .paginacion .pag_info {
  width: auto;
  float: right;
  text-align: right;
  margin: 1px 5px 0 5px;
}

#img_logo{
  height: 100%;
  width: auto;
  border-radius: 100%;
}

#icono_menu{
  font-size: 50px;
  position: absolute;
  top: 80px;
  left: 0.5%;
  cursor: pointer;
  cursor: hand;
}

.menu_lateral{
  transition: transform 0.6s ease;
  background-color: rgb(33,150,243);
  position: fixed;
  top: 72px;
  width: 240px;
  height: 100%;
  transform: translateX(-99.9%);
  z-index:3;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  opacity: 0.96;
}

.menu_lateral ul{
  margin-left: 3%;
  width: 100%;
}

.menu_lateral ul li{
  margin-top: 6px;
  width: 100%;
}

.menu_lateral a{
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 0px;
  font-size: 15px;
  color: rgb(0,0,0);
  width: 100%;
}

.menu_lateral a:hover{
  color: rgb(255, 255, 255);
  -webkit-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -ms-transform:scale(1.5);
  -o-transform:scale(1.5);
  transform:scale(1.5);
}

.menu_lateral ul li a{
  margin-left: 5px;
  width: 100%;
}

.menu_lateral i{
  font-size: 20px;
}

body #barra_suerior .menu_opciones{
  transition: transform 0.6s ease;
  position: fixed;
  padding-bottom: 7px;
  padding-right: 10px;
  background: rgb(33,150,243);
  top: 72px;
  right: -200px;
  z-index: 5;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  opacity: 0.96;
}

body #barra_suerior .menu_opciones ul{
  margin-left: 3%;
  width: 100%;
  list-style: none;
}

body #barra_suerior .menu_opciones ul li{
  margin-top: 6px;
  width: 100%;
}

body #barra_suerior .menu_opciones a{
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 0px;
  font-size: 15px;
  color: rgb(0,0,0);
  width: 100%;
}

body #barra_suerior .menu_opciones a:hover{
  color: rgb(255, 255, 255);
  -webkit-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -ms-transform:scale(1.5);
  -o-transform:scale(1.5);
  transform:scale(1.5);
}

body #barra_suerior .menu_opciones ul li a{
  margin-left: 5px;
  width: 100%;
}

body #barra_suerior .menu_opciones i{
  font-size: 20px;
}

.contenido{
  margin-top: 95px;
  height: auto;
  width: 100%
}

.contenido_tbl{
  background: rgb(220,220,220);
  margin: 0 auto;
  margin-left: 2px;
  margin-top: 20px;
  height: auto;
  overflow-x: auto;
  box-shadow: 2px 15px 20px rgb(100,100,100);
  -webkit-box-shadow: 2px 15px 20px rgb(100,100,100);
  -moz-box-shadow: 2px 15px 20px rgb(100,100,100);
}

body .tbl_listado {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  -webkit-box-shadow: 2px 2px 5px rgb(255,255,255);
  -moz-box-shadow: 2px 2px 5px rgb(255,255,255);
  box-shadow: 2px 2px 10px rgb(0,0,0);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

body .tbl_listado tbody,
body .tbl_listado thead {
  display: block;
}

body .tbl_listado tbody td:last-child,
body .tbl_listado thead th:last-child {
  border-right: none;
  padding-right: 0;
}

body .tbl_listado tbody {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

body .tbl_listado .cell {
  text-overflow: ellipsis;
  overflow: hidden;
  width: inherit;
  height: 16px;
}

body .tbl_listado tr th .cell {
  height: 22px;
}

body .tbl_listado tr th {
  color: rgb(0,0,0);
  background: rgb(33,150,243);
  padding: 3px 5px;
  text-align: center;
  font-size: 15px;
  height: 22px;
  font-weight: lighter;
  border-right: solid 1px rgb(204,0,0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

body .formulario .tbl_form {
  border-spacing: 0 15px;
  margin: 0 auto;
  margin-bottom: 8px;
}

body .formulario .tbl_form td:first-child {
  border-right: 10px solid rgb(255, 255, 255);
}

.ui-dialog .ui-dialog-titlebar-close:hover {
  color: red;
  background-color: rgb(0, 0, 0);
  border: 1px solid red;
}

.ui-dialog .ui-dialog-titlebar {
  background-color: rgb(33,150,243);
}

.ui-dialog .ui-dialog-title {
  text-align: center;
}

.tbl_listado thead tr {
  -webkit-box-shadow: 2px 2px 5px rgb(0,0,0);
  -moz-box-shadow: 2px 2px 5px rgb(0,0,0);
  box-shadow: 2px 2px 5px rgb(0,0,0);
}

body .tbl_listado tr td {
  color: rgb(0,0,0);
  padding: 3px 5px;
  font-size: 13px;
  height: 16px;
  border: solid 1px rgb(204,0,0);
  border-right: solid 1px rgb(204,0,0);
  border-bottom: solid 1px rgb(204,0,0);
}

body .tbl_listado tr:hover td,
body .tbl_listado tr.active td {
  background: rgb(0,0,0);
  color: rgb(255,255,255);
}

body .tbl_listado tr th:last-child,
body .tbl_listado tr td:last-child {
  border-right: 0
}

body .tbl_listado tr td:first-child {
  border-left: solid 4px transparent;
}

body .tbl_listado tr th:first-child {
  border-left: solid 4px rgb(33,150,243);
  border-top-left-radius: 0;
}

body .tbl_listado tr.active td:first-child {
  border-left: solid 4px rgb(33,150,243);
}

/**/

.div_btn_acciones{
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

.div_filtros{
  min-width: 800px;
  margin-left: 60px;
}

.div_filtros .campo_buscador{
  width: 150px;
}

.formulario input[type=text],
.formulario input[type=password]
{
  width: 300px;
}

.div_filtros .datepicker{
  width: 100px;
  text-align: center;
}

.titulo_tbl{
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

body input[type=password]:focus,
body input[type=text]:focus {
  background: rgb(126, 216, 255);
  border: 0;
  outline: none;
  -webkit-transform:scale(1.01);
  -moz-transform:scale(1.01);
  -ms-transform:scale(1.01);
  -o-transform:scale(1.01);
  transform:scale(1.01);
  transition: transform 0.2s ease;
}

body input[type=password],
body input[type=date],
body input[type=text] {
  background: rgb(220,220,220);
  border: 0;
  font-size: 15px;
  height: 20px;
  padding: 4px;
  color: rgb(0,0,0);
  border-radius: 15px;
}

body select {
  background: rgb(220,220,220);
  border: 0;
  font-size: 15px;
  height: 28px;
  padding: 4px;
  color: rgb(0,0,0);
  border-radius: 15px;
}

.formulario select
{
  width: 310px;
}

body input[type=password]:hover,
body input[type=text]:hover{
  -webkit-transform:scale(1.01);
  -moz-transform:scale(1.01);
  -ms-transform:scale(1.01);
  -o-transform:scale(1.01);
  transform:scale(1.01);
  transition: transform 0.2s ease;
}

.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  text-align: center;
  display: none;
  z-index: 999999;
}

.load img {
  margin-top: 15%;
  width: 5%;
  height: auto;
}

a[href*="000webhost.com"]{
  display:none;
}