.btn-primary
{
    background-color: rgb(26, 171, 161) !important;
    border-color:  rgb(22, 146, 138) !important;
}

.separador
{
    width:100%;
    clear:both;
    margin:0px;
    padding:0px;
    border-bottom:5px #444 solid;

}

.bloque-out
{
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    
    background-color: #fefefe;
    margin:2px 0px 2px 0px;
}

.well
{
    border: 1px solid #eee;
    border-top: 3px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    
    background-color: #fefefe;
    margin:10px 0px 10px 0px;
    padding:10px 15px 10px 15px;
    
}


.bloque-titulo
{
    font-weight:bold;
    font-size: larger;
    background-color: #eee;
    margin:0px;
    
    padding:2px 0px 2px 15px;
}

.bloque-cuerpo
{
    padding:7px 5px 7px 15px;
}

.thumb {
    width:100px;
    height:100px;
    object-fit: cover;
    float:left;
}

a {
    text-decoration: none;
    /* color: rgb(26, 171, 161); */
    color: rgb(0, 140, 221);
    
}


.cabeceraCategorias
{
	background-color: #19B1A0;
	border-color: #117C70;
    color:#fefefe;
}	

.list-group-item.active
{
	background-color: #117C70;
	border-color: #19B1A0;
}


.categoriaNivel1
{
	font-size:16px;
	background-color:#ccc !important;
    color:#000 !important;
}
.categoriaNivel2
{
	font-size:14px;
	background-color:#eee !important;
    color:#000 !important;
}
.categoriaNivel3
{
	font-size:10px;
	background-color:rgb(242, 255, 251) !important;
    color:#000 !important;
}
.categoriaNivel4
{
	font-size:8px;
	background-color:rgb(221, 255, 245) !important;
    color:#000 !important;
}

.categoriaPARENT
{
	font-size:16px;
	background-color:#bbb;
}

.categoriaS2
{
	font-size:14px;
	background-color:#ccc;
}

.categoriaS3
{
	font-size:12px;
	background-color:#ddd;
}

.categoriaS4
{
	font-size:10px;
	background-color:#eee;
}

.cabecera_comprar_sticky
	{
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -ms-sticky;
		position: -o-sticky;
		position: sticky;
		bottom: 0px; 
		z-index: 999;
		/* background:#fff !important; */ 
	}

    .boton_carrito_sticky
	{
		position: -webkit-sticky !important;
		position: -moz-sticky !important;
		position: -ms-sticky !important;
		position: -o-sticky !important;
		position: sticky !important;
		top: 0px !important;
		z-index: 999 !important;
		/* background:#fff !important; */ 
        float:right;
	}

    
    .btn-light
    {
        border:#9b9b9b solid 1px;
    }

/*
table.documento
{
    font-family: 'consolas', 'Courier New', Courier, monospace;
}

table.documento > tbody > tr > td
{
    background-color: white;
}

table.documento > tbody > tr > td.price, table.documento > tbody > tr > td.amount, table.documento > tfoot > tr > td.total-amount
{
    text-align:right;
}
table.documento > tfoot > tr > td.price
{
    text-align:right;
}

*/



@media screen and (max-width: 767px) {
    .hidden-mobile {
      display: none;
    }
  }	
  
  @media screen and (min-width: 767px) { 
    .hidden-desktop {
      display: none;
    } 
  }	
  