/*body, p, h1, h2, h3, h4 {
    font-family: 'Times New Roman',serif;
}*/./*navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #fff;
    background: -moz-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,.65)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,0,.65) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,.65) 0,rgba(0,0,0,0) 100%);*/
    
    site-header {
    text-decoration: none;
    /*background: #ffffff;
    
    background: linear-gradient(to bottom,#ffffff 1%,#fffeee 32%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);*/
    background: white;
    padding: 0;
}
.site-header a.brand {
    text-decoration: none;
    background: #ffffff !important;
    
    padding: 22px;
}
.brand img.logo-market {
    height: auto !important;
    width: 35% !important;
}
.site-footer, .site-footer a {
    font-size: 19px;
    line-height: 120%;
}

h2.producto-descripcion-parcial {   font-size: 1.1em;}
span.producto-descripcion { text-transform: uppercase;}


.home .page-header h1 {
    padding-left: 0;
    font-weight: 900;
    font-size: 26px;
    color: #fff;
    margin-left: 15px;
}

.page-header h1 small {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}