.bgc-body {
    background-color: #f2f2f2 !important;
    background-image: url("../img/fondo.jpg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-attachment: fixed;
}

.bgc-contenedor {
    background-color: rgba(255,255,255,0.5) !important;
    border: 1px;
}

.bgc-header {
  /*background-color: #f2f2f2 !important;*/
}

.bgc-nav {
  /*background-color: #8c8c8c !important;*/
    background-color: rgba(36, 143, 36, 0.9);*/
}

.bgc-slide {
  background-color: #f0f !important;
}


.bgc-footer {
  background-color:  rgba(36, 143, 36, 0.6) !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*/
.nav-item
{
    /*background-color: rgba(0,0,140,0.7);*/
    background-image: url("../img/madera_03.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    fixed cover;
    
    text-align: center;
    font-size: 20px;
}

.dropdown-menu
{
    color: #0000ff; /*OJO*/
    background-color: rgba(140,140,140,0.0);
    /*background-image: url("../img/madera_04.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    
    text-align: center;
    border: none;
}

.dropdown-item {
  color: #fff;
    background-color: rgba(140,140,140,0.0);
    background-image: url("../img/madera_04.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #cccccc;
}

.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;
}

