/* -------------------------------------------------- 
   Tabla de contenidos
-----------------------------------------------------
:: Estilos compartidos
:: Impresion
:: Menu Izquierda
:: Meny
:: Timeout
:: Chat
:: Inicio de Sesion
:: Verificacion Dactilar
:: Barra de Estadisticas
:: Principal
:: Catalogos
*/
/* -----------------------------------------
   Estilos compartidos
----------------------------------------- */
/* line 20, app.scss */
html, body {
  height: 100%;
  overflow: hidden;
}

.mce-path {/* CSS */
    display: none !important;
}

.seleccionColoresSmall {
  height: 10px;
}

.center-text {
  text-align: center;
}

/* line 24, app.scss */
body {
  background-color: #222;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=);
  background-repeat: repeat;
}

/* line 29, app.scss */
a {
  -webkit-transition: 0.15s color ease;
  -moz-transition: 0.15s color ease;
  -ms-transition: 0.15s color ease;
  -o-transition: 0.15s color ease;
  transition: 0.15s color ease;
}

/* line 36, app.scss */
a:hover {
  text-decoration: none;
}

/* line 37, app.scss */
.xdebug-error tr td, .xdebug-error tr th {
  font-size: 14px;
}

/* line 38, app.scss */
.container > .navbar-header, .container > .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 39, app.scss */
.mayusculas {
  text-transform: uppercase;
}

/* line 40, app.scss */
.minusculas {
  text-transform: lowercase;
}

/* line 41, app.scss */
.input-0 {
  width: 20px;
}

/* line 42, app.scss */
.input-035 {
  width: 35px;
}

/* line 43, app.scss */
.input-05 {
  width: 45px;
}

/* line 44, app.scss */
.input-06 {
  width: 50px;
}

/* line 45, app.scss */
.input-1 {
  width: 70px;
}

/* line 46, app.scss */
.input-2 {
  width: 100px;
}

/* line 47, app.scss */
.input-3 {
  width: 200px;
}

/* line 48, app.scss */
.input-4 {
  width: 300px;
}

/* line 49, app.scss */
.input-5 {
  width: 400px;
}

/* line 50, app.scss */
.input-6 {
  width: 500px;
}

/* line 51, app.scss */
.input-7 {
  width: 600px;
}

/* line 52, app.scss */
.input-8 {
  width: 700px;
}

/* line 53, app.scss */
.input-9 {
  width: 960px;
}

/* line 54, app.scss */
#mensaje-antes {
  color: #C1C1C1;
  background-color: #EAEAEA;
  font-size: 30px;
  padding: 80px 0;
  text-align: center;
}

/* line 61, app.scss */
.centrar {
  margin: 0 auto;
}

/* line 63, app.scss */
.tabla-inputs tr:nth-child(even) td {
  padding-bottom: 10px;
}

/* line 67, app.scss */
.tooltip-diferencia-precio {
  font-size: 12px;
}

/* line 70, app.scss */
.input-error {
  background: #FFC4C4;
}

/* line 73, app.scss */
.input-ok {
  background: #D0F7B2;
}

/* line 76, app.scss */
.table-bordered thead tr th {
  vertical-align: middle;
}

/* line 79, app.scss */
.fila-check {
  margin: 9px 14px 0 !important;
}

/* line 82, app.scss */
.fila-check-mini {
  margin: 9px 0 0 !important;
}

/* line 85, app.scss */
.fila-check-reparacion {
  margin: 0 !important;
}

/* line 88, app.scss */
.no-margenes {
  margin: 0 !important;
}

/* line 91, app.scss */
.body-estilo-blanco {
  background-color: #FFF;
  background-image: none;
  overflow: auto;
  height: auto;
}

/* line 97, app.scss */
.liquido {
  width: 100%;
}

/* line 100, app.scss */
.table-centrar tbody tr td {
  text-align: center;
}

/* line 103, app.scss */
.table-pequeno {
  font-size: 12px;
  text-align: center;
}
/* line 106, app.scss */
.table-pequeno tbody tr td input {
  font-size: 12px;
}

/* line 110, app.scss */
.texto-gris {
  color: #BABABA;
}

/* line 113, app.scss */
.columna-verde td {
  background-color: #32CD32 !important;
}

.columna-azul td {
  background-color: #B5DCE8 !important;
}

/* line 116, app.scss */
.columna-verde td {
  background-color: #90EE90 !important;
}

/* line 119, app.scss */
.columna-roja td {
  background-color: #FF9191 !important;
}

/* line 122, app.scss */
.columna-amarilla td {
  background-color: #90EE90 !important;
}

/* line 125, app.scss */
.import_export_formato {
  width: 100%;
  max-width: 100%;
}

/* -----------------------------------------
	Bootstrap Overrides
----------------------------------------- */
/* line 133, app.scss */
#imprimir-bg {
  background-color: #F00;
  padding: 10px 0;
}

/* line 137, app.scss */
#imprimir-titulo {
  font-size: 24px;
  font-weight: bold;
  float: left;
}

/* line 142, app.scss */
#imprimir-subtitulo {
  font-size: 24px;
  font-weight: bold;
  float: right;
}

/* line 147, app.scss */
.table-imprimir {
  margin-top: 20px;
  font-size: 10px;
}
/* line 150, app.scss */
.table-imprimir thead > tr > th, .table-imprimir tbody > tr > th, .table-imprimir tfoot > tr > th, .table-imprimir thead > tr > td, .table-imprimir tbody > tr > td, .table-imprimir tfoot > tr > td {
  padding: 4px;
}

/* -----------------------------------------
	Bootstrap Overrides
----------------------------------------- */
/* line 158, app.scss */
.well {
  margin-bottom: 0;
}

/* line 159, app.scss */
.form-control {
  display: inline-block;
}

/* line 161, app.scss */
.form-horizontal .error .help-block, .form-horizontal .error .control-label, .form-horizontal .error .radio, .form-horizontal .error .checkbox, .form-horizontal .error .radio-inline, .form-horizontal .error .checkbox-inline {
  color: #B94A48;
}
/* line 164, app.scss */
.form-horizontal .error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 169, app.scss */
.form-horizontal .error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 176, app.scss */
.form-horizontal .success .help-block, .form-horizontal .success .control-label, .form-horizontal .success .radio, .form-horizontal .success .checkbox, .form-horizontal .success .radio-inline, .form-horizontal .success .checkbox-inline {
  color: #468847;
}
/* line 179, app.scss */
.form-horizontal .success .form-control {
  color: #468847;
  border-color: #3c763d;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
/* line 185, app.scss */
.form-horizontal .success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #7aba7b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #7aba7b;
}

/* line 191, app.scss */
.escondido {
  display: none;
}

/* line 192, app.scss */
.titulo-global {
  font-family: 'LatoBold';
  font-size: 26px;
  margin: 3px 15px 0;
}

/* line 197, app.scss */
.subtitulo-global {
  font-family: 'LatoBold';
  font-size: 22px;
  margin: 0px 0 10px;
}

/* line 202, app.scss */
.icono-mensaje {
  margin-right: 5px;
}

/* line 205, app.scss */
.tabla-estilizada {
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1px;
  border-collapse: collapse;
  text-align: center;
  margin: 5px 0 20px;
  width: 100%;
}

/* line 214, app.scss */
.tabla-estilizada tbody td {
  padding: 4px 5px;
  text-align: left;
}

/* line 218, app.scss */
.tabla-estilizada thead th, .tabla-estilizada tfoot td {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0 6px;
  text-align: center;
  background-color: #222;
  border-right: 1px dotted #666;
  border-top: 3px solid #666;
  -moz-box-shadow: 0px -1px 4px black;
  -webkit-box-shadow: 0px -1px 4px black;
  box-shadow: 0px -1px 4px black;
  text-shadow: 0px 0px 1px #fff;
  text-shadow: 1px 1px 1px #000;
}

/* line 233, app.scss */
.tabla-zebra tbody tr:nth-child(odd) {
  background-color: #EAEAEA;
}

/* line 236, app.scss */
.form-horizontal label {
  font-family: 'OpenSansLight';
  font-weight: normal;
}

/* -----------------------------------------
	Menu Izquierda
----------------------------------------- */
/* line 244, app.scss */
#menu-izquierda {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow-x: hidden;
  background-image: url("../img/bg-menu.png");
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Lato";
  width: 300px;
}
/* line 255, app.scss */
#menu-izquierda #logo {
  width: 300px;
  height: 161px;
  background-image: url("../img/logo_izq.png");
  box-shadow: 0 1px 12px #000;
  border-bottom: 1px #2E3E5A solid;
  background-repeat: no-repeat;
}

/* line 264, app.scss */
.menu-izq, .menu-izq ul, .menu-izq li {
  list-style: none;
}

/* line 268, app.scss */
.menu-izq ul {
  padding: 0;
  margin: 0;
  background-color: #2C364D;
}

/* line 274, app.scss */
.menu-izq {
  padding: 0px;
  margin: 0px;
}

/* line 279, app.scss */
.menu-izq > li {
  margin: 0;
}

/* line 283, app.scss */
.menu-izq > li li {
  margin: 0;
}

/* line 287, app.scss */
.menu-izq a {
  color: #FFF;
  display: block;
  outline: none;
  text-decoration: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-weight: 400;
}
/* line 295, app.scss */
.menu-izq a:hover {
  text-decoration: none;
  background-color: #082139;
  box-shadow: 0 0 10px #4681BC;
}

/* line 303, app.scss */
.menu-izq ul a:hover {
  text-decoration: none;
  background-color: #1A273E;
  box-shadow: 0 0 10px #4681BC;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

/* line 312, app.scss */
.menu-izq li ul ul li a:hover {
  text-decoration: none;
  background-color: #0D1729;
  box-shadow: 0 0 10px #4681BC;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

/* line 321, app.scss */
.menu-izq li ul ul ul li a:hover {
  text-decoration: none;
  background-color: #050A0F;
  box-shadow: 0 0 10px #4681BC;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

/* line 329, app.scss */
.menu-izq a .caret {
  float: right;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-top: 8px;
  margin-left: 2px;
}

/* line 343, app.scss */
.menu-izq a:hover .caret {
  border-top-color: #fff;
}

/* line 347, app.scss */
.menu-izq li.open > a > .caret {
  border-top: none;
  border-bottom: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 354, app.scss */
.menu-izq li.open > a:hover > .caret {
  border-bottom-color: #fff;
}

/* line 358, app.scss */
.menu-izq a:hover, .menu-izq li.active > a {
  background-color: #153B62;
}

/* line 362, app.scss */
.menu-izq > li.active > a {
  background-color: #4D90FE;
}

/* line 366, app.scss */
.menu-izq li a {
  padding: 4px 0 5px 43px;
  color: #EAEAEA;
  font: 14px "LatoLight";
}

/* line 372, app.scss */
.menu-izq li ul ul li a {
  font: 14px "LatoLight";
  padding: 4px 0 5px 63px;
  background-color: #1A273E;
  color: #EAEAEA;
}

/* line 379, app.scss */
.menu-izq li ul ul ul li a {
  font: 14px "LatoLight";
  padding: 4px 0 5px 83px;
  background-color: #0D1729;
  color: #EAEAEA;
}

/* line 386, app.scss */
.menu-izq > li > a {
  font: 16px/20px "LatoLight";
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  padding: 8px 10px;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

/* -----------------------------------------
   Barra de Estadisticas
----------------------------------------- */
/* line 396, app.scss */
#barra-estadisticas {
  background: url("../img/bg-barra_acciones.jpg");
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #FF0;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
/* line 406, app.scss */
#barra-estadisticas div {
  position: relative;
  top: 1px;
}
/* line 410, app.scss */
#barra-estadisticas strong {
  font: 16px "OpenSansBold";
  margin-left: 10px;
  color: #FFF;
}
/* line 415, app.scss */
#barra-estadisticas .estadistica {
  border-left: 1px #777 solid;
  height: 26px;
  float: left;
  padding: 0 20px;
}
/* line 421, app.scss */
#barra-estadisticas .estadistica:first-child {
  border-left: none;
  margin-left: 33px;
}

/* line 426, app.scss */
#copyright {
  color: #FFF;
}

/* -----------------------------------------
   Principal
----------------------------------------- */
/* line 433, app.scss */
#contenedor-principal {
  margin: 51px auto 50px;
  background-color: #F8F8F8;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
/* line 437, app.scss */
#contenedor-principal h1 {
  font-family: 'OpenSansRegular';
  font-weight: regular;
  font-size: 32px;
  margin-bottom: 0;
}

/* line 444, app.scss */
.dropdown-submenu {
  position: relative;
}

/* line 445, app.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 446, app.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 447, app.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 448, app.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 449, app.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 449, app.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* -----------------------------------------
   Catalogos
----------------------------------------- */
/* line 454, app.scss */
.tabla-datos {
  margin: 5px 0 20px;
}
/* line 456, app.scss */
.tabla-datos tbody tr td {
  vertical-align: middle;
}
/* line 459, app.scss */
.tabla-datos .centrar {
  text-align: center;
}
/* line 461, app.scss */
.tabla-datos .centrar .btn-group {
  text-align: left;
}

/* -----------------------------------------
   Verificacion Dactilar
----------------------------------------- */
/* line 470, app.scss */
#verificacion-bg {
  background: url("../img/bg2.jpg");
  height: 100%;
}

/* line 474, app.scss */
#verificacion {
  text-align: center;
  padding-top: 20px;
}
/* line 477, app.scss */
#verificacion #codigo {
  font-size: 16px;
  padding: 15px 25px;
  text-align: center;
}
/* line 482, app.scss */
#verificacion #fondo {
  background: #3f4c6b;
  background: -moz-linear-gradient(top, #3f4c6b 0%, #393051 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f4c6b), color-stop(100%, #393051));
  background: -webkit-linear-gradient(top, #3f4c6b 0%, #393051 100%);
  background: -o-linear-gradient(top, #3f4c6b 0%, #393051 100%);
  background: -ms-linear-gradient(top, #3f4c6b 0%, #393051 100%);
  background: linear-gradient(to bottom, #3f4c6b 0%, #393051 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4c6b', endColorstr='#393051',GradientType=0 );
  padding: 25px 0;
  text-align: center;
}
/* line 494, app.scss */
#verificacion #resultado {
  font-family: OpenSansBold;
  color: #FFF;
  text-shadow: 0 10px 10px #111;
}
/* line 499, app.scss */
#verificacion #texto-grande {
  font-size: 3em;
  line-height: 100%;
  letter-spacing: -4px;
}
/* line 504, app.scss */
#verificacion #texto-hora {
  font-size: 3em;
  line-height: 100%;
  color: #FF0;
}
/* line 509, app.scss */
#verificacion ::-moz-selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}
/* line 510, app.scss */
#verificacion ::selection {
  background: #5af;
  color: #fff;
  text-shadow: none;
}
/* line 512, app.scss */
#verificacion .container {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 513, app.scss */
#verificacion .clock {
  margin: 0 auto;
  color: #000;
}
/* line 514, app.scss */
#verificacion #Date {
  font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
  font-size: 36px;
  text-align: center;
  text-shadow: 0 0 5px #F00;
}
/* line 515, app.scss */
#verificacion ul {
  width: 800px;
  margin: 0 auto 0;
  padding: 0px;
  list-style: none;
  text-align: center;
}
/* line 516, app.scss */
#verificacion ul li {
  display: inline;
  font-size: 10em;
  text-align: center;
  font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
  text-shadow: 0 0 10px #F00;
  line-height: 80%;
}
/* line 517, app.scss */
#verificacion #point {
  position: relative;
  -moz-animation: mymove 1s ease infinite;
  -webkit-animation: mymove 1s ease infinite;
  padding-left: 10px;
  padding-right: 10px;
}

@-webkit-keyframes mymove {
  /* line 521, app.scss */
  0% {
    opacity: 1.0;
    text-shadow: 0 0 20px #F00;
  }

  /* line 522, app.scss */
  50% {
    opacity: 0;
    text-shadow: none;
  }

  /* line 523, app.scss */
  100% {
    opacity: 1.0;
    text-shadow: 0 0 20px #F00;
  }
}

@-moz-keyframes mymove {
  /* line 526, app.scss */
  0% {
    opacity: 1.0;
    text-shadow: 0 0 20px #F00;
  }

  /* line 527, app.scss */
  50% {
    opacity: 0;
    text-shadow: none;
  }

  /* line 528, app.scss */
  100% {
    opacity: 1.0;
    text-shadow: 0 0 20px #F00;
  }
}

/* RSS Ticker */
/* line 532, app.scss */
#scrollerWrapper {
  overflow: hidden;
  height: 30px;
}

/* line 536, app.scss */
#scroller {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

/* line 542, app.scss */
#scroller li {
  float: left;
  list-style-type: none;
}

/* line 547, app.scss */
#preferencias-imagenes-fondo img {
  margin-right: 8px;
  margin-bottom: 8px;
}

/* line 551, app.scss */
#preferencias-imagenes-fondo img:hover {
  cursor: pointer;
}

.nonstyle-input { background-color: transparent; border: none; }

.evo-pop{z-index:10000;width:204px;padding:3px 3px 0}.evo-pop-ie{z-index:10000;width:212px;padding:3px}.evo-palette td{font-size:1px;border:solid 1px #c0c0c0;padding:7px;cursor:pointer}.evo-palette tr.top>td{border-bottom:0}.evo-palette tr.in>td{border-top:0;border-bottom:0}.evo-palette tr.bottom>td{border-top:0}.evo-palette div.sep{height:3px}.evo-palette,.evo-palette-ie{border-collapse:separate;border-spacing:4px 0;*border-collapse:expression('separate',cellSpacing='2px')}.evo-palette th,.evo-palette-ie th{border:0;padding:5px 3px;text-align:left;font-weight:normal;background:transparent!important}.evo-palette-ie td{font-size:1px;border:solid 1px #c0c0c0;padding:7px;cursor:pointer}.evo-palette2,.evo-palette2-ie{margin:auto;border-collapse:collapse}.evo-palette2 td,.evo-palette2-ie td{font-size:1px;cursor:pointer}.evo-palette2 td{padding:6px 7px}.evo-palette2-ie td{padding:5px}.evo-palcenter{padding:5px;text-align:center}.evo-colorind,.evo-colorind-ie,.evo-colorind-ff{border:solid 1px #c3c3c3;width:20px;height:20px;float:right}.evo-colorind{position:relative;top:2px}.evo-colorind-ie{position:relative;top:-23px}.evo-colorbox-ie{font-size:8px;padding:3px 9px!important}.evo-colortxt-ie{position:relative;top:-6px}.evo-pop:after,.evo-pop-ie:after,.evo-colorind:after,.evo-colorind-ie:after,.evo-colorind-ff:after,.evo-color span:after,.evo-cHist:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0}.evo-color{width:94px;padding:1px 3px 0 4px}.evo-color div{border:solid 1px #808080;border-right:solid 1px #c0c0c0;border-bottom:solid 1px #c0c0c0;padding:3px;margin-bottom:5px;width:10px;height:10px;float:left}.evo-color span{font-size:15px;margin:1px 0 4px 3px;float:left}.evo-sep{height:10px;font-size:0}.evo-more{padding:4px 5px 4px;font-size:smaller}.evo-cHist{padding:3px}.evo-cHist div{cursor:pointer;border:solid 1px #c0c0c0;padding:3px;margin:5px;width:10px;height:10px;float:left}a.evo-hist{margin-left:6px}.evo-pointer{cursor:pointer}

@-webkit-keyframes myanimation {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}

.checkout-wrap {
  color: #444;
  font-family: 'PT Sans Caption', sans-serif;
  margin: 40px auto;
  max-width: 1200px;
  position: relative;
}

ul.checkout-bar {
  margin: 0 20px;
}
ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 11px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ddd;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
}
ul.checkout-bar li.active {
  color: #8bc53f;
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #8bc53f;
  z-index: 99999;
}
ul.checkout-bar li.visited {
  background: #ECECEC;
  color: #57aed1;
  z-index: 99999;
}
ul.checkout-bar li.visited:before {
  background: #57aed1;
  z-index: 99999;
}
ul.checkout-bar li:nth-child(1):before {
  content: "1";
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar li:nth-child(7):before {
  content: "7";
}
ul.checkout-bar li:nth-child(8):before {
  content: "8";
}
ul.checkout-bar li:nth-child(9):before {
  content: "9";
}
ul.checkout-bar li:nth-child(10):before {
  content: "10";
}
ul.checkout-bar a {
  color: #57aed1;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #8bc53f;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }

  .checkout-wrap {
    margin: 30px auto 10px;
  }

  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 9%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 30%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 84%;
    z-index: 99;
  }
}

.linkdepa {
  color: #FFF;
}
.linkdepa:hover {
  color: #FFF;
}
.departamento-gris {
    background-color: #A5E2FD;
    width: 125px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    border: 3px #333 solid;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
}
.departamento-verde {
    background-color: #5DA55D;
    width: 125px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    border: 3px #333 solid;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
}
.departamento-naranja {
    background-color: #CB6EED;
    width: 125px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    border: 3px #333 solid;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
}
.departamento-roja {
    background-color: #F42A0F;
    width: 125px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    border: 3px #333 solid;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
}

.leyenda-gris {
    background-color: #A5E2FD;
    width: 60px;
    padding: 20px;
    display: inline-block;
    margin-right: 7px;
    margin-left: 120px;
}
.leyenda-naranja {
    background-color: #CB6EED;
    width: 60px;
    padding: 20px;
    display: inline-block;
    margin-right: 7px;
}
.leyenda-roja {
    background-color: #F42A0F;
    width: 60px;
    padding: 20px;
    display: inline-block;
    margin-right: 7px;
}
.leyenda-verde {
    background-color: #5DA55D;
    width: 60px;
    padding: 20px;
    display: inline-block;
    margin-right: 7px;
}
.leyenda {
    font-size: 16px;
    display: inline-block;
    position: relative;
}
.texto {
    position: absolute;
    bottom: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
}
.textoDif {
    position: absolute;
    bottom: -3px;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
}
.textoMini {
    font-size: 12px;
}
.torre {
  background-color: #111;
  color: #FFF;
  width: 253px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin-right: 26px;
  margin-bottom: 10px;
  font-weight: bold;
  border-radius: 7px;
}