/***********************************************************
					Stores Page Styles
************************************************************/
#stores #map {
    width: 100%;
    height: 447px;
    margin-bottom: 26px; }
#stores input#addressInput {
    display: inline-block;
    width: 269px; }
#stores .address-input {
    float: left;
    margin-right: 19px; }
@media (max-width: 767px) {
    #stores .address-input {
        width: 100%;
        margin: 0 0 20px 0; } }
#stores .address-input label {
    margin-right: 5px; }
#stores .radius-input {
    float: left;
    line-height: 23px;
    margin-right: 20px; }
#stores .radius-input label,
#stores .radius-input .selector {
    float: left; }
#stores .radius-input label {
    margin-right: 10px; }
#stores .radius-input #radiusSelect {
    width: 78px; }
#stores .store-content {
    padding-bottom: 30px; }
#stores .store-content-select .selector {
    visibility: hidden;
    display: none; }
#stores .store-content-select.active {
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #d6d4d4; }
#stores .store-content-select.active .selector {
    visibility: visible;
    display: block; }
#stores .store-title {
    margin-bottom: 16px; }
#stores label {
    font-weight: normal;
    color: #777777; }
#stores #stores_loader {
    display: none;
    margin-left: 5px; }
#stores #locationSelect {
    max-width: 356px;
    visibility: hidden; }
#stores #stores-table {
    display: none;
}
#stores #stores-table tbody td {
    padding: 20px; }
#stores #stores-table tbody td.num {
    background: #fbfbfb;
    width: 46px; }
#stores div h2 {
    font-size:13px;
    border-bottom: 1px solid #d6d4d4;
}
#stores div h2 a {
    margin:5.4px;
    display:inline-block;
}
#stores #stores-table tbody td.name span {
    padding-left: 15px; }
@media (max-width: 767px) {
    #stores #stores-table tbody td.name img {
        display: none; } }

.store-image img {
    width: 100%;
    min-width: 100px;
}

#stores td{
    /*border: 1px solid #f00;*/
}

.texto-tiendas{
    margin-bottom:20px;
    font:Arial, Helvetica, sans-serif;
    font-size:14px;
    text-align:justify;
    color: #000000;
}

.texto-franquicias{
    color:#000000;
    font-size: 14px;
}

.email-expansion{
    font-size: 26px;
}

.videos-tienda{
    margin-bottom:30px;
    font:Arial, Helvetica, sans-serif;
    font-size:14px;
    margin-top:30px;
    text-align:justify;
    height: 270px;
}

.videos-tienda #video1{
    width: 45%;
    float: left;
}

.videos-tienda #video2{
    width: 45%;
    float: right;
}

.videos-tienda #video1 .texto-video1, .videos-tienda #video2 .texto-video2{
    text-align: center;
}

.new-store, .next-store{
    color: #f00;
    font-weight: bold;
}

.new-store{
    /*float: right;*/
    margin-left: 15px;
}

.next-store{
    float: left;
}
.ImagenTienda img{border:1px solid #999;}