/* CSS Document */
.contenedor_marca_galeria{
	float:left;
	width:32%;
	margin-right:2%;
	}

.contenedor_productos_marca{
	float:left;
	width:66%;
}


@media(max-width:992px){
	.contenedor_marca_galeria{
		width:98%;
		margin-right:1%;
		margin-left:1%;
	}

	.contenedor_productos_marca{
		width:98%;
		margin-right:1%;
		margin-left:1%;
	}
}


.bg-imagen .titulo_item_producto{
	color:#000;
	opacity:1;
	text-align:center;
	text-transform:uppercase;
	z-index:10;
	font-size:30px;
	font-weight:600;
	width:100%;
}

@media (max-width: 992px){
	.bg-imagen .titulo_item_producto{
		font-size:25px;
	}
}

@media (max-width: 768px){
	.bg-imagen .titulo_item_producto{
		font-size:20px;
	}
}


.contenedor_items_productos{
	float:left; 
	margin-right:3%;
	margin-bottom:1%;
	overflow:hidden; /* IMPORTANTE */
 	position:relative; /* IMPORTANTE */
}

.contenedor_items_productos.ultimo{
	margin-right:0%;
}

	
.contenedor_items_productos.distribucion_par{
	width:48.5%; 
	height:115px;
	min-height:115px;
}

.contenedor_items_productos.distribucion_impar{
	min-height:235px;
	height:235px;
}

.contenedor_items_productos.distribucion_impar .bg-imagen .titulo_item_producto{
	font-size:20px;
}

.contenedor_items_productos.distribucion_impar .bg-imagen.listado_por_marca.item_seleccionado{
	min-height:235px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100% ;
	text-align: center;
	background-position:center;
   
	min-height:100px;
}

.contenedor_items_productos.distribucion_impar.cinco{
	width:17.5%; 
}
	
.contenedor_items_productos.distribucion_impar.tres{
	width:31.2%; 
}

.bg-imagen.item_hover{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100% ;
	text-align: center;
	background-position:center;
   
	min-height:100px;
}


.panel-heading.menu_productos{
	background-color:#585854;
	border-radius:0px;
}
				
.producto_actual{
	color:#fff;
	font-size:24px;
}

.producto_actual a{
	text-decoration:none;
	}
					
.fa-angle-down{
	float:right;
}

.list-group-item{
	background-color:#f5f5f5;
}

.list-group-item a{
	color:#585854;
}

.list-group-item a:hover{
	opacity:0.5;
	text-decoration:none;
}