#brick-items-wrapper { width:960px;  background-color:#FFFFFF; }

#brick-items { width:850px;  overflow:hidden; z-index:99; margin-left:60px; height:510px; }
#brick-items #items { position:relative; top:-170px; left:-170px; padding:170px 0 0 170px; z-index:1; background-image: url('../images/producto-vacio.png'); background-repeat:repeat; height:1020px; width:2040px; }
#brick-items #items div { position:relative; float:left; height:170px; }

#brick-content { position:fixed; z-index:100; width:100%;}
.brick-content-item { width:553px; height:380px; }
.brick-content-item .tile-content { margin-left:-43px; }

.tile-product { float:left; clear:left; height:170px; width:170px; }
.tile-buy { clear:left; float:left; width:170px; height:170px; }
.tile-content { color:#999; position:relative; float:right; width:340px; height:340px; background-image: url('../images/producto-content-bg.png')}
.tile-close {  position:relative; top:20px; float:right; width:43px; z-index:1000; cursor:pointer; }
.tile-tabs { clear:both; margin-left:170px; height:40px; }

.tile-tabs-images { float:left; background: url('../images/tab-off.png') no-repeat; width:150px; height:28px; padding:12px 0 0 20px; }
.tile-gadget-tabs-content { float:left; background: url('../images/tab-on-gadget.png') no-repeat; width:150px; height:28px; padding:12px 0 0 20px; }
.tile-brick-tabs-content { float:left; background: url('../images/tab-on-brick.png') no-repeat; width:150px; height:28px; padding:12px 0 0 20px; }
.tile-content-descripcion { padding:20px 0 0 20px; position:absolute; }
.tile-content-pack { padding:20px 0 0 20px; display:none; position:absolute; }

.section-title { font-size:14pt; margin-bottom:15px; font-family:'Comfortaa',Arial; } 
.section-text { padding-right:20px; }

.brick-gallery { z-index:1001; position:absolute; top:0; left:0; display:none; }
.brick-gallery a { color:red; }


.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(25, 25, 25);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}