
/*Sin revisar*/
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

body, td, th {
  font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
}

  td.CeldaResumenTit {
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #FFFFFF;
    background-color: #2B91C0;
    height: 25px;
    width: 25%;
  }

  td.CeldaResumenVal {
    font-family: "Trebuchet MS";
    font-size: 15px;
    height: 25px;
  }

  td.CeldaResumenGranTot {
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    width: 75%;
  }

table.tabla1 {
  border-collapse: collapse;
}

tr.FilaGrid1 {
  background: #e2e2e2;
}

tr.FilaGrid2 {
  background: #ffffff;
}

td.celda1 {
  width: 100%;
  height: 80px;
}

td.celda2 {
  width: 989px;
}

td.celda3 {
  width: 327px;
  background-repeat: no-repeat;
}

td.celda4 {
  width: 472px;
  height: 104px;
}

td.celda5 {
  width: 156px;
}

td.celda6 {
  width: 327px;
}

td.celda7 {
  height: 25px;
}

td.celda8 {
  height: 2px;
}

td.celda9 {
  height: 20px;
  width: 13px;
}

td.celda10 {
  width: 13px;
}

td.celda11 {
  height: 4px;
}

td.celda12 {
  width: 10px;
  height: 25px;
}

td.celda13 {
  width: 600px;
  height: 25px;
  background-repeat: repeat-x;
}

td.celda14 {
  width: 10px;
}

td.celda15 {
  width: auto;
}

td.celda16 {
  width: 70px;
}

td.celda17 {
  height: 400px;
}

a {
  color: #3C64FF;
  text-decoration: none;
  font-weight: bold;
}

  a:hover {
    color: #666666;
  }

.pnProgress /*para la barra de progreso de ajax*/ {
  background-color: #00cc00;
  height: 30px;
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

.EncTabla {
  color: #FFFFFF;
  background-color: #CCCCCC;
  font-weight: bold;
  text-transform: uppercase;
}

.EncabezadoTabla {
  border-top: 1px solid #00468C;
  color: #FFFFFF;
  font-family: "Trebuchet MS";
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #08B4EA), color-stop(1, #294F91));
  /* Safari 5.1+ y Chrome 10+ */
  background-image: -webkit-linear-gradient(#08B4EA, #294F91);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #08B4EA, #294F91);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #08B4EA, #294F91);
  background-image: -o-linear-gradient(top, #08B4EA, #294F91);
  background: linear-gradient(to bottom, #08B4EA 0%,,#294F91 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08B4EA', endColorstr='#294F91',GradientType=0 ); /* IE6-9 */
  font-weight: bold;
  border-left-color: #00468C;
  border-right-color: #00468C;
  border-bottom-color: #00468C;
}

.EncabezadoTablaAlterno {
  color: #000000; /*background-color: #2b91c0;*/ /*background-color: #CCCCCC;*/
  font-weight: bold;
}

.EncabezadoTablaPedidos {
  color: #000000; /*background-color: #2b91c0;*/ /*background-color: #CCCCCC;*/
  font-weight: bold;
  font-size: 8px;
}

.EncabezadoTituloTablaPedidos {
  padding: 1px 1px;
  color: #000;
  font-family: "helvetica";
  font-size: 9px;
  border: 1px solid #D2D2D2;
  font-weight: bold;
}

.encabezadoTablaHTML {
  color: #CCCCCC;
  background-color: #3C88FF;
  font-weight: bold;
}

.encabezadoTablaHTMLAzul {
  color: #000000;
  background-color: #3C88FF;
  font-size: medium;
  font-weight: bold;
  height: 20px;
}

.encabezadoTablaExcel {
  color: #000;
  background-color: Gray;
  font-weight: bold;
}

.lineaArriba {
  height: 20px;
  padding: 1px;
  border-top: 1px solid #CCCCCC;
}

.lineaAbajo {
  padding: 1px;
  border-bottom: 1px solid #CCCCCC;
}

.espacioRow {
  height: 5px;
}

.colDescrip {
  width: 16%;
}

.espacioTablaEdicion /*Usado por CodeGen, espacio entre filas HTML en edición*/ {
  height: 4px;
}

.espacioTabla {
  height: 20px;
}

.tablaWait {
  background-color: #eeeeee;
  color: Black;
  font-weight: bold;
}

.bgGris {
  background-color: #f2f4f4;
}

/*Se utiliza en las páginas de edición*/
.tablaDatos {
  border: 0;
  border-collapse: collapse;
  height: 1px;
  padding: 0px;
  border-bottom: 1px solid #CCCCCC;
}

.menStatic {
  font-family: "Trebuchet MS";
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  z-index: 1;
}

  .menStatic:hover {
    font-family: "Trebuchet MS";
    color: #AAAAAA;
    font-weight: bold;
    font-size: 12px;
    z-index: 1;
  }

.menDynamic {
  font-family: "Trebuchet MS";
  color: #FFFFFF;
  z-index: 1;
}

  .menDynamic:hover {
    font-family: "Trebuchet MS";
    color: #FFFFFF;
  }

/*assest*/

.TextoNormal {
  font-size: 11px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TituloPequeno {
  font-size: 12px;
  font-weight: bold;
  color: #222222;
}

.TituloGrande {
  font-size: 15px;
  font-weight: bold;
  color: #222222;
}

.version {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #003366;
}

.celdaTituloOscuro {
  font-family: "helvetica";
  background: #0000FF;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  width: 50px;
}

.celdaTituloOscuroGrande {
  font-family: "helvetica";
  background: #0000FF;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  width: 50px;
}


.celdaConfirmacionCliente {
  font-family: "helvetica";
  background: #003366;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  width: 50px;
}

.CeldaOferta {
  background-color: #D8DEFA;
}

.CeldaTramite {
  background-color: #D8DEFA;
}

.CeldaNoTramite {
  background-color: #E1DEDE;
}

.focus {
  color: Gray;
}

.txtPequenoCrear {
  font-size: 11px;
  border: #666666 1px solid;
  width: 100px;
}

.txtMedianoCrear {
  font-size: 11px;
  border: #666666 1px solid;
  width: 250px;
}

.txtMuyPequenoCrear {
  font-size: 11px;
  border: #666666 1px solid;
  width: 30px;
}

.MP_ClientePantalla {
  padding: 5px;
  border: solid 1px #666;
  background-color: #FFF;
}

.ddlMuyPequeno {
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 100px;
}

.lblTituloCliente {
  font-family: "Trebuchet MS";
  font-size: 12px;
  font-weight: bold;
  color: #330FF3;
}

.RecordarContrasena {
  font-family: "Trebuchet MS";
  font-size: 11px;
  color: #000000;
}

.TextoLogin {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #000000;
}



.ventana-flotante2 {
  width: 360px; /* Ancho de la ventana */
  min-height: 90px; /* Alto de la ventana */
  max-height: 200px;
  background: #CBDFF3; /* Color de fondo */
  position: fixed;
  top: 120px;
  left: 30%;
  margin-left: -180px;
  border: 1px solid #0000FF; /* Borde de la ventana */
  z-index: 9990;
}

  .ventana-flotante2 #contenedor {
    padding: 25px 10px 10px 10px;
  }

  .ventana-flotante2 .cerrar {
    float: right;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    color: #999;
    background: white;
    line-height: 17px;
    text-decoration: none;
    padding: 0px 14px;
    font-family: Arial;
    font-size: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
  }

    .ventana-flotante2 .cerrar:hover {
      background: #330FF3;
      color: white;
      text-decoration: none;
      border-bottom: 1px solid #0000FF;
      border-left: 1px solid #0000FF;
    }

  .ventana-flotante2 #contenedor .contenido {
    padding: 15px;
    background: #FFFFFF; /* Fondo del mensaje */
    border: 1px solid #0000FF; /* Borde del mensaje */
    color: #555; /* Color del texto del mensaje */
    margin: 0 auto;
  }

.ventana-flotante {
  width: 360px; /* Ancho de la ventana */
  min-height: 90px; /* Alto de la ventana */
  max-height: 200px;
  background: #CBDFF3; /* Color de fondo */
  position: fixed;
  top: 40px;
  left: 83%;
  margin-left: -180px;
  border: 1px solid #0000FF; /* Borde de la ventana */
  z-index: 9990;
}


  .ventana-flotante #contenedor {
    padding: 25px 10px 10px 10px;
  }

  .ventana-flotante .cerrar {
    float: right;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    color: #999;
    background: white;
    line-height: 17px;
    text-decoration: none;
    padding: 0px 14px;
    font-family: Arial;
    font-size: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
  }

    .ventana-flotante .cerrar:hover {
      background: #330FF3;
      color: white;
      text-decoration: none;
      border-bottom: 1px solid #0000FF;
      border-left: 1px solid #0000FF;
    }

  .ventana-flotante #contenedor .contenido {
    padding: 15px;
    background: #FFFFFF; /* Fondo del mensaje */
    border: 1px solid #0000FF; /* Borde del mensaje */
    color: #555; /* Color del texto del mensaje */
    margin: 0 auto;
  }

.oculto {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -ms-opacity: 0;
  -moz-opacity: 0;
  visibility: hidden;
}

.filaAlternativaDinamico {
  background: #fcfcfc url(images/grd_alt.png) repeat-x top;
}

/*.saltoDePagina {
  display: block;
  page-break-before: always;
}*/
