
 .box_sm_remates{
	  width: 50px;
	  height: 50px;
	  background: #fff;
	  overflow: hidden;
	  display: block;
	  margin-left: 0px;
	}


	
	
	
	.box_sm_ampliado{
	  width: 100%;
	  height: 429px;
	  background: #fff;
	  overflow: hidden;
	  display: block;
	  margin-left: 0px;
	}
	
	 .box_sm_ampliado img{
		  width: 100%;
		  height: auto;
		  display: block;
		  margin-left: 0px;
	}
	@supports(object-fit: cover){
	    .box_sm_ampliado img{
	      height: 100%;
	      object-fit: cover;
	      object-position: center center;
	      display: block;
	       margin-left: 0px;
	    }
	}
	
	
	
	.box_sm_thums{
	  width: 142px;
	  height: 80px;
	  background: #fff;
	  overflow: hidden;
	  display: block;
	  margin-left: 0px;
	}
	
	
	 .box_sm_thums img{
		  width: 100%;
		  height: auto;
		  display: block;
		  margin-left: 0px;
	}
	@supports(object-fit: cover){
	    .box_sm_thums img{
	      height: 100%;
	      object-fit: cover;
	      object-position: center center;
	      display: block;
	       margin-left: 0px;
	    }
	}
	
	
	
	
	 .box_sm{
	  width: 100%;
	  height: 277px;
	  background: #fff;
	  overflow: hidden;
	  display: block;
	  margin-left: 0px;
	}
	
	 
	 .box_sm img{
		  width: 100%;
		  height: auto;
		  display: block;
		  margin-left: 0px;
	}
	@supports(object-fit: cover){
	    .box_sm img{
	      height: 100%;
	      object-fit: cover;
	      object-position: center center;
	      display: block;
	       margin-left: 0px;
	    }
	}