/**
 *
 * Apply Here your Custom CSS
 *
*/

body {}
#divTotalPagar {
    background-color: #087CC4;
    color: white;
    height: 40px;
    margin-top: -14px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    align-self: center;
}
#divCajaSeleccionada {
    background-color: #087CC4;
    color: white;
    height: 40px;
    margin-top: -14px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    align-self: center;
}
.divCotizacionSeleccionada {
    background-color: #087CC4;
    color: white;
    height: 40px;
    margin-top: -14px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    align-self: center;
}
#divTotalCompraDetalles {
    margin-top: 0px;
    padding: 12px;
    text-align: left;
    border: solid 2px #C0C0C0;
}
#panelDerecha {
    background-color: white;
    border: solid 2px #C0C0C0;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
#divDetalles {
    border-right-style: solid;
    border-right-color: #087CC4;
    text-align: left;
}
.separador {
    background-color: #087CC4;
    height: 2px;
    width: 100%;
    padding: 14px;
}
.separador2 {
    background-color: #087CC4;
    height: 2px;
    width: 100%;
    padding: 1px;
}
#divTotalVentaDetalles {
    border: 50px red;
}
#gallery-env article.album header img {
  line-height: 1;
  margin: 0;
  width: 100%;
  display: block;
  max-width: 100%;
  height: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#myImg:hover {opacity: 0.7;}