* {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
}

.todo {
  margin: auto;
  max-width: 990px;
}

header, section, footer {
  width: 100%;
  overflow: auto;
  height: auto;
}

header #encabezadoMostrado {
  float: left;
  width: 3%;
  position: absolute;
  background: #4f4f4f;
  height: 100vh;
}
header #encabezadoMostrado a {
  float: left;
  width: 100%;
  height: 100vh;
  text-align: center;
  margin-top: 20px;
}
header #encabezadoMostrado a i {
  font-size: 20px;
  color: #fff;
}
header .menu {
  float: left;
  position: absolute;
  width: 11%;
  z-index: 90000000;
  top: 0;
  left: -300;
  height: 100%;
  padding: 0.4em 0;
  background: #4f4f4f;
  color: #ffffff;
  text-align: center;
  font-size: 0;
}
header .menu #barra {
  float: right;
  width: 20%;
  background: #4f4f4f;
  border-radius: 10px;
  padding: 5px;
  margin-right: -15px;
}
header .menu #barra i {
  font-size: 20px;
  color: #fff;
}
header .menu #imagenMenu {
  margin: 25px 0px 5px 0px;
}
header .menu #imagenMenu img {
  width: 75%;
  text-align: center;
}
header .menu #menuOpciones {
  float: center;
}
header .menu #menuOpciones ul {
  float: left;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: -10px;
  z-index: 99999;
}
header .menu #menuOpciones ul > li {
  float: left;
  list-style: none;
  padding: 0px;
}
header .menu #menuOpciones ul > li ul {
  margin-top: 66px;
  background: #4f4f4f;
  position: absolute;
  transform: translateY(-200px);
  transition: all 0.5s ease;
  padding: 0px;
}
header .menu #menuOpciones ul > li ul li {
  float: left;
  width: 100%;
  padding: 0px;
}
header .menu #menuOpciones ul > li ul li a {
  float: left;
  width: 100%;
  margin: 0px;
  font-size: 18px;
  padding: 5px 15px 10px 15px;
}
header .menu #menuOpciones ul > li ul li:hover {
  background: #575757;
}
header .menu #menuOpciones ul > li:hover ul {
  transform: translateY(0);
}
header .menu #menuOpciones ul > li > a {
  float: left;
  font-size: 25px;
  padding: 15px 25px 15px 25px;
  color: #fff;
}
header .menu #menuOpciones ul > li > a .notification {
  position: absolute;
  top: -3px;
  margin-left: -6px;
}
header .menu #menuOpciones ul > li > a:first-child {
  margin-right: 0px;
}
header .menu #menuOpciones ul > li > a:last-child {
  margin-right: 0px;
}
header .menu #menuOpciones ul > li > a:hover, header .menu #menuOpciones ul > li > a:active, header .menu #menuOpciones ul > li > a:focus {
  text-decoration: none;
}
header .menu #selectInfo {
  float: left;
  width: 100%;
}
header .menu #selectInfo #informacionUsuario {
  float: left;
  width: 100%;
  text-align: right;
  background-color: #4f4f4f;
  margin-bottom: 5px;
  padding: 0px 0px 0px 0px;
}
header .menu #selectInfo #informacionUsuario i {
  font-size: 45px;
}
header .menu #selectInfo #informacionUsuario if {
  font-size: 20px;
}
header .menu #selectInfo #informacionUsuario a {
  pointer-events: auto;
  position: relative;
  display: block;
  min-width: 0.5em;
  margin-bottom: 0.3em;
  padding: 0.5em;
  line-height: 100%;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
}
header .menu > ul {
  float: left;
  width: 100%;
}
header .menu > ul > li:first-child {
  display: none;
  background: #000000;
}
header .menu > ul li {
  display: block;
  pointer-events: none;
  position: relative;
  vertical-align: middle;
  list-style: none;
  line-height: 100%;
  transform: translateZ(0);
}
header .menu > ul li:hover ul {
  transform: translateX(0);
  background: #4f4f4f;
}
header .menu > ul li a {
  background: #4f4f4f;
  pointer-events: auto;
  position: relative;
  display: block;
  min-width: 5em;
  margin-bottom: 0.4em;
  padding: 0.4em;
  line-height: 100%;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  transition: background 0.3s;
}
header .menu > ul li a i {
  display: block;
  margin-bottom: 0.05em;
  font-size: 1.7em;
}
header .menu > ul li a span {
  font-size: 0.625em;
  font-family: sans-serif;
  text-transform: uppercase;
}
header .menu > ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 4px;
  opacity: 0;
}
header .menu > ul li a:active, header .menu > ul li a:focus {
  background: #e20d6d;
}
header .menu > ul li:hover {
  z-index: 100;
}
header .menu > ul li:hover a {
  background: #e20d6d;
}
header .menu > ul li:hover a:after {
  opacity: 1;
}
header .menu > ul li ul {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100%;
  height: 100%;
  width: auto;
  white-space: nowrap;
  transform: translateX(-100%);
  background: #4f4f4f;
  transition: 0.5s transform;
  transition-delay: 0.5s;
}
header .menu > ul li ul li {
  display: inline-block;
  margin-top: -1px;
}
header .menu > ul li ul li ul {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  height: 0%;
  width: auto;
  white-space: nowrap;
  transform: translateY(100%);
  background: #4f4f4f;
  transition: 0.3s transform;
}
header .menu > ul li ul li ul li {
  display: none;
}
header .menu > ul li ul li ul li a {
  margin-top: 0px;
  margin-bottom: 0px;
}
header .menu > ul li ul li ul li a:hover {
  background-color: #e20d6d;
}
header .menu > ul li ul li:hover ul {
  height: 90%;
  transform: translateY(98%);
  background: #4f4f4f;
}
header .menu > ul li ul li:hover ul li {
  display: inline-block;
}
header .menu > ul li ul li:hover a {
  background: #4f4f4f;
}
@keyframes circle {
  50% {
    transform: scale(1.26923077);
  }
}
@keyframes initials {
  50% {
    transform: translateY(-8px) translateZ(0);
  }
}
header .ild-ident {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
header .ild-ident svg {
  overflow: visible;
  transform: translateZ(0);
}
header .ild-ident svg .circle-holder {
  transform: translate(-7px, -7px);
}
header .ild-ident svg .circle {
  transform: translate(7px, 7px);
  fill: #7D294E;
}
header .ild-ident svg.active .i {
  animation: initials 0.4s ease-in-out;
}
header .ild-ident svg.active .l {
  animation: initials 0.4s 0.2s ease-in-out;
}
header .ild-ident svg.active .circle {
  animation: circle 0.5s 0.1s ease-in-out;
}

section #logo {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
section #logo img {
  width: 40%;
}
section #todoContenido {
  float: right;
  width: 95%;
  margin-right: 10px;
}
section #todoContenidoCompleto {
  float: right;
  width: 98%;
  margin-right: 10px;
}
section h1 {
  color: #1a731a;
  font: bold 20px Trebuchet MS;
  text-align: center;
  margin: 15px;
}
section .table {
  text-align: center;
}
section .table thead {
  background-color: #e20d6d;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: var(--tLetra);
}
section .table tbody {
  text-align: center;
}
section .tableAlto {
  text-align: center;
}
section .tableAlto thead {
  background-color: #e20d6d;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: var(--tLetra);
}
section .tableAlto tbody {
  text-align: center;
}
section .tableAlto th {
  height: 70px;
}
section .lineaTexto {
  float: left;
  width: 100%;
  text-align: center;
  background: #4f4f4f;
  color: #fff;
  font-size: 20px;
  padding: 10px 0px 10px 0px;
}
section #ingresosActivos {
  float: left;
  width: 98%;
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px;
}
section #listados {
  float: left;
  width: 100%;
  margin-top: 20px;
}
section .lineaTextoListados {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 0px 10px 0px;
  font-size: 25px;
  background-color: #4f4f4f;
  margin-bottom: 20px;
  color: #fff;
}
section .titulo {
  float: left;
  width: 100%;
  background: #000;
  text-align: center;
  padding: 5px 0px 5px 0px;
  color: #fff;
}
section .tituloES {
  float: left;
  width: 100%;
  background: #0de289;
  text-align: center;
  padding: 10px 0px 7px 0px;
  color: #fff;
}
section .tituloCentrado {
  margin-left: 20%;
  display: inline-block;
  width: 60%;
  background: #0de289;
  text-align: center;
  padding: 10px 0px 7px 0px;
  color: #fff;
  font-size: 18px;
}
section #iconos option {
  position: relative;
}
section #iconos option:before {
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 0;
}

.table-striped tr:nth-child(2n) {
  background: #c2c2c2;
}

.gris {
  background: #635b52;
  border: 1px solid #635b52;
}
.gris:hover, .gris:active, .gris:focus, .gris:visited {
  background: #7a756f;
  border: 1px solid #7a756f;
}

.negro {
  background: #000;
  border: 1px solid #131313;
}
.negro:hover, .negro:active, .negro:focus, .negro:visited {
  background: #131313;
  border: 1px solid #131313;
}

.smartforms-modal-header {
  background: #0d2e63;
}
.smartforms-modal-header .smartforms-modal-close {
  background-color: #0d2e63;
}

.table-cita tr:nth-child(1n) {
  background: #3578e5;
  color: #FFFFFF;
  font-size: 19px;
}

/*Nuevo*/
.titulosPag {
  font-size: 10px;
  color: #9b9999;
  float: right;
}

.buttonV {
  border-color: #B5C1C7;
  background-color: #1abc9c;
  border-style: solid;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  padding: 2px;
  padding-right: 10px;
  padding-left: 10px;
  color: white;
}

.styleTable {
  border-color: #3578e5; /*Borde exterior tabla y celdas*/
  border-style: solid;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 6px;
  border-bottom-width: 6px;
  color: #FFFFFF;
  font-size: 19px;
}

.celdaInfo {
  border-color: #3578e5; /*Borde interior celda*/
  border-style: solid;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-width: 4px;
  border-bottom-width: 4px;
  color: #2e2c75;
  font-family: Verdana;
  font-size: 14px;
  background-color: #E6E6E6;
}

.celdaTitulo {
  border-color: #2e2c75; /*Borde celda Azul claro 2e2c75*/
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  color: #ffffff;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  background-color: #2e2c75; /*Fondo celda Azul claro 2e2c75*/
}

.celdaTituloDP {
  color: #ffffff;
  font-family: Verdana;
  font-size: var(--tLetra) !important;
  font-weight: bold;
  background-color: #3578e5; /*Fondo celda Azul claro 2e2c75*/
}

.celdaInfoDP {
  color: #2e2c75;
  font-family: Verdana;
  font-size: var(--tLetra) !important;
  background-color: #E6E6E6;
}

#infoCamionesStatus {
  float: right;
}
#infoCamionesStatus .statusInfo {
  float: left;
  margin-left: 20px;
}
#infoCamionesStatus .statusInfo .cuadroInfo {
  float: left;
  width: 20px;
  height: 20px;
  border: 1px;
  border-radius: 5px;
  margin: -2px 5px 0px 0px;
}
#infoCamionesStatus .statusInfo .tamLetra {
  font-size: var(--tLetra) !important;
}

/*Opciones para ver el extra de los padecimientos, notas, alergias y medicamentos*/
nav a {
  color: #2e2c75;
}

nav a:hover {
  text-decoration: none;
  color: #2e2c75;
}

/*Para que se vea 3578e5*/
nav ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: relative;
}

/*Para acomodar los iconos*/
nav ul li {
  display: inline-block;
  text-align: left;
}

/* Lo oculta por default */
nav ul ul {
  display: none;
  position: absolute;
  background-color: #E6E6E6;
  border-color: #3578e5; /*Borde exterior tabla y celdas*/
  border-style: solid;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 0px;
  border-bottom-width: 6px;
  top: 24px;
  left: -410%;
  width: 517%;
  z-index: 3;
}

/* Para que se vea */
nav ul li:hover > ul {
  display: inherit;
}

/* FIN Opciones para ver el extra de los padecimientos, notas, alergias y medicamentos*/
#mapa {
  width: 500px;
  height: 275px;
  border: #000000 solid 0px;
  margin-top: 10px;
  margin-left: 20px;
}

#vermapa {
  width: 500px;
  height: 275px;
  border: #000000 solid 0px;
  margin-top: 10px;
  margin-left: 20px;
}

#logmapa {
  width: 500px;
  height: 275px;
  border: #000000 solid 0px;
  margin-top: 10px;
  margin-left: 20px;
}

@media screen and (max-width: 740px) {
  header .menu {
    float: left;
    position: inherit;
    width: 100%;
    z-index: 90000000;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0.4em 0;
    background: #4f4f4f;
    color: #ffffff;
    text-align: center;
    font-size: 0;
  }
  header .menu #imagenMenu {
    float: left;
    width: 25%;
    margin: 0px 0px 0px 0px;
    text-align: center;
    margin: auto;
  }
  header .menu #imagenMenu img {
    width: 80%;
    text-align: center;
  }
  header .menu #selectInfo {
    float: right;
    width: 70%;
  }
  header .menu #selectInfo #informacionUsuario {
    width: 100%;
    text-align: center;
    background-color: #4f4f4f;
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px;
  }
  header .menu #selectInfo #informacionUsuario i {
    font-size: 35px;
  }
  header .menu > ul > li {
    float: left;
    width: 100%;
    display: none;
    pointer-events: none;
    position: none;
    vertical-align: middle;
    list-style: none;
    line-height: 0%;
    transform: translateZ(0);
    margin-top: 0px;
  }
  header .menu > ul > li:first-child {
    float: left;
    width: 98.8%;
    display: block;
  }
  header .menu > ul > li:first-child a {
    float: left;
    width: 99%;
    background-color: #4f4f4f;
  }
  header .menu > ul > li:first-child a i {
    float: right;
  }
  header .menu > ul > li:hover ul {
    transform: none;
    background: none;
  }
  header .menu > ul > li > a {
    float: left;
    width: 100%;
    position: none;
    margin-bottom: 0px;
    padding: 0.4em;
    line-height: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    transition: background 0.3s;
  }
  header .menu > ul > li > a i {
    display: block;
    margin-bottom: 0.2em;
    font-size: 2em;
  }
  header .menu > ul > li > a span {
    font-size: 0.625em;
    font-family: sans-serif;
    text-transform: uppercase;
  }
  header .menu > ul > li > a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 4px;
    opacity: 0;
  }
  header .menu > ul > li > a:active, header .menu > ul > li > a:focus {
    background: #e20d6d;
  }
  header .menu > ul > li:hover {
    z-index: 100;
  }
  header .menu > ul > li:hover a {
    background: #e20d6d;
  }
  header .menu > ul > li:hover a:after {
    opacity: 1;
  }
  header .menu > ul > li > ul {
    float: left;
    width: 100%;
    display: none;
    position: inherit;
    z-index: 0;
    top: 0%;
    left: 0%;
    height: 100%;
    transform: translateX(0%);
  }
  header .menu > ul > li > ul > li {
    float: right;
    width: 90%;
    margin-top: -1px;
  }
  header .menu > ul > li > ul > li > a {
    float: left;
    width: 100%;
    display: block;
    background-color: #4f4f4f;
  }
  header .menu > ul > li > ul > li > ul {
    float: left;
    width: 100%;
    display: none;
    position: inherit;
    top: 0;
    left: 0%;
    height: 0%;
    transform: translateY(0%);
    background: #4f4f4f;
  }
  header .menu > ul > li > ul > li > ul > li {
    float: right;
    width: 90%;
    display: none;
  }
  header .menu > ul > li > ul > li > ul > li > a {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  header .menu > ul > li > ul > li > ul > li > a:hover {
    background-color: #e20d6d;
  }
  header .menu > ul > li > ul > li:hover ul {
    height: 90%;
    background: none;
    transform: none;
  }
  header .menu > ul > li > ul > li:hover a {
    background: #4f4f4f;
  }
  section #todoContenido {
    float: left;
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 500px) {
  header #encabezadoMostrado {
    display: none;
  }
  header .menu #imagenMenu {
    width: 100%;
  }
  header .menu #imagenMenu img {
    width: 30%;
    padding: 0px 0px 0px 200px;
  }
  header .menu #selectInfo {
    float: right;
    width: 100%;
  }
  header .menu #selectInfo #informacionUsuario {
    width: 100%;
    text-align: center;
    background-color: #4f4f4f;
    margin-bottom: 0px;
    padding: 0px 0px 0px 100px;
  }
  header .menu #selectInfo #informacionUsuario i {
    font-size: 35px;
  }
}
#carriles {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#carriles .carrilOri {
  float: left;
  margin-left: 10px;
  margin-right: 40px;
  margin-bottom: 10px;
}
#carriles .carrilOri:last-child {
  margin-right: 0px;
}
#carriles .carrilOri .carrilIzquierda {
  float: left;
  padding-right: 10px;
  border-right: 20px solid;
  -o-border-image: url("../images/izquierdo.jpg") 10 repeat;
     border-image: url("../images/izquierdo.jpg") 10 repeat;
}
#carriles .carrilOri .carrilIzquierda div {
  height: auto;
  padding: 10px;
  border: 3px solid #000;
  border-radius: 5px;
  margin-left: 10px;
}
#carriles .carrilOri .carrilDerecha {
  float: left;
  border-left: 18.5px solid;
  -o-border-image: url("../images/derecha.jpg") 8 repeat;
     border-image: url("../images/derecha.jpg") 8 repeat;
}
#carriles .carrilOri .carrilDerecha div {
  height: auto;
  padding: 10px;
  border: 3px solid #000;
  border-radius: 5px;
  margin-left: 10px;
}

.smartforms-modal table tr td {
  border-right: 1px solid #000;
}
.smartforms-modal table tr td:last-child {
  border-right: 0px;
}

.ocultoRefa {
  display: none;
}

#notificaciones {
  float: right;
  width: 100%;
}
#notificaciones a {
  float: right;
  width: 55%;
  z-index: 1000000;
}
#notificaciones a i {
  float: left;
}
#notificaciones a span {
  float: left;
  background: #000;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px 5px 10px;
  border-radius: 40px;
  margin-top: 15px;
  margin-left: -10px;
}

.reportes {
  float: left;
  border: 1px solid #000;
  width: 150px;
  text-align: center;
  margin-left: 10px;
  padding: 10px;
  color: #333;
  margin-top: 10px;
}
.reportes i {
  font-size: 30px;
}
.reportes #tituloR {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.reportes:hover {
  background: #333;
  color: #fff;
}

.catalogosOcultos {
  float: left;
  margin-top: 100px;
  position: absolute;
  display: none;
  border: 1px solid #000;
  margin-left: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.catalogosOcultos .reportes {
  background: #333;
  color: #fff;
}
.catalogosOcultos .reportes:hover {
  background: #F0FFFF;
  color: #333;
}

.moreInfoL {
  width: 30px;
  right: 0px;
  z-index: 100000;
  position: fixed;
  background: #969696;
  padding: 5px 30px 5px 10px;
  border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  border: 0px solid #000000;
}
.moreInfoL i {
  color: #fff;
  font-size: 25px;
}

.moreInfoR {
  width: 30px;
  right: 0px;
  position: fixed;
  background: #969696;
  padding: 5px 30px 5px 10px;
  border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  border: 0px solid #000000;
  z-index: 100000;
  color: #fff;
  transition: all ease 0.1s;
}
.moreInfoR i {
  float: left;
  color: #fff;
  font-size: 25px;
  margin-right: 10px;
}
.moreInfoR span {
  float: left;
  color: #fff;
  display: none;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}
.moreInfoR:hover {
  width: 170px;
  color: #fff;
}
.moreInfoR:hover span {
  display: block;
}

.fixbar {
  right: -50%;
  top: 120px;
  position: fixed;
  padding: 5px;
  background: #969696;
  z-index: 1000000000;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.75);
}
.fixbar input[type=text] {
  float: right;
  width: 250px;
  padding: 5px 0px 5px 5px;
}
.fixbar a {
  float: left;
  color: #fff;
  background: #000;
  border-radius: 50px;
  margin-left: -20px;
  margin-top: -15px;
  margin-right: 5px;
  padding: 6px;
}
.fixbar ul {
  padding: 10px;
  list-style: none;
}
.fixbar ul li {
  text-align: left;
}
.fixbar ul li input {
  float: left;
}
.fixbar ul li span {
  margin-left: 5px;
}

.fixbarL {
  left: -50%;
  top: 120px;
  position: fixed;
  padding: 5px;
  background: #969696;
  z-index: 1000000000;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.75);
}
.fixbarL input[type=text] {
  float: right;
  width: 250px;
  padding: 5px 0px 5px 5px;
}
.fixbarL a {
  float: right;
  color: #fff;
  background: #000;
  border-radius: 50px;
  margin-left: 50px;
  margin-top: -15px;
  margin-right: 0px;
  padding: 6px;
}
.fixbarL ul {
  padding: 10px;
  list-style: none;
}
.fixbarL ul li {
  text-align: left;
}
.fixbarL ul li input {
  float: left;
}
.fixbarL ul li span {
  margin-left: 5px;
}

.nomMec {
  float: left;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0px 5px 0px;
}

.filtrosFechas {
  float: left;
  width: 100%;
  background: #000;
  text-align: center;
  color: #fff;
  padding: 5px 0px 5px 0px;
}

.subtituloReportes {
  float: left;
  width: 100%;
  background: #0669b4;
  text-align: center;
  color: #000;
  padding: 5px 0px 5px 0px;
}

.ui-tabs {
  float: left;
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  border-bottom: 1px solid #000;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  background-color: #bdbdbd;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  color: #000;
  text-decoration: none;
  border: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 5px;
  background: #1b4e85;
  color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  color: #fff;
  border: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

@media print {
  header #encabezadoMostrado {
    display: none;
  }
  .moreInfoR {
    display: none;
  }
}/*# sourceMappingURL=estilo.css.map */