body{
    font-family: trebuchet ms !important;
}
.header img{
    width: 100%;
}
.titulo{
    color: #005214;
}

/*SELECT*/

#buscarMapa select{
    width: 260px;
    height: 63px;
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
     background: #005214 url('../img/arrow.png')  no-repeat 220px 24px;
     padding-left: 20px;
     text-indent: 0.01px;         
    text-overflow: "";  
     color:#fff;
     border-radius: 0;
     cursor: pointer;
}
 
.nopadding{
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 768px) {
    .seleccion{
        text-align: left;

    }
    #map_canvas{
        height: 270px !important;
    }
    
}