.articulos_border
{
  border:1px #000 solid;
}
#articulos
{
  text-align: center;
}
#articulo_img_main
{
  width: 30vw;
}
.img_min
{
  width: 30vW;
}
#lista_precios
{
  position: relative;
  text-align: center;
  font-size:1vh
}
#lista_precios td, #Existencias td
{
  font-size: 2vh;
  border:1px #000 solid;
}
#existencias
{
  display: inline-table;
  text-align: center;
}
#existencias th
{
  border:1px #000 solid;
  color: #000;
  font-size: 3vh;
}
