.textoComun {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-style: normal;
        font-weight: normal;
        color: #010066;
}
.textoBlanco {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-style: normal;
        color: #FFFFFF;
}
.textDestacado {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-style: normal;
        font-weight: bold;
        color: #010066;
}
.destacadoBlanco {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-style: normal;
        font-weight: bold;
}
.comunRojo {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #FF6600;
}
body {
  MARGIN: 0px;
}

#formulario {
  VERTICAL-ALIGN:top;
  TEXT-ALIGN:right;
}

.cajaSimple {
  border: Solid Black 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  color: #010066;
  background-color: #fbfbfb;
}

.tablaResumenCompra {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #010066;
}

.tablaResumenCabecera {
  text-align: center;
  font-size: large;
}

.tablaResumenReferencia {
  background-color: #FFF8C7;
  font-weight: bold;
  text-align: center;
}

.tablaResumenPrecio {
  padding-bottom: 3px;
}

.tablaResumenTotal {
  border-top: solid;
  border-top-color: black;
  border-top-width: 1px;
}

.producto {
  border-bottom: solid;
  border-bottom-color: gray;
  border-bottom-width: 2px;
  padding-top: 10px;
}

.borde {
  border-top: solid;
  border-top-color: gray;
  border-top-width: 2px;
}

.textoError {
  color: red;
}

.nombreProducto {
  font-weight: bold;
  font-size: 18pt;
  color: #202010;
}

.descripcionProducto {
  margin: 10px;
  padding: 5px;
  border: gray Solid 1px;
  text-align:justify;
  font-size: 10pt;
}