html {
  height: 100%;
}

body {
  height: 97%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

#pagina {
  width: 100%;
  height: 100%;
  border: 1px none;

  /* Firefox */
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;

  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  /* W3C */
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
}

table {
  border-spacing: 0px;
}

table.login {
  border: 1px solid black;
}

.titulo {
  border-bottom: 1px solid rgb(132, 132, 132);
  background: rgb(238, 238, 238); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(238, 238, 238, 1)),
    color-stop(100%, rgba(204, 204, 204, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  ); /* W3C */
  color: black;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.2em;

  padding-left: 5px;
  padding-right: 0px;

  margin-left: 0px;
  margin-right: 0px;
}
td {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
  margin-right: 0px;
  vertical-align: top;
}
td.login {
  text-align: right;
  vertical-align: middle;
}
tfoot td {
  text-align: center;
}

div.escritorio {
  width: 100%;
  height: 100%;
  border: 1px none red;

  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;

  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;

  /* W3C */
  display: box;
  box-orient: vertical;
}

div.cabeza {
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: left;
  -moz-box-align: center;

  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: left;
  -webkit-box-align: center;

  /* W3C */
  display: box;
  box-orient: horizontal;
  box-pack: left;
  box-align: center;

  border: 1px none green;
  height: 80px;
  width: 100%;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 0px;
}

div.titulosistema {
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: left;
  -moz-box-align: left;

  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: left;
  -webkit-box-align: left;

  /* W3C */
  display: box;
  box-orient: horizontal;
  box-pack: left;
  box-align: left;
  font-size: 2em;
  padding-left: 20px;
  border: 1px none red;
  width: 100%;
}

div.cuerpo {
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: left;
  -moz-box-align: top;

  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: left;
  -webkit-box-align: top;

  /* W3C */
  display: box;
  box-orient: horizontal;
  box-pack: left;
  box-align: top;

  border: 1px none blue;
}

div.cuerpo_izquierda {
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: left;
  -moz-box-align: center;

  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: left;
  -webkit-box-align: center;

  /* W3C */
  display: box;
  box-orient: vertical;
  box-pack: left;
  box-align: center;

  border: 1px none green;
  height: 100%;
  width: 200px;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
}

div.contenido {
  /* Firefox */
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: left;
  -moz-box-align: top;

  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: left;
  -webkit-box-align: top;

  /* W3C */
  display: box;
  box-orient: horizontal;
  box-pack: left;
  box-align: top;

  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px none red;
}

div.ventana {
  width: 650px;
  height: 450px;
  padding: 0.4em;
  position: relative;
}
div.ventana h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
}

table.filtros {
}

.cuadrorenta {
  background: #8aa6f6;
}

.tdclasificacion {
  background: #ffc081;
  font-weight: bold;
}

.tabla_clasificacion {
  border: 1px solid orange;
}

/*  Define the background color for all the ODD background rows  */
.tabla_clasificacion tr:nth-child(odd) {
  background: #ffe3c6;
}
/*  Define the background color for all the EVEN background rows  */
.tabla_clasificacion tr:nth-child(even) {
  background: #fff7ee;
}

.cuadroescaleras {
  background: #b5efba;
}
.cuadrotorres {
  background: #c8a5da;
}

.vertical-text {
  border: 1px solid black;
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);

  -ms-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;

  float: left;
}

.bar {
  height: 18px;
  text-align: center;
  font-size: 1.2em;
}

.date-pick {
  position: relative;
  z-index: 100;
}
