.img{
	margin:10px auto;
	padding:13px;
	width:180px;
	max-height:110px;
	min-height:110px;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background:url(../img/imagen.jpg);
	background-size: cover;
	border: 2px solid;
	border-radius: 10%;

  }
.img img{
	width: 85%;
	max-height:84px;
	display: table-cell;
	vertical-align: middle;
	line-height: 300px;
   
}
@media all and (min-width: 500px) and (max-width: 1000px)
{  
.img{
	margin:20px auto;
 
	padding:13px;
	width:200px;
	max-height:210px;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background:url(../img/imagen.jpg);
	background-size: cover;
	
 
   
 
  }
}
.img img{
   width:85%;
   max-height:84px;
    display: table-cell;
   vertical-align: middle;
   line-height: 200px;
}
.nombreproducto {
  color: #64b364;
  font-size:12px;
  text-align:center;
  font-weight:bold;
  min-height:70px;
}
.precio {
  color: #64b364;
  font-size:22px;
  text-align:center;
  font-weight:bold;
  padding-bottom:0;
}

.oem{
	text-align:left;
	white-space: nowrap; /* Evita saltos de línea */
	overflow: hidden; /* Oculta el texto sobrante */
	text-overflow: ellipsis; /* Añade los puntos suspensivos */
}
