body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;

}

.error-message {
  color:red;
}

.oculto {
  display: none;
}

.flash-msg {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
}

.img-pedidos {
    height: 60px;
}

.remove {
  color: #000000;
  font-size: 1.3em;
}
.remove:hover {
  color: #000000;
}
.tr { text-align: right }

.total {
  
  font-size: 15px;
  font-weight: bold;
  color: red;
  padding-left: 0px;

}
/*PDF*/


.vista {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
    width: 10em;
    background: white;
    color: #245580;
    border: none;

}


#content{
    background: #fff;
    clear: both;
    color: #333;
    padding: 10px 60px 40px 60px;
    overflow: auto;
}
.encabezado{

  background: #245580;
  color:white;
}
.celdapdf{
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 75%;

}
.headpdf{
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-left: 0px;
    vertical-align: top;
    width: 10em;
    background-color: #C2E6EE;
    color: #245580;
    border: none;

}
.headpdf2{
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-left: 0px;
    vertical-align: top;
    width: 10em;
    background-color: white;
    color: #245580;
    border: none;

}

.letra{

font-size: 80%;

}
hr {
  page-break-after: always;
  border: 0;
  margin: 0;
  padding: 0;
}

.nolink{

   text-decoration: none;
   color: black;
}
.imgpdf{


    position: absolute;
    top: 10px;
    left: 150px;
    width: 250px;
    height: 120px;
}

.terminos{

  position: absolute;
  top:850px;
  font-size: 55%;
}
.centrado{

  padding-left: 30%;

}
.centrado2{

  padding-left: 45%;
  
}
.limite{

  color: red;

}
.nomargin{

  margin-left: 0px !important;
}
body{

  background-image: url("ermita.jpg");
}
.derecha{

  float: right;
}

.pendiente{

  background-color: #FDBABA;

}