#mapaPreloader{
	  position:fixed;
	  margin:auto;
	  top:0;
	  bottom:0;
	  right:0;
	  left:0;
	  z-index:50000;
	  background:url('../img/preloader.gif') no-repeat center;
	  display:none;
  }

::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px gray; 
    border-radius: 0px;
    corner-radius: 5px;
	background-color:#ffffff
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #D8D8D8; 
    border-radius: 8px;
	cursor:move;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #848484; 
}

#left-panel {
  box-shadow: 0px 0px 18px #888888;
  font-family: "Roboto Condensed", sans-serif;
  width: 320px;
  height: auto;
  background-color: #f7f7f7;
  position: fixed;
  top: 50px;
  left: -280px;
  border-radius: 0;
  padding: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  z-index:10000;
  font-size:14px;

}


#left-panel:hover {
 /* left: -300px;*/
}

#left-panel.show {
  left: -25px;
}

.show #arrow{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right:40px;
}

#left-panel .btnControles {
  position: absolute;
  right: 5px;
  top: 5px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  color: #037ac5;
  font-weight: bold;
  cursor:pointer;
}

#left-panel .controlCapa{
  box-shadow: 0px 0px 3px #cccccc;
	background-color:#f2f2f2;
	border:solid;
	border-width:1px;
	border-color:#cccccc;
	border-radius:0px;
	margin-bottom:10px;
	padding-left:5px;
	
}

.mapa{

} 
 
.infoCategoriaControles{
	font-weight:normal;
	margin-left:30px;
	display:none;
	max-height:200px;
	overflow:auto;
	padding-left:5px;
	padding-right:5px;
}

.imgInfoDelegacion{
	margin-bottom:15px;
	height:250px;
	width:455px;
	background-repeat:no-repeat;
	background-position:top left;
}

.infoText{
	font-size:14px;
	margin-top:15px;
}

.imgGaleria{
	padding-bottom:5px;
	padding-top:5px;
}

.infoDelegacion{
	padding-left:10px;
	width:410px;
}