﻿#detalle_tienda {
    border-color: #C8C8C8;
    border-style: solid;
    border-width: 1px;
    clear: none;
    float: none;
    height: auto; /*OJO ESTO SE MODIFICO ESTABA EN 470PX*/
    left: 0;
    margin: 2% auto 0;
    max-height: none;
    min-height: 0;
    overflow: hidden;
    padding: 40px 20px 20px;
    position: relative;
    top: 0;
    width: 84.9991%;
}

.cerrar {
    background-color: #C8C8C8;
    clear: right;
    float: left;
    height: 20px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .imagen_cerrar {
        cursor:pointer;
        clear: none;
        color: #000000;
        display: block;
        float: right;
        height: auto;
        margin: 0;
        max-width: 100%;
        position: relative;
        width: auto;

    }

    #descrip_tienda {
        clear: none;
        float: left;
        /*height: 400px;*/
        height: auto;
        left: 0;
        margin: 0;
        position: relative;
        top: 0;
        width: 35%;

    }

        #logo_tienda {
            border-bottom: 2px solid #C8C8C8;
            border-top: 2px solid #C8C8C8;
            clear: none;
            float: left;
            height: auto;
            left: 0;
            margin: 0;
            min-width: 0;
            position: relative;
            top: 0;
            width: 100%;

        }

        .nombre_tienda {
            color: #555555;
            float: right;
            font-family: 'Actor',sans-serif;
            font-size: 20px;
            font-weight: 600;
            line-height: normal;
            margin-left: 80%;
            margin-top: 15px;
        }

        .datos_tienda {
            color: #969696;
            font-family: 'Actor',sans-serif;
            float: right;
            font-size: 15px;
            /*margin-left: 100px;*/
            margin-top: 25px;
            text-align: right;
        }

        .datos_tienda_titulo {
            color: #969696;
            font-family: 'Actor',sans-serif;
            float: right;
            font-size: 15px;
            /*margin-left: 100px;*/
            margin-top: 25px;
            text-align: right;
            font-weight:bolder;
        }

        .logo_posicion {
            clear: none;
            color: #000000;
            float: right;
            height: 120px;
            left: 0;
            margin: 15px 0;
            max-width: 100%;
            position: relative;
            top: 0;
            width: 120px;
        }

    #galeria_tienda { 
        clear: none;
        color: #000000;
        float: right;
        height: auto;
        left: 0;
        /*margin: 5% 0 0;*/
        max-width: none;
        position: relative;
        top: 0;
        width: 55%;
    }

    #galeria_tienda > div { 
        position: absolute; 
        width:100%;
        height:auto;
    }

        .item_tienda {
            height: auto;
            width: 95%;
        }

    .volver {
        color: #FFB400;
        cursor: pointer;
        font-family: 'Actor',sans-serif;
        font-size: 15px;
        margin-left: 3%;
        margin-top: 450px;
    }