/*//estilo datos cabecera*/

.menu_usuario{
    background-color: #f7f7f7;
    alignment-adjust: central;
    color: #0B0B61;
}

.imgnegocio{
    opacity: .5;
}

.reportproducto{
    border: solid 1px #0B0B3B;
    background-color: #F0E5CC;
}
.reportproducto td{
    border-bottom:  solid 1px #0B0B3B;
}

.TabFormulario{    
    padding: 30px 30px 15px 15px;
    background: #F0E5CC; 
    -moz-box-shadow: 10px 10px 5px #CCC;
    -webkit-box-shadow: 10px 10px 5px #CCC;
    box-shadow: 6px 6px 5px #999;
    /*-webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;*/    
}

.TituloFormulario{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
    background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');
    background-color:#A65B1A;    
    padding: 5px 5px 5px 5px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.titulolabel{
    color: #084B8A;
    font-size: 12px;   
}

.text-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.text-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.text-control:-moz-placeholder {
    color: #999999;
}

.text-control::-moz-placeholder {
    color: #999999;
}

.text-control:-ms-input-placeholder {
    color: #999999;
}

.text-control::-webkit-input-placeholder {
    color: #999999;
}

textarea.text-control {
    height: auto;
}

.has-warning .text-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .text-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-error .text-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .text-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-success .text-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .text-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.text-control-static {
    padding-top: 7px;
    margin-bottom: 0;
}

.text-control[disabled],
.text-control[readonly],
fieldset[disabled] .text-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.CajaCabeceras{   
    border-top:  solid 2px #0A0A2A;
    border-left:   solid 2px #0A0A2A;
    border-right:  solid 2px #0A0A2A;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
    background-color: #F7F2E0;
    padding: 15px 15px 15px 15px;
    
}

.CajaTitulos{
    width: 100%;
    text-align: center;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
    background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
    background-color:#A65B1A; 
    color:#FFFFFF; 
    font-size: 10px; 
    border: solid 2px #0A0A2A;
}

.CajaScroll{
    background-image: url(../img/fondo1.png);
    border-bottom:  solid 2px #0A0A2A;
    border-left:   solid 2px #0A0A2A;
    border-right:  solid 2px #0A0A2A;
}

.CajaComentario{ 
    background-color:  #F7F2E0;
    border-left:     solid 2px #0A0A2A;
    border-right:     solid 2px #0A0A2A;
}

.CajaVentaComentario{ 
    background-color:  #F7F2E0;
    border-left:    solid 2px #0A0A2A;
    border-right:   solid 2px #0A0A2A;
    border-bottom:  solid 2px #0A0A2A;
    font-size: 12px;
    width: 100%;   
}

.formapago{
    text-align: center;
    border-right:  2px solid #cccccc;
}

#NumBancoOculto{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#LetraCambioOculto{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#CampoNumOculto{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#LetTotalOculto{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#CampTotalOculto{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#LetPagoOculto{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#textototal{ 
    font-family: arial,verdana; 
    display: none;
}

#campototal{
    font-family: arial,verdana; 
    display: none;
}

#textopago{  
    font-family: arial,verdana; 
    display: none;
}

#CampoPago{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#letracambio{  
    font-family: arial,verdana; 
    display: none;
}

#totalcambio{ 
    font-family: arial,verdana; 
    display: none;
}

.CajaCuerpo{
    background-image: url(../img/fondo1.png);  
}

.CajaCuerpo td{
    font-size: 12px;
    border-bottom: solid 1px #D8F6CE;
    text-align: center;
    padding: 5px 1px 1px 1px;
}

.text-existencia{
    display: block;
    width: 100%;
    padding: 6px 5px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #fff;
    vertical-align: middle;
    background-color:#C11;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.text-cantidad,.text-precio,.text-descuento,.txtDescuento,.text-impuesto,.txtIva,.text-descripcion {
  display: block;
  width: 100%;
  padding: 6px 5px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.txt-des {
    text-transform:uppercase;
    display: block;
    width: 100%;
    padding: 6px 5px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


.txt-des[disabled],
.txt-des[readonly],
fieldset[disabled] .txt-des {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.text-descripcion[disabled],
.text-descripcion[readonly],
fieldset[disabled] .text-descripcion {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.txtIva[disabled],
.txtIva[readonly],
fieldset[disabled] .txtIva {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.text-cantidad[disabled],
.text-cantidad[readonly],
fieldset[disabled] .text-cantidad {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.text-descuento[disabled],
.text-descuento[readonly],
fieldset[disabled] .text-descuento {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.text-impuesto[disabled],
.text-impuesto[readonly],
fieldset[disabled] .text-impuesto {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.txtDescuento[disabled],
.txtDescuento[readonly],
fieldset[disabled] .txtDescuento {
    cursor: not-allowed;
    background-color: #eeeeee;
}
.txtCantidad1,.txtIva1,.txtPrecio1{
    display: block;
    width: 100%;
    padding: 6px 5px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.text-precio[disabled],
.text-precio[readonly],
fieldset[disabled] .text-precio {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.text-importe { 
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    /*//border-radius: 4px;*/
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
    background: #F0E5CC;
    color: #000;
} 

.TxtTotales{
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: middle;
    border: solid 2px #A65B1A;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
    background: #F0E5CC;
    color: #000;  
}
.cod{    
    border-right: 1px solid #0B0B3B; 
    font-family: sans-serif;
    border-bottom: 1px solid #0B0B3B;
    background-color: #E6E6E6;
    font-size: 12px;
}

#ParcialTexto{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#Parcial{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#DeTexto{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#De{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#loading-div-background {
    display:none;
    position:fixed;
    top:0;
    left:0;
    background:#000;
    width:100%;
    height:100%;
}

#loading-div{
    width: 300px;
    height: 200px;
    background-color: #fff;
    color: #000;
    text-align:center;
    position:absolute;
    left: 50%;
    top: 50%;
    margin-left:-150px;
    margin-top: -100px;
}

.Filtro{
    background-color: #000;
}

.TituloFiltroFecha{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
    background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');
    background-color:#A65B1A;    
    padding: 0px 5px 0px 5px;    
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

table.filtro th {
    text-align: center;  
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
    background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');
    background-color:#A65B1A; 
    color:#FFFFFF; 
    font-size: 12px; 
    font-weight: bold;
    border-left: 1px solid #BF691E;     
}

table.filtro td {
	padding: 3px 10px;
    padding-top: 3px;
    font-family: sans-serif;
    font-size: 12px ;
    border-left: 1px solid #E0F2F7; 
}

.CampoTexto{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.CampoTextoCliente{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.CajaPie{
    background-color:  #F7F2E0; 
    border: solid   2px #0A0A2A;   
}

.CajaPieRed{
    width: 1280px; 
    background-color:  #F7F2E0; 
    border: solid   2px #0A0A2A;   
}

.CajaPiePV{
    background-color:  #F7F2E0; 
    border-bottom:  solid 2px #0A0A2A;
    border-left:   solid 2px #0A0A2A;
    border-right:  solid 2px #0A0A2A;  
}

#CampoTipodeCambio{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#TextTipodeCambio{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

.FormularioPermisos{
    border: solid 2px #0A0A2A;
    border-radius: 10px;
    padding: 30px 30px 15px 15px;
    -moz-box-shadow:7px 7px 3px #CCC;
    -webkit-box-shadow: 10px 10px 5px #CCC;
    box-shadow: 7px 7px 3px #999;
}
.CabeceraPermisos{
    color: #fff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
    background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');
    padding: 8px 8px 8px 8px;
    height: 20px;
}

.TablaPermisos{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    padding: 15px 15px 15px 15px;
	text-align: left;
	border-collapse: collapse;
}

.TablaPermisos th{
    padding: 8px; 
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
    background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');
    border-top: solid 1px #0A0A2A;
    border-bottom: solid 1px #0A0A2A;
    border-left: solid 1px #0A0A2A;
    border-right: solid 1px #0A0A2A;
    text-align: center;
}

.TablaPermisos td{
    height: 2px;
	padding: 5px;
	background: #F0E5CC; 
	border-top: 1px solid #0A0A2A;
	color: #084B8A;
    border-left: solid 1px #0A0A2A;
    border-right: solid 1px #0A0A2A;
    border-bottom: solid 1px #0A0A2A; 
    font-size: 12px;
}

.TituloUsuario{
    background-color: #F0E5CC;
    border-bottom: solid 1px #0A0A2A;
    height: 35px;
}

.NombreProductoCombo{
    background: #F0E5CC; 
    padding: 15px 15px 15px 15px;
}

.Preciosproducto{
    border: solid 1px #E0E0E0;
    border-radius: 5px;
    padding: 5px 0px 5px 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    background: #F0E5CC;
    color: #000;
    font-size: 12px;
}

.TextEntrada{
    color: #0B0B61;
    font-size: 12px; 
}

.CajaCabeceras1{   
    border-top:  solid 2px #0A0A2A;
    border-left:   solid 2px #0A0A2A;
    border-right:  solid 2px #0A0A2A;
    font-family: sans-serif;
    color: #0A0A2A;    
    background-color: #F7F2E0;
    padding: 15px 15px 15px 15px;
    width: 100%;  
} 

.CajaTitulos1{
    text-align: center;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
    background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
    background-color:#A65B1A; 
    color:#FFFFFF; 
    font-size: 10px; 
    border: solid 2px #0A0A2A;
}

#FiltroAlumno2{
    height:425px;
	width:auto;
    border: 1px dashed #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
    
}

#div1 {
	overflow:scroll;
	height:415px;
	width:auto;
}

#div1 table {
	width:500px;
     background-color: #ffffff;
        
}

.modAsignacionPolitica{     
    margin:20px auto;   
    border: solid 1px #E0E0E0;
    border-radius: 10px;
    padding: 15px 15px 15px 15px;

    -moz-box-shadow: 10px 10px 5px #CCC;
    -webkit-box-shadow: 10px 10px 5px #CCC;
    box-shadow: 10px 10px 5px #999;
    background-color: #FFFFFF;
    width: 980px;
    height: 700px;
}

#politicas_asignadas{
	width:450px;
	background-color:#FFFFFF;
	height:500px;
	border:1px dashed #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#columna_izquierda{
	float:left;
}

#columna_derecha{
	float:right;
}

#politicas_disponibles{
	width:450px;
	height:500px;
	background-color:#FFFFFF;
	border:1px dashed #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
              
#sortable1, #sortable2 {
    list-style-type: none;
    margin: 0; 
    padding: 0; 
    float: left; 
    margin-right: 5px; 
    padding: 5px; 
    width: 350px;
    height: 100px; 
}

#sortable1 li, #sortable2 li { 
    margin: 0 5px 5px 5px; 
    padding: 5px; 
    font-size: 12px;
    width: 360px; 
    border-radius: 10px;
    border: 1px solid rgb(225,9,9);
    background: rgba(225,9,9,0.15);
    font-weight: normal;
    color: #555555;
}

#politicas_disponibles{
	width:450px;
	height:500px;
	background-color:#FFFFFF;
	border:1px dashed #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#politicas_asignadas{
	width:450px;
	background-color:#FFFFFF;
	height:500px;
	border:1px dashed #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.CajaResultadoRedAct{   
    border-left:   solid 2px #0A0A2A;
    border-right:  solid 2px #0A0A2A;
    border-bottom: solid 2px #0A0A2A;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
    background-color: #F7F2E0;
    padding: 15px 15px 15px 15px;
}
.txtCampoNumeros{
    font-family:  arial,verdana;
    font-size: 12px;
    color: black;
    background: #F0E5CC;   
    border-radius:3px #0A0A2A;
    border: solid 1px;
    height: 20px;   
    text-align: right;
}

.CajaResultadoRed{   
    border-left:   solid 2px #0A0A2A;
    border-right:  solid 2px #0A0A2A;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
    background-color: #F7F2E0;
    padding: 15px 15px 15px 15px;
}

.CajaResultadoRed1{   
    border: solid 2px #0A0A2A;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
    background-color: #F7F2E0;
    padding: 15px 15px 15px 15px;
} 

.TotalDetalleRed{
    height: 30px;
    border:  solid 2px #0A0A2A;
    background-image: url(../img/fondo1.png); 
}

 .txtImporte {
    font-family:  arial,verdana;
    font-size: 12px;
    color: #000;
    border: solid 2px #A65B1A;
    height: 20px;   
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
    background: #F0E5CC;
}

#totalcambio{
    font-family: arial,verdana; 
    display: none;
}

#CampoCambio{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

.datagrid table { 
    border-collapse: collapse; 
    text-align: left; width: 100%; 
} 

.datagrid {
    font: normal 10px/150% Arial, Helvetica, sans-serif; 
    background: #fff; 
    overflow: hidden;
    border: 1px solid #A65B1A; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px; 
}

.datagrid table td, .datagrid table th { 
    padding: 3px 10px; 
}

.datagrid table thead th {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
    background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');
    background-color:#A65B1A; 
    color:#FFFFFF; 
    font-size: 10px; 
    font-weight: bold;
    border-left: 1px solid #BF691E; 
} 

.datagrid table thead th:first-child { 
    border: none; 
}

.datagrid table tbody td { 
    color: #7F4614; 
    border-left: 1px solid #D9CFB8;
    font-size: 10px;
    font-weight: normal;
}

.datagrid table tbody .alt td { 
    background: #F0E5CC; 
    color: #7F4614; 
}

.datagrid table tbody td:first-child { 
    border-left: none;
}

.datagrid table tbody tr:last-child td { 
    border-bottom: none; 
}

.datagrid table tfoot td div {
    border-top: 1px solid #A65B1A;
    background: #F0E5CC;
}

.datagrid table tfoot td { 
    padding: 0; 
    font-size: 10px 
} 

.datagrid table tfoot td div{ padding: 2px; }
.datagrid table tfoot td ul { 
    margin: 0; 
    padding:0;
    list-style: none; 
    text-align: right; 
}

.datagrid table tfoot  li {
    display: inline;
}

.datagrid table tfoot li a { 
    text-decoration: none; 
    display: inline-block; 
    padding: 2px 8px; 
    margin: 1px;color: #FFFFFF;
    border: 1px solid #A65B1A;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
    background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');background-color:#A65B1A; 
}

.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { 
    text-decoration: none;
    border-color: #7F4614;
    color: #FFFFFF; 
    background: none; 
    background-color:#A65B1A;
}

.DatosGenerales{  
    border: solid 2px #0A0A2A;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
    background-color: #F7F2E0;
    padding: 15px 15px 15px 15px;
}

.CajaScrollProyecto{
    background-image: url(../img/fondo1.png);
    border-bottom:  solid 2px #0A0A2A;
    border-left:   solid 2px #0A0A2A;
    border-right:  solid 2px #0A0A2A;
}

.ResultadoCargaCD{
    background-color:  #F7F2E0;
    border-left:    solid 2px #0A0A2A;
    border-right:     solid 2px #0A0A2A;
    border-bottom:      solid 2px #0A0A2A;
}   

.TotalConsumo{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #0A0A2A;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    text-align: right;
}

.CajaCabecerasResultado{   
    border: solid 2px #0A0A2A;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
    background-color: #F7F2E0;
    padding: 15px 15px 15px 15px;
}

.CajaCabecerasResultado td{   
    border-bottom:   solid 1px #0B0B3B;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
    background-color: #F7F2E0;
    padding: 15px 15px 15px 15px;
}

.CajaProyectoInter{   
    border-top:  solid 2px #0A0A2A;
    border-left:   solid 2px #0A0A2A;
    border-right:  solid 2px #0A0A2A;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
    background-color: #F7F2E0;
    padding: 15px 15px 15px 15px;
}

.CajaProyectoInter td{   
    border-bottom:   solid 1px #0B0B3B;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
    background-color: #F7F2E0;
    padding: 15px 15px 15px 15px;
} 

#Equipo1{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#Equipo2{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#Equipo3{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#Equipo4{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#Equipo5{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#Equipo6{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

.ClassCantidadCD{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ClassPotenciaCD{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ClassHorasUsoCD{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ClassDiasUsoCD{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ClassCantidadCA{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ClassPotenciaCA{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ClassHorasUsoCA{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ClassDiasUsoCA{
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#errorcalculo{
    background-color: #D8D8D8;
    color: #FF0000;
}

.ConsumoDiarioCA{
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: solid 2px #A65B1A;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
    background: #F0E5CC;
    color: #000;
}

.CampoDemandaCA{
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: solid 2px #A65B1A;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
    background: #F0E5CC;
    color: #000;
}

.ConsumoEquipoCA{
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: solid 2px #A65B1A;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
    background: #F0E5CC;
    color: #000;
}   

.ConsumoDiarioCD{
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: solid 2px #A65B1A;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
    background: #F0E5CC;
    color: #000;
}

.CampoDemandaCD{
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: solid 2px #A65B1A;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
    background: #F0E5CC;
    color: #000;
}

.TitleCarga{
    background-color: #D8D8D8;
    color: #0A0A2A;
    font-weight: bold;
}

.CajaResultado{
    border-bottom:   solid 2px #0B0B3B;
    border-left:    solid 2px #0B0B3B;
    border-right:    solid 2px #0B0B3B;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
    background-color: #D8D8D8;
    padding: 15px 15px 15px 15px;
}

.CajaResultado td{   
    border-top:   solid 1px #0B0B3B;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
    background-color: #F7F2E0;
    padding: 5px 5px 5px 5px;
}

.TextCostoInventario{
    color: #fff;
    font-size: 12px; 
}

/*.error{
    width: 250px;
    //background-color: #FA5858;    
    background: #F0E5CC; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 4px 4x 1px #CCC;
    -webkit-box-shadow: 4px 4px 1px #CCC;
    box-shadow: 4px 4px 1px #999;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;    
}*/

input.error { border: 1px solid red; background-color: #fff; color: #000; }

select.error { border: 1px solid red; background-color: #fff; color: #000; }

textarea.error { border: 1px solid red; background-color: #fff; color: #000; }

label.error { border: 1px solid red; 
}
/*.sysMesg {
    font-family:  arial,verdana;
    color: red;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;

}*/

/*.LoginError {
    font-family:  arial,verdana;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
    background: -moz-linear-gradient(center top , #F24537 5%, #C62D1F 100%) repeat scroll 0% 0% #F24537;
}*/
.img-logo{
    max-height: 80px;
    margin-top: 5px;
    alignment-adjust: center;
    border: solid 2px #0B0B3B;
}
.titletr{
    background-color: #FBF5EF;
    border-bottom: solid 1px #0B0B3B;
 
}
.reportproducto{
    border: solid 1px #0B0B3B;
    background-color: #F0E5CC;
}
.reportproducto td{
    border-bottom:  solid 1px #0B0B3B;
}
.amarrillo{
    background-color: #F3E2A9;
    color: #000;
}
.blaco{
    background-color: #fff;
    color: #000;
}
.rojo{
    background-color: #FA5858;
    color: #fff;
}
.rojofuerte{
    background-color:#DF0101;
    color: #fff;
}

/*//Estilo Caja Touch*/
#divtouch {   
    position:fixed;
    top:0;
    left:0;
    background:#000;
    width:100%;
    height:100%;
}

.VentaTouch{ 
    /*border: solid 1px #0A0A2A; */
    /* font-family: sans-serif; */
    font-size: 14px;
    color: #0A0A2A;
    background: #088A08;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    padding: 5px;
}

.tabletouch{
    font-family: arial,verdana;
    font-size: 12px;
    color: #0A0A2A;
    border:  0px;
    background-color: #F0E5CC;   
}

.border{
    border-bottom: #0B0B3B;
}

.titledetalle{
    background-color: #754113;
    border-bottom: #fff;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.detalle{
   
    background-color:#A65B1A;     
    padding: 5px 5px 5px 5px;    
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.DetalleTouch{    
     border: 0px;
     border-radius: 5px;
     background-image: url(../img/fondo1.png);
     width: 100%;
     font-size: 12px;

}
.DetalleTouch td{
    padding: 3px;
    font-size: 12px;
    border-bottom: solid 1px #D8F6CE;
    text-align: center;
}

.MetododePago{
    height: 30px;
    border:  solid 1px #0A0A2A;
    background: #fff;
    font-size: 12px;
}

#MetodoPago{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
    font-size: 12px;
}

.formapago{
    text-align: center;
    border-right:  2px solid #cccccc;
    font-size: 12px;
}

.txtImportetoch { 
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
    background: #F0E5CC;
    color: #000;
}

.numeros{
    background-color: #000;
    font-size: 12px;
}

.cambio{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
}

.cajacambio{
    background-color: #F0E5CC;
    text-align: center;
    border:  solid 1px #0A0A2A;
    font-size: 12px;
}

.cajaaplicar{
    height: 110px;
    background-color: #F0E5CC;
    text-align: center;
    font-size: 12px;
}

#textototal{ 
    font-family: arial,verdana; 
    display: none;
    font-size: 12px;
}

#campototal{
    font-family: arial,verdana; 
    display: none;
    font-size: 12px;
}

#textopago{  
    font-family: arial,verdana; 
    display: none;
    font-size: 12px;
}

#campoPago{   
    font-family: arial,verdana; 
    display: none;
    font-size: 12px;
}

#letracambio{   
    font-family: arial,verdana; 
    display: none;
    font-size: 12px;
}

#totalcambio{
    font-family: arial,verdana; 
    display: none;
    font-size: 12px;
}

#letrareferencia{  
    font-family: arial,verdana; 
    display: none;
    font-size: 12px;
}

#camporeferencia{  
    font-family: arial,verdana; 
    display: none;
    font-size: 12px;
}

#loading-div{
    width: 300px;
    height: 200px;
    background-color: #fff;
    color: #000;
    text-align:center;
    position:absolute;
    left: 50%;
    top: 50%;
    margin-left:-150px;
    margin-top: -100px;
    font-size: 12px;
}

#divtouch {   
    position:fixed;
    top:0;
    left:0;
    background:#000;
    width:100%;
    height:100%;
    font-size: 12px;
}

.pie{ 
    border: 0px;
    font-family: sans-serif;
    font-size: 12px;
    color: #fff;
    /* background: #E6E6E6; */
    -webkit-border-radius: 15px; 
}

#Aplicar{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
    font-size: 12px;
}
.efi{
    background-color: #F3E2A9;
    border: 1px solid rgb(204, 204, 204);
}

#CampoPagoOcultar{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}
#LetTotalOcultar{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}
#CampTotalOcultar{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}
#LetPagoOcultar{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}
#CampoPagoOcultar{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}
#CampoCambioOcultar{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}
#LetraCambioOcultar{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#AyudaMac{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#AyudaWindows{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#cmbimpuesto{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
}

/*//ESTILOS PARA TALLER*/
.TablaRecepcionUnidad{
    background-image: url(../img/fondo1.png);
    border: solid 2px #0A0A2A;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
}

.TablaRecepcionUnidadRedActiva{
    width: 900px;
    alignment-adjust: central;
    background-image: url(../img/fondo1.png);
    border: solid 2px #0A0A2A;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
}

.TiuloTabla{
    border-bottom:   solid 1px #0A0A2A;
    text-align: center;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
    background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');
    background-color:#A65B1A; 
    color:#FFFFFF; 
    font-size: 12px;   
}

.TiuloTablaRedActiva{
    border-bottom:   solid 1px #0A0A2A;
    text-align: center;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
    background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');
    background-color:#A65B1A; 
    color:#FFFFFF; 
    font-size: 12px;   
}

#datosclienteservicio{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

.modTablaDatoServicio{
    border-bottom:   solid 1px #0A0A2A;
    border-right:   solid 1px #0A0A2A;
    background-image: url(../img/fondo1.png);
}

.modTablaDatoServicio td{
    padding: 3px;
    font-size: 12px;
    border-bottom: solid 1px #D8F6CE;
    text-align: center;
}

.TotalRecepcionUnidad{
    height: 30px;
    border-bottom:   solid 2px #0A0A2A;
    border-left:   solid 2px #0A0A2A;
    border-top:   solid 2px #0A0A2A;
    border-right:   solid 2px #0A0A2A;
    background-image: url(../img/fondo1.png);
}

.TitleTicket{
    background: #F0E5CC;
    text-align: center;
    border-left:   solid 1px #0A0A2A;
    border-top:   solid 1px #0A0A2A;
    border-right:   solid 1px #0A0A2A;
}

.TablaRecepcionUnidad{
    background-image: url(../img/fondo1.png);
    border: solid 2px #0A0A2A;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
}

.ProductoCombo{
    border-bottom:   solid 1px #0A0A2A;
    text-align: center; 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');
    background-color:#088A08; 
    color:#FFFFFF; 
    font-size: 12px;   
}

.TablaRefacccion{
    background-image: url(../img/fondo1.png);
     border-bottom:   solid 2px #0A0A2A;
    border-left:   solid 2px #0A0A2A;
    border-right:   solid 2px #0A0A2A;
    font-family: sans-serif;
    font-size: 12px;
    color: #0A0A2A;    
}

.CantidadEntregada { 
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
    background: #F0E5CC;
    color: #000;
}

.CantidadFaltante { 
    padding: 6px 12px;
    font-size: 12px;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
    background: #FF0000;
    color: #fff; 
}
 
.CajaImportes { 
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: right;
    background: #F0E5CC;
    color: #000; 
}

.CampoTextoProducto {
    text-transform:uppercase;   
    padding: 6px 12px;
    font-size: 12px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    color: #000;
}

.avisoregistro{
    font-size: 12px;
    border: solid 1px #777;
    padding: 7px;
    padding-left: 15px;
/*    //border-right: solid 1px #777;
    //border-radius: 10px;*/
    width: 100%;
    margin-right: 20px;
    text-align: left;
    background: #E0ECF8;
}
  
.registro{
    text-align: center;
}

.cambiocontraseña{
    width:75%;
    margin:0 auto;
    padding:0px;
    padding-left:5px;
    border:solid 1px #cccccc;
    padding: 8px;
    background:#f9f9f9;
}

 .registro-izq{
    text-align: right;
    float: left;
    line-height: 30px;
    width: 25%;
}

.registro-der{
    text-align: right;
    float: left;
    width: 57%;
    line-height: 30px;
}  

#noexisteusuario{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#Cambio{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#RegistroIncorrecto{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}

#captcha{
    border: solid 1px #0B0B3B;
}











/*######## Smart Green ########*/
.smart-green {
    border: solid 1px #6E6E6E;
    margin-left:auto;
    margin-right:auto;
    /*//max-width: 500px;*/
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
         -moz-box-shadow: 10px 10px 5px #CCC;
        -webkit-box-shadow: 10px 10px 5px #CCC;
        box-shadow: 6px 6px 5px #999;
/*        //-webkit-border-top-left-radius: 30px;
        //-webkit-border-bottom-right-radius: 30px;
        //-moz-border-radius-topleft: 30px;
        //-moz-border-radius-bottomright: 30px;      */
}
.smart-green h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 10px 0px 10px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #9DC45F;/*
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A65B1A), color-stop(1, #7F4614) );
    background:-moz-linear-gradient( center top, #A65B1A 5%, #7F4614 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A65B1A', endColorstr='#7F4614');*/
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
    height:100px;
    padding-top: 10px;
}
.smart-green select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FFF 0%, #FFF 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#FFF));
   appearance:none;
    -webkit-appearance:none;
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button {
    background-color: #9DC45F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}

.smart-green .button:hover {
    background-color:#80A24A;
}

.user{
    background-color: #F2F2F2;
    border: 1px solid #0A0A2A;
    border-collapse: separate;
    border-spacing:  5px;
}

.user01{
    background-color: #F2F2F2;
    border: 1px solid #0A0A2A;
    border-collapse: separate;
    border-spacing:  5px;
}

.hoy{
    background-color: #585858;
    color: #fff;
    text-align: center;   
}

.folio01{
    color: #fff;
    text-align: center;
    background-color: #088A08;
}

.folio02{
    color: #fff;
    text-align: center;
    background-color: #DF0101;
}

.titlesup{
    background-color: #FAFAFA;
    border: 1px solid #0A0A2A;
}
 
.DatosFecha {
    margin-left: 5px;
    margin-right: 5px;
    /*//font-family: arial,verdana;*/
    font-size: 11px;
}

.DatosUsuario {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
}

.DatosFolio {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
}

#DatosReloj {
    margin-left: 5px;
    margin-right: 5px;
    /*//font-family: arial,verdana;*/
    font-size: 11px;
}

.fol{
    color: #000;
    text-align: center;
    background-color: #F5F6CE;
    border-top: 1px solid #000;
}

#CampoRegimen{
    padding: 3px 3px 3px 3px;
    font-family: arial,verdana; 
    display: none;
}