.bgc-body {
    background-color: #f2f2f2 !important;
}

.bgc-contenedor {
  background-color: #aaa !important;
}

.bgc-header {
  background-color: #e0ebeb !important;
}

.bgc-nav {
  background-color: #006699 !important;
}

.bgc-footer {
  background-color: #003366 !important;
}


.slide-encabezado {
  position: absolute;
  right: 1%;
  top: 5px;
  left: 1%;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
  background-color: rgba(10,10,10, 0.4);
}

/*MENU*/
.dropdown-menu
{
    color: #0000ff; /*OJO*/
    background-color: rgba(0,102,153,0.7);
}

.dropdown-item {
  color: #fff;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #005580;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #004466;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
/*CARD*/
.c_stock{
    color: #0099ff;
    font-weight:bold;
}
.c_precio{
    color: #ff0000;
    font-weight:bold;
}

.c_titulo{
    font-size: 18px;
    font-family: 'Arial Narrow', sans-serif;
    font-weight:bold;
}
.c_contenido{
    font-size: 15px;
    font-family: 'Arial Narrow', sans-serif;
}
.c_button{
    font-size: 15px;
    font-family: 'Arial Narrow', sans-serif;
    font-weight:bold;
}

