#grid_marcas {
    background-attachment: scroll;
    background-image: url("../Images/separador.png");
    background-position: 0 0;
    background-repeat: repeat no-repeat;
    background-size: auto auto;
    clear: none;
    float: none;
    height: auto;
    left: 0;
    /*margin: 8.00018% auto 0;*/
    margin: 0 auto 0;
    position: relative;
    top: 0;
    width: 100%;

}

#tienda_encabezado {
    background-attachment: scroll;
    /*background-image: url("../Images/tiendas_icono.png");*/
    background-image: url("../Images/IconosTitulos/icon_tiendas_60x87.png");
    background-position: 100% 0;
    background-repeat: no-repeat no-repeat;
    background-size: contain;
    border-bottom: 1px solid #FFB400;
    clear: none;
    float: none;
    height: auto;
    left: 0;
    margin: 1.5% auto 0;
    min-width: 0;
    position: relative;
    top: 0;
    width: 85.5%;
}

    #tiendas_titulo {
        border-bottom: 2px solid #FFB400;
        clear: none;
        color: #FFB400;
        float: left;
        font-family: 'Actor',sans-serif;
        font-size: 30px;
        font-weight: 600;
        height: 30px;
        line-height: 1em;
        margin: 5% 0 0 0;
        min-height: 0;
        text-align: left;
        width: auto;
        word-wrap: break-word;
    }

    #tiendas_icono {
        float: right;
        position: relative;
    }

    .item_marca {
        width:150px;
        height:150px;
    }

#buscador {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    width: 880px;
}

#txtBuscador {
    border: 1px solid #DBDBDB;
    float: left;
    font-family: 'Actor',sans-serif;
    font-size: 18px;
    height: auto;
    padding: 0;
    width: 78%;
}

#cerrar_busqueda_marca {
    background-image: url("../Images/cerrar_busqueda.png");
    background-color:transparent;
    border: 0 none;
    height: 20px;
    margin-left: -195px;
    width: 21px;

    margin-top:2px;
    /*padding:2px;*/
}

#btnBuscar {
    background-color: #B0B0B0;
    border: 1px solid #B0B0B0;
    color: #FFFFFF;
    float: left;
    font-family: 'Actor',sans-serif;
    height: 24px;
    margin-left: 0.5%;
    padding: 0;
    position: relative;
    width: 19%;
}

@import url('reset.css');
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
.container {
	width:100%;
	margin:0 auto;
}

.content {
	width:1000px;
	margin:0 auto;
}

h1 span{
	color:#988a76;
	text-align:right;
	font-size:28px;
	padding:0 10px;
}
.content{
	width:100%;
	position:relative;
}


/* Thumbnail Effects Style */
.tj_container{
	height: auto;
    margin-top: 2%;
    position: relative;
    width: 100%;
}
.tj_nav{
	height: 120px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.tj_nav span{
	background: url("../Images/preview.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 125px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    text-indent: -9000px;
    top: 0;
    width: 27px;
}
.tj_nav span.tj_next{
	background-image: url("../Images/pnext.png");
    bottom: 0;
    left: 0;
    margin-left: 93.4%;
    top: 0;
    float: right;
    position: relative;
}
.tj_nav span:hover{
	opacity:1.0;
}
.tj_wrapper{
    border: 0 none #C8C8C8;
    clear: none;
    float: none;
    height: 516px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-height: none;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: 880px;
    /*width: 860px;*/
}

.tj_wrapper:hover{
    overflow-y:scroll;
}

.tj_wrapper ul li{
	float:left;
    border:1px solid #C8C8C8;

    height: 170px;
    width: 170px;
}
.tj_wrapper ul li a{
	outline:none;
	display:block;
    cursor: pointer;

    height: 130px;
    width: 130px;
    margin:20px;

}
.tj_wrapper ul li a img{
	display:block;
	border:none;
	opacity:0.7;
	/*-moz-box-shadow:2px 2px 4px #8e8e8e;
	-webkit-box-shadow:2px 2px 4px #8e8e8e;*/
    width:130px;
    height:130px;
}
.tj_wrapper ul li a img:hover{
	opacity:1.0;
}

/* Specific style for the examples */
.example10 .tj_container{
	height:600px;
}

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0 0 0 3px;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	/*padding:3px 5px 4px;*/
	color:#979797;
	}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}