.tiendasContenido{
	border: 1px solid #c2c3c3;
    margin:0 auto;
    min-height: 300px;
    width: calc(100% - 2px);
	margin-bottom:20px;
	padding-bottom: 0px;
	max-width:698px;
}
.tiendas_accordion {
    background-color: #ECECEC;
    color: #000000;
    cursor: pointer;
    width: 100%;
    text-align: left;
    height: 46px !important;
    /* border-top: 1px solid #C2C3C3; */
    /* border-bottom: 1px solid #C2C3C3; */
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 17px;
    line-height: 22px;
    outline: none;
    border: none;
    padding-left: 10px;
    margin-bottom: 2px;
}


button.tiendas_accordion:after {
    content: url("../pics/icon/plus-icon.png");
    width: 20px; 
    height: auto;
    float: right;
    margin-top:-10px;
    margin-right: 10px;
}
button.tiendas_accordion.active:after {
    content: url("../pics/icon/minus-icon.png");
    width: 20px; 
    height: auto;
    float: right;
    margin-top:-10px;
}

/*.tiendas_accordion > span {
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 17px;
    color: #333333 !important;
}*/


.tiendas_accordion.active, 
.tiendas_accordion:hover {
    background-color: #329933;
    color: #fff;
}
.button_dir {
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    font-size: 17px;
    color: #333333 !important;
}
.tiendas_panel {
    /*opacity: 1;*/
    float: left;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    width: 100%;
}
.tiendas_panel.show {
    max-height: 1004px;
    transition: max-height 0.5s ease-in;
}