/*
* ESTILO DE GOOGLE MAPS
*/
#etiqueta-mapa-google {
    height: 100%;
}

/*
* BUSCADOR DE DIRECCIONES GOOGLE MAPS
*/
.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: white;
    background-color: #c29834;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
}

/*
* ESTILOS EXTRA
*/
h1 {
    font-family: "Lucida Bright";
    color: #ec048b ;
    margin: 2px;
}

.label-bold {
    font-weight: bold;
}