#productos{
    
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    margin-top:40px;
}

#imagen-productos{
    
        width:100%;
		padding: 10px;
   	
}

#imagen-productos img{
    
    width:100%;
    opacity: 0.7;
}


.lista-productos{
    
    position:relative;
    width: auto;
    top:40px;
    right: 100px;
}

.lista-productos ul li{
	
    display: inline-flex;
    list-style: none;
    color:red;
    font-size:20px;
    padding: 2px;
}

@media (min-width:360px){
	

    
    #productos{
        
        width:100%;
        display: inline-block;
        position: relative;
        
    }
    
	.lista-productos{
		
		right:0;
		margin-left: 30px;
	}
    
    .lista-productos ul li{
        
        
        margin-left:5px;	
					
    }
	
}
@media (min-width:800px){
	
	#productos{
        
        width: 100%;
        display:inline-block;
				height: 1000px;
    }
	
			#imagen-productos img{
    
    	width:90%;
    	opacity: 0.7;
}
    
}

@media (min-width:1024px){
	
	#productos{
        
        width: 100%;
        display:inline-flex;
				height: 1100px;
    }	
    
	
	#imagen-productos{
		
		width: 100%;
		
	}
		#imagen-productos img{
    
    	width:700px;
    	opacity: 0.7;
}
	.lista-productos{
		
		right:60px;
		
	}
	
}