@media (max-width: 767px) {
  .navbar-image {
    margin-left: 15px;
  }
  .navbar-toggle:hover {
    color: #ffffff;
  }
}
.navbar-toggle {
  float: left;
  margin-left: 15px;
  padding: 6px 8px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
}
@media (min-width: 0) {
  .navbar-toggle {
    display: block;
    /* force showing the toggle */
  }
}
.navbar-image {
  padding: 0px !important;
}
@media (min-width: 768px) {
  .navbar-image {
    padding-left: 17px !important;
  }
}
.navbar-modelo {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}
.navbar-modelo .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-modelo .navbar-nav > li > a:hover {
  background-color: #212121;
  color: #ffffff;
}
.navbar-modelo .navbar-nav > .open > a,
.navbar-modelo .navbar-nav > .open > a:hover,
.navbar-modelo .navbar-nav > .open > a:focus {
  background-color: #212121;
  color: #ffffff;
}
.navbar-modelo .navbar-toggle {
  border-color: #ffffff;
}
.navbar-modelo .navbar-toggle:hover,
.navbar-modelo .navbar-toggle:focus {
  background-color: #212121;
}
.navbar-modelo .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-modelo .navbar-nav > .active > a,
.navbar-modelo .navbar-nav > .active > a:hover {
  background-color: #212121;
  color: #ffffff;
}
.carousel-control {
  background-image: none !important;
  filter: none !important;
  opacity: 1 !important;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-left {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
  z-index: 5;
  font-size: 40px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-right {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -20px;
  z-index: 5;
  font-size: 40px;
}
.carousel ol {
  bottom: 0px;
}
/*
Document   : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author     : Hunter Perrin
Version    : 1.2.0
Link       : http://pinesframework.org/pnotify/
Description:
	Default styling for Pines Notify jQuery plugin.
*/
/* -- Notice */
.ui-pnotify {
  top: 10px;
  right: 10px;
  position: absolute;
  height: auto;
  z-index: 9999;
}
/* Hides position: fixed from IE6 */
html > body .ui-pnotify {
  position: fixed;
}
.ui-pnotify-container {
  background-position: 0 0;
  padding: 0.8em;
  height: 100%;
  margin: 0;
}
.ui-pnotify-title {
  display: block;
  margin-bottom: 0.4em;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: bold;
  font-size: 14px !important;
}
.ui-pnotify-text {
  display: block;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
}
.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: 0.2em;
  font-size: 14px;
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em;
}
/* -- History Pulldown */
.ui-pnotify-history-container {
  display: none;
}
.navegadores-body {
  font-family: Helvetica, Arial;
  font-size: 14px;
  font-weight: lighter;
  background-color: #ffffff;
  color: #000000;
  padding-top: 20px;
  text-align: center;
}
.navegadores-table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.navegadores-title {
  padding-top: 20px;
  font-family: Helvetica, Arial;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.navegadores {
  display: block;
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
  clear: both;
}
.navegadores li {
  float: left;
}
.navegadores li {
  float: left;
}
.navegador {
  text-align: center;
}
.navegadores-movil {
  padding-top: 20px;
}
html,
body {
  height: 100%;
  background-color: #ffffff;
}
h1 {
  font-size: 24px !important;
}
h2 {
  font-size: 18px !important;
}
h3 {
  font-size: 16px !important;
}
.jumbotron h1 {
  font-size: 48px !important;
}
a:hover {
  text-decoration: none !important;
}
.navmenu {
  z-index: 0;
}
.navmenu i {
  width: 25px;
}
.canvas {
  position: relative;
  left: 0;
  /*z-index: 2;*/
  min-height: 100%;
  padding: 50px 0 0 0;
  background: #ffffff;
  height: auto;
  height: 100% !important;
}
@media (min-width: 768px) {
  body {
    padding: 0;
  }
  .canvas {
    padding: 0;
  }
}
a:hover,
.btn-link {
  text-decoration: none !important;
}
#wrap {
  min-height: 100% !important;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  padding: 0 0 60px;
  padding-top: 40px;
  background-color: #ffffff;
}
#wrap > .container {
  padding-top: 30px;
}
#footer {
  height: 60px;
  font-size: 11px;
  padding: 20px 0;
}
#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.pointer {
  cursor: pointer;
  cursor: hand;
}
th span {
  padding: 0px !important;
}
.pagina {
  width: 40px;
  text-align: center;
}
.alert-fixed-top {
  margin-top: 50px;
}
.nav .title {
  font-size: 12px;
  font-weight: bold;
}
#pedido-datos.affix {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
}
.text-bold {
  font-weight: bold;
}
.color-sample {
  margin-right: 5px;
  margin-top: -2px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
}
/*# sourceMappingURL=style.css.map */