/* CSS Document */

#lista_de_areas , #lista_de_categorias, #lista_de_articulos {
  scrollbar-arrow-color:#0038A8;
  scrollbar-track-color:#FFFFFF;
  scrollbar-shadow-color:#BDD1EC;
  scrollbar-face-color: #DFE9F6;
  scrollbar-highlight-color:#EFF9FC;
  scrollbar-darkshadow-color:#719FFF;
  scrollbar-3dlight-color:#BBD1FF;
  overflow-x:hidden;
  overflow-y:scroll;
  height:200px;
  text-align:left;
  color: #808080;
  font-family:Arial, Helvetica;
  font-size:12px;
  padding-left:25px;
 }
#datos_de_articulo1, #datos_de_articulo2{
  text-align:left;
  color: #808080;
  font-family:Arial, Helvetica;
  font-size:12px;
  padding-left:15px;
  padding-bottom:15px;
  list-style-type: none;
  height: 150px;
 }
.fabricante {
 text-align:center;
  color: #ff0000;
  font-family:Arial, Helvetica;
  font-size:8px;
  list-style-type: none;
 }

#tabla {
 background: url(/Tienda/images/portlet_bg.png) no-repeat bottom right; 

}
#izq {
 background: url(/Tienda/images/portlet_bg.png) no-repeat bottom left;
 height:25px; 
}
#der {
 background: url(/Tienda/images/portlet_bg.png) no-repeat bottom right;
 height:25px; 
}
#centro {
 background: url(/Tienda/images/portlet_bg.png) no-repeat bottom center;
 height:25px; 
}

#cabecera1 {
 background: url(/Tienda/images/portlet_bg.png) no-repeat top left; 
 font-family:Arial, Helvetica;
 font-size:14px;
 color:#0038A8;
 text-align:center;
 height:25px;
 padding-top:7px;
}
#cabecera2 {
 background: url(/Tienda/images/portlet_bg.png) no-repeat top right; 
 font-family:Arial, Helvetica;
 font-size:14px;
 color:#0038A8;
 text-align:center;
 background-position: top center;
 height:25px;
 padding-top:7px;
}
#cabecera3 {
 background: url(/Tienda/images/portlet_bg.png) no-repeat top right; 
 font-family:Arial, Helvetica;
 font-size:14px;
 color:#0038A8;
 text-align:center;
 background-position: top right;
 height:25px;
 padding-top:7px;
}
#texto_descripcion1, #texto_descripcion2, #texto_partnumber, #texto_precioventa, #texto_canon, #texto_sku, #texto_stock, #texto_fabricante {
  color: #0038A8;
}

a {
 text-decoration: none;
 color:#808080;

 }
a:hover {
 text-decoration: underline;
 color: #FF6600;
 }
a:visited:active {
 text-decoration: underline;
 color: #0038A8;
 }


