.sobre-rayas {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.nombre_provincia {
    color: #000;
    position: relative;
    padding: 0 46px;
    display: inline-block;
    text-align: center;
    font-size: 2.2em;
    font-weight: 600;
}

.bloque_tienda {
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    position: relative;
    -webkit-box-shadow: 0 0 4px #ccc, 0 0 10px #ccc;
    -moz-box-shadow: 0 0 4px #ccc , 0 0 10px #ccc;
    box-shadow: 0 0 4px #ccc, 0 0 10px #ccc;
}

.logotipo {
    padding: 0 5px!important;
}

.nombre_tienda {
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
}

.datos_tienda p {
    margin-bottom: 1px;
}

#mapa{
    width: 100%;
    height: 350px;
}