.texto_pie {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

#header {
  float: left;
  height: auto;
  width: 94%;
  margin-left: 2.8%;
  margin-top: -10px;
}

#mizquierdo {
  float: left;
  height: 100%;
  width: 20%;
  background-color: #f0f0f0;
}

#header img {
  width: 100%;
  height: auto;
  margin-top: -10px;
}

#foot {
  float: left;
  height: auto;
  width: 100%;
  margin-left: 2.8%;
}

#login {
  float: left;
  height: 165px;
  width: 100%;
  border-bottom: solid 2px;
  padding-bottom: 40px;
}

#wrapper {
  float: left;
  height: auto;
  width: 94%;
  margin-left: 2.8%;
  margin-top: 2%;
  border-top: solid 2px;
  border-bottom: solid 1px;
}

#barritam {
  float: left;
  height: 50px;
  width: 100%;
  background-color: #f5deb3;
}

#barritac {
  float: right;
  height: 50px;
  width: 100%;
  background-color: #5993c0;
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-style: bold;
  font-variant: bold;
  font-weight: 500;
}

#contenidowrap {
  float: left;
  width: 80%;
  background-color: #ffffff;
}

#contenido {
  float: left;
  width: 80%;
  background-color: #ffffff;
}

.caja {
  height: 40%;
  margin: 20px;
  background-color: #ffffff;
  opacity: 0.6;
  z-index: 0;
  position: relative;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}

.caja p {
  margin-top: -10px;
  font-weight: bold;
  color: #000000;
}

.cajalogin {
  height: 80%;
  margin: 30px;
  background-color: #ffffff;
  padding: 10px !important;
}

input {
  margin-top: 8px;
}

.boton {
  background-color: #0f1e31;
  color: #ffffff;
  margin-top: 8px;
  margin-left: 30%;
  border: solid 1px #000000;
  font-size: 16px;
}

/*Gt Stylesheet */
#cssmenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
  width: 100%;
  float: left;
}

/* The container */
#cssmenu > ul {
  display: block;
  position: relative;
  /*width: 150px;*/
  width: 100%;
  background-color: #f0f0f0;
}

/* The list elements which contain the links */
#cssmenu > ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  /*width: 150px;	*/
}

/* General link styling */
#cssmenu > ul li a {
  /* Layout */
  display: block;
  position: relative;
  margin: 0;
  border-top: 1px #fff;
  border-bottom: 1px #157bbf;
  padding: 11px 20px;
  max-width: 100%;
  background-color: #f0f0f0;
  /* Typography */
  font-family: Helvetica, Arial, sans-serif;
  color: #3dafea;
  text-decoration: none;
  text-transform: uppercase;
  /*text-shadow: 0 1px 0 #fff;*/
  font-size: 13px;
  background-color: #f0f0f0;
  font-weight: 300;
  /* Background & effects */
  background-color: #f0f0f0;
}

/* Rounded corners for the first link of the menu/submenus */
#cssmenu > ul li:first-child > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0;
}

/* Rounded corners for the last link of the menu/submenus */
#cssmenu > ul li:last-child > a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0;
}

/* The hover state of the menu/submenu links */
#cssmenu > ul li > a:hover,
#cssmenu > ul li:hover > a {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background: #f0f0f0;
  background: -webkit-linear-gradient(bottom, #54cdf1, #74d7f3);
  background: -ms-linear-gradient(bottom, #54cdf1, #74d7f3);
  background: -moz-linear-gradient(bottom, #54cdf1, #74d7f3);
  background: -o-linear-gradient(bottom, #54cdf1, #74d7f3);
  border-color: transparent;
  color: #ffffff;
}

/* The arrow indicating a submenu */
#cssmenu > ul .has-sub > a::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */
  border: 4px solid transparent;
  color: #ffffff;
}

/* The same arrow, but with a darker color, to create the shadow effect */
#cssmenu > ul .has-sub > a::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}

/* Changing the color of the arrow on hover */
#cssmenu > ul li > a:hover::after,
#cssmenu > ul li:hover > a::after {
  border-left: 4px solid #fff;
}

#cssmenu > ul li > a:hover::before,
#cssmenu > ul li:hover > a::before {
  border-left: 4px solid rgba(0, 0, 0, 0.25);
}

/* THE SUBMENUS */
#cssmenu > ul ul {
  position: absolute;
  left: 150px;
  top: -9999px;

  opacity: 0;
  /* The fade effect, created using an opacity transition */
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
}

/* Showing the submenu when the user is hovering the parent link */
#cssmenu > ul li:hover > ul {
  top: 0px;
  opacity: 1;
}

.activo {
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;

  font-size: 13px;
  font-weight: 300;
  background: -webkit-linear-gradient(#54cdf1, #74d7f3);
  background: -ms-linear-gradient(#54cdf1, #74d7f3);
  background: -moz-linear-gradient(#54cdf1, #74d7f3);
  background: -o-linear-gradient(#54cdf1, #74d7f3);
  color: #ffffff;
}

.windows8 {
  position: relative;
  width: 78px;
  height: 78px;
  margin: auto;
}

.windows8 .wBall {
  position: absolute;
  width: 74px;
  height: 74px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.96s infinite;
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgb(0, 0, 0);
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

.windows8 #wBall_1 {
  animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
  animation-delay: 0.61s;
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s;
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }

  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }

  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }

  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }

  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }

  76% {
    opacity: 0;
    transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}

@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }

  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }

  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }

  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }

  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }

  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}

@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }

  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }

  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }

  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }

  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }

  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }

  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }

  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }

  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }

  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }

  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }

  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }

  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }

  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }

  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}

.tabla {
  width: 120%;
  margin-left: 40px;
  margin-top: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.spinner {
  min-width: 24px;
  min-height: 24px;
}

.spinner:before {
  content: "Loading…";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  margin-left: -10px;
}

.spinner:not(:required):before {
  content: "";
  border-radius: 50%;
  border-top: 2px solid #03ade0;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
  -webkit-animation: spinner 0.6s linear infinite;
}

#na {
  display: none;
  float: left;
  width: 74%;
  margin-left: 2.8%;
  z-index: 1;
  background-color: #000000;
  position: relative;
  padding-left: 20%;
}

.tablet table-title h3 {
  color: #fafafa;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

/*** Table Styles **/

.tablet {
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  margin-left: 5%;

  padding: 5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

.tablet th {
  color: #d5dde5;
  background: #1b1e24;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 12px;
  font-weight: 100;
  padding: 9px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-style: bold;
  font-variant: bold;
  font-weight: 500;
}

.tablet th:first-child {
  border-top-left-radius: 3px;
}

.tablet th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}

.tablet tr {
  border-top: 1px solid #c1c3d1;
  border-bottom: 1px solid #c1c3d1;
  color: #666b85;
  font-size: 11px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

.tablet tr:hover td {
  background: #4e5066;
  color: #ffffff;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}

.tablet tr:first-child {
  border-top: none;
}

.tablet tr:last-child {
  border-bottom: none;
}

.tablet tr:nth-child(odd) td {
  background: #ebebeb;
}

.tablet tr:nth-child(odd):hover td {
  background: #4e5066;
}

.tablet tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

.tablet tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

.tablet td {
  background: #ffffff;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 11px;
  padding: 10px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #c1c3d1;
}

.tablet td:last-child {
  border-right: 0px;
}

.tablet th.text-left {
  text-align: left;
}

.tablet th.text-center {
  text-align: center;
}

.tablet th.text-right {
  text-align: right;
}

.tablet td.text-left {
  text-align: left;
}

.tablet td.text-center {
  text-align: center;
}

.tablet td.text-right {
  text-align: right;
}

#na ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#na ul li {
  display: block;
  position: relative;
  float: left;
  border: 1px solid #000;
}

#na li ul {
  display: none;
}

#na ul li a {
  display: block;
  background: #000;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

#na ul li a:hover {
  background: #43ade1;
}

#na li:hover ul {
  display: block;
  position: absolute;
}

#na li:hover li {
  float: none;
}

#na li:hover a {
  background: #000;
}

#na li:hover li a:hover {
  background: #43ade1;
}

#na #drop-nav li ul li {
  border-top: 0px;
}

#na {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
