﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* Custom
-------------------------------------------------- */
h1{font-size:x-large;font-weight:400}
.imga {
    width: 150px;
    height: 75px;
    border: 0 solid #FFF;
    box-shadow: 1px 1px 2px #666;
}
.imgb {
    border: 0 solid #FFF;
    box-shadow: 1px 1px 2px #666;
}
.header {
    float: left;
    width: 1250px;
    height: 80px;
    margin-top: 0;
    -webkit-box-shadow: 10px 10px 31px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 31px -13px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 31px -13px rgba(0,0,0,0.75);
}
.sidel {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    padding:0;
}
.sider {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    padding: 0;
}
.sidelv {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    padding: 0;
}

.siderv {
    -ms-flex: 0 0 336px;
    flex: 0 0 336px;
    padding: 0;
}

@media (max-width: 690px) {
    .sidel {
        display: none;
    }
    .sider {
        display: none;
    }
    .sidelv {
        display: none;
    }

    .siderv {
        display: none;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }
}
.pagination{padding:20px 0 0}
.titbuscar {
    font-size: larger;
    height: 38px;
    border-bottom: 1px dotted #dcdcdc;
    cursor: pointer;
    margin-left: 5px;
}
.titbuscarver {
    font-size: larger;
    height: 38px;
    border-bottom: 1px dotted #dcdcdc;
    cursor: pointer;
    margin: 30px 0 0 5px;
}
.dbuscar{margin-left:5px;display:none}
.dotrasmarcas {
    font-weight: normal;
    text-align: center;
    padding-top: 20px
}
a.h1link:hover {
    text-decoration: none;
    color:darkblue;
}
.validation-summary {display: none;}
.validation-summary-valid {display: none;}
.validation-summary.validation-summary-error {display: block;}
.ddanger {background-color:#fdfafa}
.container {margin-right:0;margin-left:0}
.nav-item{padding:0 5px}