main {
	padding-bottom:0px;
	background-color: #eee;
}

#module_content{
	height: 100%;
	
	align-items: center;
    display: flex;
}
#menuLeftCat{
	float:left; 
	width: 14%; 
	position: relative;
}

#contentCenter
{
	position: relative;
	height: 100%;
}

#sliderScenes{
	float: left; 
	width: 86%; 
	position: relative;
}







.itemMenuColecciones
{
    width: 50%;
    position: relative;
    margin: 0 25% 5%;
    background: rgba(0, 0, 0, 0.03);
}


.itemMenuColecciones:after
{
  content: "";
  display: block;
  padding-bottom: 100%;
}

#menuLeftCat  a.active > .itemMenuColecciones
{
	background: rgba(0, 0, 0, 1);
}

#menuLeftCat a > .itemMenuColecciones
{
	border: 1px solid #000;
  	border-radius: 10px;
}


.itemMenuIMGColeccion{
	color: #000;
	position: absolute;
  	width: 100%;
  	height: 100%;
  	text-align: center;

}


.itemMenuIMGColeccion img{
	position: relative; 
	width: 60%;
	vertical-align: middle;
}


.itemMenuIMGColeccion img{
	position: relative; 
	width: 90%;
	vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}



#navigationNext img {
    width: auto !important;
    height: 50% !important;
}

.customNavigation {
    top: 35% !important;
}



.contentCat{
	width: 100%; 
	text-align: center;
}
.itemContent{
	width:40%;
	padding: 1%;
	float: left;
}
.itemContent img{
	width:100%;
	height: auto;
}

#navigationPrev{display: none;}

.itemMenuTitleCat{text-transform: uppercase; margin-top: 5px;}

/*#############################################################################################*/
/*###  BEGIN: responsive - adaptative - fluid  ################################################*/
/*#############################################################################################*/


@media only screen and (min-width: 1px) and (max-width: 1023px) 
{
	

	
}

@media only screen and (min-width: 1px) and (max-width: 768px) 
{
	
	#menuLeftCat{
		width: 100%; 
		/*display: table;
    	text-align: center;*/
	}
	
	#sliderScenes{ 
		width: 100%;
	}
	
	.itemMenuCat{
		width:140px;
		display: table-cell;
		padding: 5%;		
	}
	
	.itemMenuIMGCat img{
		width:60%;
	}
	/*
	.itemContent{
		width:100%;
	}
	*/


}


/*###  END: responsive - adaptative - fluid  ##################################################*/

