@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/font/fontello.eot');
  src: url('../fonts/fontello/font/fontello.eot?#iefix') format('embedded-opentype'),
       url('../fonts/fontello/font/fontello.woff') format('woff'),
       url('../fonts/fontello/font/fontello.ttf') format('truetype'),
       url('../fonts/fontello/font/fontello.svg#icon-') format('svg');
  font-weight: normal; font-style: normal;
}
.articulo_general
{
  text-align: center;
  width: 100%;
  height: 100%;
  border: 1px #000 solid;
  font-size: 2vh;
}
.articulo_general td
{
  border: 1px #000 solid;
}
.div_colores
{
  display: inline-block;
  width: 2.5vh;
  height: 2.5vh;
  border:1px #000 solid;
}
.div_colores_articulo
{
  display: inline-block;
  width: 3vh;
  height: 3vh;
  border:1px #000 solid;
}
