/* Estilos de las barras superiores y el footer */
a{
  text-decoration: none;
}
#theUserName{
  font-weight: bold;
}
.divQuickContact{
  background-color: rgb(240,245,248);
  margin: 0;
  padding-left: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.quickContact span{
  padding: 10px;
  font-size: 13px;
}
.quickContact span>i{
  margin-right: 4px;
}
.navbar-brand-title{
  color: rgb(82, 82, 82);
  font-size: 28px;
  display: block !important;
}
.navbar-brand-p{
  font-size: 16px;
}
.nav-cart{
  border: 1px solid rgb(160, 160, 160);
  padding: 10px !important;
  border-radius: 50px;
  height: 40px;
  margin-left: 20px;
  color: rgb(160, 160, 160);
}
.nav-cart:hover{
  background-color: rgb(240,250,255);
  color: rgb(0, 156, 0) !important;
}
.cartNumItems{
  position: absolute;
  background: rgb(30, 103, 172);
  border: 1px solid rgb(22, 84, 141);
  border-radius: 10px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
  color: white;
  margin-left: 21px;
  margin-top: -34px;
}
.celeste1{
  color: rgb(13,179,187);
}
.separador1{
  border-bottom: 4px solid rgb(13,179,187);
}

.footerContent{
  color: rgb(220, 222, 224);
}
.footerTitle > span{
  color: rgb(0,87,128);
  font-size: 16;
}
.footerTitle{
  font-size: 20px;
  font-weight: bold;
}
.footerLi a{
  text-decoration: none;
  color: rgb(192, 193, 194);
}
.footerLi a:hover{
  color: white;
}
.imgMap{
  cursor: pointer;
}
.imgMap:hover{
  border: 2px solid white;
}
.credits{
  color: rgb(220, 222, 224);
}
.hoverBlack:hover{
  color:black;
}
.quickContact,.iniProd{
  color: rgb(100,100,100);
}
.iniProd{
  float:right;
  cursor: pointer;
}
.iniProd span{
  margin-right: 30px;
}
.iniProd span:hover{
  color: rgb(34, 34, 110);
}
.iniProd a{
  color: rgb(100,100,100);
}
.iniProd a:hover{
  color: rgb(0, 0, 0);
}
.sessionUserName{
  color: rgb(34,110,34);
  font-size: 12px;
  font-style: italic;
}
.pendiente{
  color: rgb(163, 182, 80);
}
.completado{
  color: rgb(0, 34, 110);
}
.compparc{
  color: rgb(34,114,110);
}
.pagopen{
  color: rgb(100,100,100);
}
.procesando{
  color: rgb(23, 97, 9);
}
.nuevo{
  color: rgb(158, 36, 103);
}
.noconcret{
  color: rgb(203, 138, 77);
}
.tdDataPedido{
  font-weight: bold;
  text-align:right;
  width: 80px;
}

/* Barra horizontal de familias de las categorías */
.rowFams{
  border-top: 1px solid rgb(220,220,220);
  border-bottom: 1px solid rgb(220,220,220);
}
.colFam{
  border: 1px solid white;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  color: rgb(0,50,70);
}
.colFam span{
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.colFam:hover{
  border: 1px solid rgb(160, 160, 160);  
}
/* Categorías */
.colCats{
  display: none;
  position:absolute;
  width:100%;
  margin-top:1px;
  z-index: 1;
  padding:0;
}
.colCats ul{
  padding:0;
  margin: 0;
}
.possibleProd:hover,.aCateg:hover{
  background-color: rgb(219, 249, 255);
}
.aCateg{
  cursor: pointer;
  font-size: 12px;
}

/* Donde se ve el path de la categoría de prducto en que se está */
.colCurrPath a{
  color: rgb(23, 114, 167);
  font-size: 14px;
}
.colCurrPath a:hover{
  color: rgb(17, 76, 96);
  text-decoration:underline;
}
.currPath{
  color: rgb(155, 161, 165) !important;
}
.pathArrow{
  color: rgb(126, 129, 131);
  font-size: 11px;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
}
.w100{
  width: 100% !important;
}

.oferta{
  background-color:rgb(229, 236, 138);
}