.page-content .noticias {

    border-top: 10px solid #ff681c;
}

.page-content .titulo-destacado h1:before {
    content: "";
    border-bottom: 3px solid #ff681c;

}

.page-content .titulo-destacado h1:after {
    content: "";
    border-bottom: 3px solid #ff681c;

}

.page-content .notas img {
    border-bottom: 8px solid #ff681c;
}

.page-header {

    background: #ff681c;
}


.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
   font-weight: 900;
   padding: 20px 15px;
   margin-top:20px;
   margin-left:20px;
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #ff681c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

a {
    color: #ff681c;
    text-decoration: none;
}

.listado-productos img {
    padding: 0;
    background: #ffffff;
}

.thumbnail .caption {
    padding: 9px;
    color: #ff681c;
}

.listado-productos .thumbnail .caption {
    padding: 0 9px 9px;
    color: #ff681c;
    position: relative;
    background-color: #fff;
}

.listado-productos .thumbnail h5 {
    font-size: 16px;
    min-height: 48px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 -9px 10px;
    padding: 5px 0 5px 3px;
    background-color: #ff681c;
    font-family: 'Bree Serif',serif;
}



.navbar .navbar-inner .nav > li > a {
    color: #44424 !important;
    border: none !important;
    font-size: 12px;
}

.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
    font-weight: 900;
    padding: 20px 10px;
    margin-top: 20px;
    margin-left: 20px;
}

.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    font-size: 17px;
    font-weight: bold;
}


.page-header h1 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 0;
    padding: 5px 15px;
    font-weight: 400;
}


.btn-primary {
    color: #fff;
    width: 65%;
    background-color: #C0C0C1;
    border-color: #7b7d80 #7b7d80 #565759;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}

.btn-small {
    padding: 2px 10px;
    font-size: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn {
    display: inline-block;
    padding: 10px 6px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 6px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #464133;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.listado-productos .btn-primary {
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    margin: 13px 1px 0px 0;
}

.page-content .notas img {
    border-bottom: 8px solid #ffffff;
}

.muted {
    color: #494b48;
}

span.precio-importe
{
visibility: hidden;
}

span.monto
{
visibility: hidden;
}

small.moneda
{
visibility: hidden;
}
small.precio-moneda-simbolo
{
visibility: hidden;
}

.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}

.nav.pull-right>li {
     display: none;
}