div.olMap {
    z-index: 0;
    padding: 0 !important;
    margin: 0 !important;
    cursor: default;
}

div.olMapViewport {
    text-align: left;
}

div.olLayerDiv {
   -moz-user-select: none;
   -khtml-user-select: none;
}

.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;
}
.olLayerGoogleV3.olLayerGoogleCopyright {
    right: auto !important;
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;
}
.olLayerGoogleV3.olLayerGooglePoweredBy {
    bottom: 15px !important;
}
/* GMaps should not set styles on its container */
.olForeignContainer {
    opacity: 1 !important;
}
.olControlAttribution {
    font-size: smaller;
    right: 3px;
    bottom: 4.5em;
    position: absolute;
    display: block;
}
.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
    font-size: smaller;
}
.olControlScaleLine {
   display: block;
   position: absolute;
   left: 10px;
   bottom: 15px;
   font-size: xx-small;
}
.olControlScaleLineBottom {
   border: solid 2px black;
   border-bottom: none;
   margin-top:-2px;
   text-align: center;
}
.olControlScaleLineTop {
   border: solid 2px black;
   border-top: none;
   text-align: center;
}

.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
    font-size: smaller;
}

div.olControlMousePosition {
    bottom: 0;
    right: 3px;
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: smaller;
}

.olControlOverviewMapContainer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.olControlOverviewMapElement {
    padding: 10px 18px 10px 10px;
    background-color: #00008B;
    -moz-border-radius: 1em 0 0 0;
}

.olControlOverviewMapMinimizeButton,
.olControlOverviewMapMaximizeButton {
    height: 18px;
    width: 18px;
    right: 0;
    bottom: 80px;
    cursor: pointer;
}

.olControlOverviewMapExtentRectangle {
    overflow: hidden;
    background-image: url("img/blank.gif");
    cursor: move;
    border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.olLayerGeoRSSDescription {
    float:left;
    width:100%;
    overflow:auto;
    font-size:1.0em;
}
.olLayerGeoRSSClose {
    float:right;
    color:gray;
    font-size:1.2em;
    margin-right:6px;
    font-family:sans-serif;
}
.olLayerGeoRSSTitle {
    float:left;font-size:1.2em;
}

.olPopupContent {
    padding: 10px;
    overflow: visible;
}

.closeBox .olPopupContent {
	margin-right: 18px;
}

.olControlNavigationHistory {
   background-image: url("img/navigation_history.png");
   background-repeat: no-repeat;
   width:  24px;
   height: 24px;

}
.olControlNavigationHistoryPreviousItemActive {
  background-position: 0 0;
}
.olControlNavigationHistoryPreviousItemInactive {
   background-position: 0 -24px;
}
.olControlNavigationHistoryNextItemActive {
   background-position: -24px 0;
}
.olControlNavigationHistoryNextItemInactive {
   background-position: -24px -24px;
}

div.olControlSaveFeaturesItemActive {
    background-image: url(img/save_features_on.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}
div.olControlSaveFeaturesItemInactive {
    background-image: url(img/save_features_off.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.olHandlerBoxZoomBox {
    border: 2px solid red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
    border: 2px solid blue;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}

.olControlPanPanel {
    top: 10px;
    left: 5px;
}

.olControlPanPanel div {
    background-image: url(img/pan-panel.png);
    height: 18px;
    width: 18px;
    cursor: pointer;
    position: absolute;
}

.olControlPanPanel .olControlPanNorthItemInactive {
    top: 0;
    left: 9px;
    background-position: 0 0;
}
.olControlPanPanel .olControlPanSouthItemInactive {
    top: 36px;
    left: 9px;
    background-position: 18px 0;
}
.olControlPanPanel .olControlPanWestItemInactive {
    position: absolute;
    top: 18px;
    left: 0;
    background-position: 0 18px;
}
.olControlPanPanel .olControlPanEastItemInactive {
    top: 18px;
    left: 18px;
    background-position: 18px 18px;
}

.olControlZoomPanel {
    top: 71px;
    left: 14px;
}

.olControlZoomPanel div {
    background-image: url(img/zoom-panel.png);
    position: absolute;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.olControlZoomPanel .olControlZoomInItemInactive {
    top: 0;
    left: 0;
    background-position: 0 0;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    top: 18px;
    left: 0;
    background-position: 0 -18px;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
    top: 36px;
    left: 0;
    background-position: 0 18px;
}

/*
 * When a potential text is bigger than the image it move the image
 * with some headers (closes #3154)
 */
.olControlPanZoomBar div {
    font-size: 1px;
}

.olPopupCloseBox {
  background: url("img/close.png") no-repeat;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60); /* IE */
}
.olPopupCloseBox:hover {
  opacity: 1;
  filter: alpha(opacity=100); /* IE */
}
.olFramedCloudPopupContent {
    padding: 5px;
    overflow: auto;
}

.olControlNoSelect {
 -moz-user-select: none;
 -khtml-user-select: none;
}

.olImageLoadError {
    background-color: pink;
    opacity: 0.5;
    filter: alpha(opacity=50); /* IE */
}

/**
 * Cursor styles
 */

.olCursorWait {
    cursor: wait;
}
.olDragDown {
    cursor: move;
}
.olDrawBox {
    cursor: crosshair;
}
.olControlDragFeatureOver {
    cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
    cursor: -moz-grabbing;
}

/**
 * Layer switcher
 */
.olControlLayerSwitcher {
    position: absolute;
    top: 25px;
    right: 0;
    width: 20em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

.olControlLayerSwitcher .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    background-color: darkblue;
}

.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
    padding-left: 10px;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .minimizeDiv {
    width: 18px;
    height: 18px;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.olBingAttribution {
    color: #DDD;
}
.olBingAttribution.road {
    color: #333;
}

.olGoogleAttribution.hybrid, .olGoogleAttribution.satellite {
    color: #EEE;
}
.olGoogleAttribution {
    color: #333;
}
span.olGoogleAttribution a {
    color: #77C;
}
span.olGoogleAttribution.hybrid a, span.olGoogleAttribution.satellite a {
    color: #EEE;
}

/**
 * Editing and navigation icons.
 * (using the editing_tool_bar.png sprint image)
 */
.olControlNavToolbar ,
.olControlEditingToolbar {
    margin: 5px 5px 0 0;
}
.olControlNavToolbar div,
.olControlEditingToolbar div {
    background-image: url("img/editing_tool_bar.png");
    background-repeat: no-repeat;
    margin: 0 0 5px 5px;
    width: 24px;
    height: 22px;
    cursor: pointer
}
/* positions */
.olControlEditingToolbar {
    right: 0;
    top: 0;
}
.olControlNavToolbar {
    top: 295px;
    left: 9px;
}
/* layouts */
.olControlEditingToolbar div {
    float: right;
}
/* individual controls */
.olControlNavToolbar .olControlNavigationItemInactive,
.olControlEditingToolbar .olControlNavigationItemInactive {
    background-position: -103px -1px;
}
.olControlNavToolbar .olControlNavigationItemActive ,
.olControlEditingToolbar .olControlNavigationItemActive  {
    background-position: -103px -24px;
}
.olControlNavToolbar .olControlZoomBoxItemInactive {
    background-position: -128px -1px;
}
.olControlNavToolbar .olControlZoomBoxItemActive  {
    background-position: -128px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
    background-position: -77px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
    background-position: -77px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
    background-position: -51px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
    background-position: -51px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive{
    background-position: -26px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
    background-position: -26px -24px;
}

div.olControlZoom {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 2px;
}
div.olControlZoom a {
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 18px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 22px;
    width:22px;
    line-height: 19px;
    background: #130085; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(0, 60, 136, 0.5);
    filter: alpha(opacity=80);
}
div.olControlZoom a:hover {
    background: #130085; /* fallback for IE */
    background: rgba(0, 60, 136, 0.7);
    filter: alpha(opacity=100);
}
@media only screen and (max-width: 600px) {
    div.olControlZoom a:hover {
        background: rgba(0, 60, 136, 0.5);
    }
}
a.olControlZoomIn {
    border-radius: 4px 4px 0 0;
}
a.olControlZoomOut {
    border-radius: 0 0 4px 4px;
}


/**
 * Animations
 */

.olLayerGrid .olTileImage {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

/* Turn on GPU support where available */
.olTileImage {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

/* when replacing tiles, do not show tile and backbuffer at the same time */
.olTileImage.olTileReplacing {
    display: none;
}

/* override any max-width image settings (e.g. bootstrap.css) */
img.olTileImage {
    max-width: none;
}


/* USIG */
.olUsigTools {
	background:url(img/usig-tools.png) no-repeat; 
	display: block;
	width: 20px;
	height: 20px;
}
.olUsigTools.mas {
	background-position: 0 0!important;
}
.olUsigTools.menos {
	background-position: 0 -20px!important;
}
.olUsigTools.acercar {
	background-position: 0 -40px!important;
}
.olUsigTools.mover {
	background-position: 0 -60px!important;
}
.olUsigTools.medir {
	background-position: 0 -80px!important;
}
.olUsigTools.dropdown {
	background-position: 0 -100px!important;
}
.olUsigTools.closeup {
	background-position: 0 -120px!important;
}
.olUsigTools.handler {
	background-position: 0 -140px!important;
	width: 29px!important;            	
	height: 29px!important;            	
}
.olControlPanZoomBarUSIG {
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
    		border-radius: 4px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.olControlPanZoomBarUSIG:hover {
    border-color: #969696;
    opacity: 1;
    filter: alpha(opacity=100);
}
.olControlPanZoomBarUSIG > .olButton.zoomin {
    opacity: 0.8;
    border-bottom: 1px solid #dddddd;
    display: block;
    padding: 5px;
	cursor: pointer;	
}
.olControlPanZoomBarUSIG > .olButton.zoomout {
    opacity: 0.8;
    display: block;
	padding: 5px;
	cursor: pointer;	
}
.olControlPanZoomBarUSIG > .olButton.zoomin:hover, .olControlPanZoomBarUSIG > .olButton.zoomout:hover {
	opacity: 1;
}
.olControlPanZoomBarUSIG > .handler {
	opacity: 0.8;
}
.olControlPanZoomBarUSIG > .handler:hover {
	opacity: 1;
}
.olControlPanZoomBarUSIG > .olButton.zoombar {
   	padding: 6px 10px;
   	border-bottom: 1px solid #dddddd;
}
.olControlPanZoomBarUSIG > .olButton.zoombar > .zoomBarBg {
	background: #e7e7e7; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #e7e7e7 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e7e7e7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #e7e7e7 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #e7e7e7 0%,#e0e0e0 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #e7e7e7 0%,#e0e0e0 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #e7e7e7 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 10px;
	height: 188px;
    -webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
    		border-radius: 4px;
}

.olControlNavToolbarUSIG {
    background-color: white;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
    		border-radius: 4px;
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.olControlNavToolbarUSIG:hover {
    border-color: #969696;
    opacity: 1;
    filter: alpha(opacity=100);
}
.olControlNavToolbarUSIG div {
    opacity: 0.8;
    display: block;
	padding: 5px;
	cursor: pointer;
}
.olControlNavToolbarUSIG div:hover {
	opacity: 1;
}
/* positions */
.olControlNavToolbarUSIG {
    top: 295px;
    left: 20px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

/* layouts */
.olControlEditingToolbarUSIG div {
    float: right;
}

/* individual controls */
.olControlNavToolbarUSIG .olControlNavigationItemInactive {
    background-position: -103px -1px;
}
.olControlNavToolbarUSIG .olControlNavigationItemActive {
    background-position: -103px -24px;
}
.olControlNavToolbarUSIG .olControlZoomBoxItemInactive {
    background-position: -128px -1px;
}
.olControlNavToolbarUSIG .hidden {
	display: none;
}
.olControlNavToolbarUSIG.open div {
	border-bottom: 1px solid #dddddd;
}
.olControlNavToolbarUSIG.open div:last-child {
   	border-bottom: none;
}
.olControlNavToolbarUSIG .olControlZoomBoxItemActive  {
    background-position: -128px -24px;
}
.olControlNavToolbarUSIG .dropdown {
	padding: 3px 5px;
}
.olControlNavToolbarUSIG .caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #888;
    content: "";
    display: block;
    height: 0;
    line-height: 14px;
    vertical-align: top;
    width: 0;
    margin: 0 0 0 6px;
}
.olControlNavToolbarUSIG.open .caret {
	border-top: none;
	border-bottom: 4px solid #888;
}
.olControlNavToolbarUSIG div:last-child {
	border-top: 1px solid #dddddd;
}
.olControlNavToolbarUSIG.open div:last-child {
	border-top: none!important;
}
.olControlMeasureTool .arrow {
	top: 28px!important;
}
.olControlMeasureTool .controlToggle {
	padding: 7px 12px 7px 7px!important;
}
.olControlMeasureTool .controlToggle input {
	margin: 0 5px 0 0 !important;
	padding: 0!important;
}
.olControlMeasureTool .measureContainer {
	border-top: 1px solid #ddd;
	text-align: center;
	font-weight: bold;
	padding: 5px 7px;
}
.olControlMeasureTool form, .olControlMeasureTool form>label {
	margin: 0!important;
	padding: 0!important;
}
.olMapViewport {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.olMapViewport .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: block;
  width: auto;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.olMapViewport .popover.top {
  margin-top: -10px;
}

.olMapViewport .popover.right {
  margin-left: 12px;
}

.olMapViewport .popover.bottom {
  margin-top: 10px;
}

.olMapViewport .popover.left {
  margin-left: -14px;
}

.olMapViewport .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.olMapViewport .popover-content {
  padding: 9px 14px;
}

.olMapViewport .popover .arrow,
.olMapViewport .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.olMapViewport .popover .arrow {
  border-width: 11px;
}

.olMapViewport .popover .arrow:after {
  border-width: 10px;
  content: "";
}

.olMapViewport .popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.olMapViewport .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.olMapViewport .popover.tp {
	margin-top: 24px !important;
}
.olMapViewport .popover.bt {
	margin-top: -48px !important;
}
.olMapViewport .popover.tp .arrow {
	top: auto!important;
	bottom: 15px!important;
}
.olMapViewport .popover.bt .arrow {
	top: 48px !important;
}
.olMapViewport .popover.right.bt,.olMapViewport .popover.right.tp {
}
/*
.olMapViewport .popover.closeBox.left.bt,.olMapViewport .popover.closeBox.left.tp {
	margin-left: 2px!important;
}
*/
.olMapViewport .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.olMapViewport .popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.olMapViewport .popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.olMapViewport .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.olMapViewport .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.olMapViewport .popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.olControlScaleBar {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 10pt;
    bottom: 10px;
    left: 0px;
}
.olControlScaleBarGraphics {
    margin-left: 0px;
}

.olControlScaleBarBar {
    height: 2px;
    top: 18px;
    background: #444;
    border: 1px solid #333;
}

.olControlScaleBarBarAlt {
    height: 2px;
    top: 18px;
    background: #fff;
    border: 1px solid #333;
}

.olControlScaleBarMarkerMajor {
    height: 7px;
    width: 1px;
    top: 15px;
    background: #333;
}

.olControlScaleBarMarkerMinor {
    height: 5px;
    width: 1px;
    top: 16px;
    background: none;
}

.olControlScaleBarNumbersBox {
    width: 40px;
    top: 0px;
    font-size: 0.7em;
}
.olControlScaleBarUnits {
    left: 0px;
}
.olControlScaleBarLabelBox {
    top: 19px;
    height: 15px;
    letter-spacing: 0.1em;
    font-size: 0.7em;
}

.olControlScaleBarLabelBoxSingleLine {
    height: 15px;
    width: 35px;
    top: 3px;
    left: 10px;
    font-size: 0.7em;
}
.olControlScaleBar div {
	margin: 0px;
	padding: 0px;
}

.olControlMapSelector {
    top: 10px;
    right: 10px;
    padding: 3px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: white;
    border: 1px solid #bbb;
    -webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
    		border-radius: 6px;
    cursor: pointer;
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.olControlMapSelector:hover, .olControlMapSelector.open {
	border-color: #969696;
    opacity: 1;
    filter: alpha(opacity=100);
}
.olControlMapSelector .mapSwitcher {
	display: block;
	width: 80px;
	height: 60px;
}
.olControlMapSelector .mapSwitcher.satellite {
	background: url(img/satelital.png) no-repeat
}
.olControlMapSelector .mapSwitcher.default {
	background: url(img/vista_default.png) no-repeat
}
.olControlMapSelector .dropdown, .olControlMapSelector .closeup {
	margin-left: 30px;
	height: 16px;
}
.olControlMapSelectorMenu.popover {
	top: 100px!important;
	right: 10px!important;
	width: 190px !important;
	left: auto!important;
	font-size: 12px;
	display: none;
}
.olControlMapSelectorMenu.open {
	display: block !important;
}
.olControlMapSelectorMenu .arrow {
	left: auto !important;
	right: 10px !important;
}
.olControlMapSelectorMenu .options {
	padding: 5px 0px;
}
.olControlMapSelectorMenu .mapas {
	padding: 5px 0px;
}
.olControlMapSelectorMenu .mapa, .olControlMapSelectorMenu .option {
	padding: 3px 10px;
	cursor: pointer;
} 
.olControlMapSelectorMenu .mapas>div:hover, .olControlMapSelectorMenu .options>div:hover {
  color: #ffffff!important;
  text-decoration: none;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.olControlMapSelectorMenu .bordered_top {
	border-top: 1px solid #dddddd;
}
.olControlMapSelectorMenu .check {
	float: right;
	display: none;
	width: 10px;
	height: 10px;
	background: url(img/checks.png);
	margin: 5px 0px;
}
.olControlMapSelectorMenu .option.active .check {
	display: block;
	background-position: 0px 0px;
}
.olControlMapSelectorMenu .option.active:hover .check {
	display: block;
	background-position: 0px -10px;
}
svg {
-webkit-transform: none !important;
}
.olTileImage {
-webkit-backface-visibility: visible !important;
-webkit-transform: none !important;
}