.site-body .page-header {
    padding-bottom: 0px;
    margin-top: -60px;
    margin-bottom: 0;
    min-height: 20px;
    padding-top: 77px;
    border: none;
    margin-left: -3000px;
    padding-left: 3000px;
    margin-right: -3000px;
    padding-right: 3000px;
}

.logo-market {
        
    height: 40px !important;

}

/* Caja Inferior */
.site-footer a {
    color: #00b6d8;
}

.site-footer a:hover {
    color: #FFFFFF;
    text-decoration:none;
}

a {
    color: #FF0000;
    text-decoration:none;
}

a:hover {
    color: #000000;
    text-decoration:none;
}

.site-footer .btn-link a:hover {
     text-decoration:none;
}

/* Nombre de cada producto */

.listado-productos .thumbnail h5 a:hover {
    text-decoration:none;
    color: #FF0000;
}

.btn-primary {
    color: #fff;
    background-color: #FF0000;
}

.btn-primary:hover{
    color: #fff;
    background-color: #000000;
}

/* Sección Contacto */

.contacto-informacion a {
    border-color: transparent;
    cursor: pointer;
    color: #FF0000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration:none;
}

.contacto-informacion a:hover {
    border-color: transparent;
    cursor: pointer;
    color: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration:none;
}