html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.espaciador {
  height: 37px;
}

.espacio10 {
  height: 10px;
  clear: left;
}

#mapa {
  height: calc(100vh - 52px);   /* http://salesforce.stackexchange.com/a/83342 */
  width: 100%;
  /* min-height: 100%; */
  max-height: none;
  /* border-left: 1px double #7777FF; */
}

#resumen {
  height: calc(100vh - 52px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 15px !important;
  padding-right: 26px !important;
  padding-top: 5px;
  margin-left: 5px;
  /* margin-right: -15px !important; */
  margin-top: 0px;
}

.tabla {
  margin-left: -15px;
  width: 112%;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.fila {
  width: 100%;
}

.columnaIzq {
  width: 150px;
  float: left;
  clear: left;
}

.columnaDer {
  float: left;
  width: calc(100% - 150px);
  height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.columnaDerGraf {
  float: left;
  width: 80px;
  height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grafico {
  float: right;
  width: calc(100% - 230px);
  margin-top: 8px;
}

.altoGrafico {
  height: 100%;
}

#graficoPoblacion, #graficoViviendas, #graficoCalidad, #graficoVotos, #graficoOcupados, #graficoActivos {
  float: left;
  margin: 3px 0;
  text-align: left;
  width: 100%;
}

#graficoOcupados, #graficoActivos {
  margin: -8px 0;
}

#graficoCalidad {
  float: none;
}

#graficoVotos {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

.espaciado {
  border-top: 1px solid #AAAAAA;
  float: left;
  margin: 8px 0;
  width: 100%;
}

.espaciadoBold {
  border-top: 2px solid #666666;
  float: left;
  margin: 12px 0 7px 0;
  width: 100%;
}

.tooltipGenerico {
  width: auto !important;
  height: 25px !important;
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  background: rgb(0, 0, 0) transparent;
  background-color: rgba(0,0,0,0.6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  color: white;
  font: 10px arial, san serif;
  text-align: left;
  white-space: nowrap;
  padding: 5px;
  border: 1px solid white;
  z-index: 10000;
}

.tooltipVotos {
  width: auto !important;
  height: 25px !important;

  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  background: rgb(0, 0, 0) transparent;
  background-color: rgba(0,0,0,0.6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  color: white;
  font: 10px arial, san serif;
  text-align: left;
  white-space: nowrap;
  padding: 5px;
  border: 1px solid white;
  z-index: 10000;
}

.controls {
  width: 250px;
  margin-top: 11px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #999999;
}

.escIzq {
  width: 100px;
  float: left;
}

.escDer {
  float: left;
  width: calc(100% - 100px);
  height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partidosIzq {
  width: 220px;
  float: left;
  height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partidosCen {
  text-align: right;
  float: left;
  width: 30px;
  margin-right: 6px;
}

.partidosPorc {
  text-align: right;
  float: left;
  width: calc(100% - (220px + 30px + 10px));
  margin-right: 0px 5px;
}

.oculto {
  visibility: hidden;
  height: 0px;
  display: none;
}

.cargando {
  text-align: center;
  margin-top: 50px;
  float: left;
  width: 100%;
  font-weight: bold;
}

.cargando img {
  margin-right: 10px;
}

.subtitulo {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
  float: left;
  width: 100%;
}

.cabecera {
  display: inline-block;
  padding: 3px;
  margin-bottom: 6px;
  text-shadow: 0.2px 0.2px 3px #555555;
  margin-left: -4px;
  color: #333333;
}

.cabeceraIzq {
  font-weight: bold;
  text-transform: uppercase;
  float: left;
}

.cabeceraDer {
  float: right;
  font-size: 14px;
}

#referencias {
  position: absolute;
  z-index: 2;
  /* max-width: 100px; */
  min-width: 60px;
  top: 11px;
  right: 11px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  height: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  padding: 5px;
  font-size: 10px;
  display: none;
  overflow: hidden;
}

.referenciasColor {
  float: left;
  height: 8px;
  width: 8px;
  display: block;
  margin: 2px 7px 0px 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.amplio {
  padding-right: 0px !important;
}

#expandir {
  height: 10px;
  width: 100%;
}

.iconoExpandir {
  float: right;
  cursor: pointer;
}

#logoCataroMap {
  position: relative;
  left: 80px;
  bottom: 21px;
  width: 63px;
}

.infoCapas {
  position: relative;
  height: 21px;
  right: calc(-100% + 15px);
  color: #000000;
  text-shadow: 2px 2px #AAAAAA;
}

.navbar-right {
  padding-right: 15px;
}

.iconoInfo {
  font-size: 20px;
}

.colorCataro {
  color: #C40000;
}

.colorMap {
  color: #F7BC5B;
}

#graficoEvolPobl {
  text-align: center;
}

#tabla-exportar {
  /* width: 100%; */
}

#tabla-exportar tbody {
  display: none;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #999999;
}

#direccion {
  height: 29px !important;
  margin-left: 8px;
}

#miPosicion {
  background: url('../imagenes/geo.png') no-repeat 5px center;
  background-color: #FFFFFF;
  color: #000000;
  width: 30px;
  cursor: pointer;
  margin-top: 9px;
  height: 31px !important;
}

/* Modal */

/*
.modal-dialog {
  width: 700px;
}

.modal-body {
  height: 400px;
}
*/

/* --------------------- */

/* Splitter */

#contenedorSplitter {
  height: 100vh;
}

#divIzq {
  width: 100%;
  overflow: hidden;
}

#divDer {
  width: 100%;
  overflow: hidden;
}

/* --------------------- */

.cajaMensajeExportar {
  padding: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  display: none;
}

.cajaMensajeOK {
  border: 1px solid #00691C;
  background-color: #99CC99;
}

.cajaMensajeError {
  border: 1px solid #FF0000;
  background-color: #FF9292;
}

h3 {
  font-size: 20px;
  margin-top: 15px;
}

/* --------------------- */

.oculto {
  display: none;
}

.procesando {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 100px;
  text-align: center;
}

.pregunta {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 85px;
  text-align: center;
}

/* --------------------- */

.popover-title {
  font-weight: bold;
  background-color: #AAAAAA;
}

.popover-content {
  /* background-color: #EEEEEE; */
}

.popover[class*="tour-"] .popover-navigation {
  background-color: #F5F5F5;
}

/* --------------------- */

.tablaPartidos {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  float: left;
  margin-left: -15px;
  width: 107%;
}

.tablaPartidos tr {
  height: 17px;
}

.tablaPartidos table .sinBorde {
  border: 0px;
}

.tablaPartidos td.partido {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0px;
  padding: 0px;
}

.tablaPartidos td.derecha {
  text-align: right;
  border: 0px;
  padding: 0px;
  padding-left: 15px;
}

.tablaPartidos td span.barraColor {
  height: 8px;
  width: 8px;
  display: block;
  margin: -7px 0px 0px -7px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

.cerrarLogueo {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  margin-left: 10px;
  margin-top: 6px;
}

.menuBold {
  font-weight: bold !important;
}

/* ------------------------------ */

.dropdown-submenu{position:relative;}
.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;}
.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;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.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;} 

/* ------------------------------ */

#grisado {
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: .7;
  z-index: 2000;
  display: none;
  margin-top: -15px;
  margin-left: -15px;
}

#grisadoGIF {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 3000;
  display: none;
}

/* ------------------------------ */
