#conociendo{padding-top: 30px;font-weight: bold;font-size: 28px;}
#info{padding-top: 40px;font-size: 24px;}
.panel-title{padding-top: 100px;text-align: center;}
.categos {cursor: pointer;}
.btnimgcapas {
   width: 27px;
   height: 27px;
   background: #fff;
   background-image: url(img/ic_guardar_02.png);
   background-position: center;
   background-repeat: no-repeat;
}
.btnimgcapas:hover {
    width: 27px;
    height: 27px;
    background: #fff;
    background: url(img/ic_guardar.png);
    background-position: center;
    background-repeat: no-repeat;
}
.btnmap {
    background: rgba(255,255,255,1);
    padding: 3px;
    cursor: pointer;
    border-radius: 4px;
    border:1px solid lightgray;
    z-index: 999;
    position: absolute;
    top: 130px;
    right: 27px;
    box-shadow: 1px 1px rgba(0,0,0,0.4);
}

.btnBuscaFecha{
    text-align: right;
}

#to, #from{
    border-style: none;
    outline: none;
    border-bottom: 1px solid #555;
    caret-color: transparent;
    color: #555;
}
.ui-datepicker-trigger{
    cursor: pointer;
}
.ui-widget-header{
    background-color: white;
    color:black;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border-color: darkgray;
    background-color: darkgray;
    color: white;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background-color:midnightblue;
    border-color: midnightblue;
    color: white;
}
.ui-state-default.hola { 
    background-color:midnightblue;
}
#ui-datepicker-div{
    top: 35 px !important;
    font-size: 80%;
}
/*mapabase*/
.slider_men{
    position: absolute;
    bottom: 50px;
    z-index: 1000;  
    padding: 2px;
    background: rgba(0,60,136,.3);
    border-radius: 3px;
    right: 10px !important;
    margin: 10px;
    width: 115px !important;
    cursor: pointer;
}
.ol-scale-line-inner{
    color:#fff !important;
    border-color: #fff !important;
}
.base img{width: 108px}
.base{
    border: 1px solid #ccc;
    padding: 1px;
    /* padding-left: 5px; */
    color: #eee;
    font-size: 10px;
    text-align: center;
    will-change: contents,width;
    margin: 0px;
    background-color: rgba(0,60,136,.3);
}
.slider_mapa{display: none}

.radio-inline{
    z-index: 1002; 
    position: relative;
}

@media (max-width: 990px) {
}
