﻿
.areaLegend {
}

.mapael .areaLegend {
    margin-bottom: 20px;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #343434;
    margin-top:-65px;
    margin-left:30px;
}

.zoomIn, .zoomOut, .zoomReset  {
    background-color:#fff;
    border:1px solid #ccc;
    color:#000;
    width:15px;
    height:15px;
    line-height: 15px;
    text-align:center;
    border-radius:3px;
    cursor:pointer;
    position:absolute;
    top : 30px;
    font-weight:bold;
    left : 10px;

    -webkit-user-select: none; /* For Webkit */
    -khtml-user-select: none;
    -moz-user-select: none; /* For Mozilla */
    -o-user-select: none;
    user-select: none; /* Default */
}

/* Reset Zoom button first */

.mapael .zoomReset {
    top: 10px;
}


.zoomOut {
    top:50px;
}

.map {
    background-color:#fff;
    margin:10px;
}

.containerMapaSeguimiento {
    max-width: 662px;
    margin:auto;
}

.mapael .map {
    position: relative;
}

