   .catalogoContainer{
    display:inline-block;
        margin-left:0px;
       
}
    
    .catalogo-box{
    margin: 0px auto;
    display:inline-flex;
    height:auto;
    border: 1px solid #cecfcf;
	text-align:center;
	margin-right:25px;
    margin-left:25px;
    margin-bottom:30px;
	height:460px;
	width:300px;
	padding:15px;
}
.catalogo-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}
    .catalogo-box img:hover {
	opacity: 0.6;
}
   .productosContainer{
    display:inline-block;
    margin-left:30px;
}
    
    .productos-box{
    display:inline-flex;
    height:auto;
    border: 1px solid #cecfcf;
	text-align:center;
	margin-right:25px;
    margin-left:25px;
    margin-bottom:30px;
	height:600px;
	width:400px;
	padding:15px;
}
.productos-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}
    .productos-box img:hover {
	opacity: 0.6;
}


.listap{
 max-width: 1140px;   
}

.listaiz{
    
    
}
.listader{
    
}