ul.tabs-tienda {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        height: 60px;
        border-bottom: 1px solid #C1C1C1;
        width: 100%;
        margin-top: 1em;}
    ul.tabs-tienda li {
        float: left;
        margin: 0;
        cursor: pointer;
        padding: 0px 21px ;
        height: 60px;
        line-height: 60px;
        border: 1px solid #C1C1C1;
        font-weight: bold;
        background: #EEEEEE;
        overflow: hidden;
        position: relative;
        border-radius: .2em;
        margin-right: .3em;}
    ul.tabs-tienda li:hover {
        background: #CCCCCC;}    
    ul.tabs-tienda li.active{
        background: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;}
    .tab_content-tienda {
        padding: 10px;
        font-size: 1em;
        display: none;
        padding-top: 100px;
        text-align: justify;}
    .tab_content-tienda a{
        color: #D10C0C;
        text-decoration: none;}
    .tab_content-tienda a:hover{
        color: #4C0D0D;
        transition: all 0.2s ease 0s;}
    .tab_content-tienda h1 {
        font-weight: bold;
        text-transform: uppercase;} 
    .tab_content-tienda h3 {
        margin-bottom: 1em;} 

    .tab_content-tienda form{
        margin-bottom: 10em;}
    .tab_content-tienda form input.txt-tienda{
        width: 500px;
        padding: 1em;
        margin-bottom: 1em;
        color: #000;
        text-align: left;
        border: 0px;
        border-radius: .3em;
        background-color: #D6D6D6;
        text-decoration: none;
        display: block;}
    .tab_content-tienda form input..button-tienda{
        width: 40%;
        padding: 1em;
        margin-bottom: .5em;
        color: #fff;
        text-align: center;
        border: 0px;
        border-radius: .3em;
        background-color: #DA0B0B;
        text-decoration: none;
        display: block;}      