/*?********************************LICENSE**************************************** 
 * 
 * Copyright 1992-2016 PROYECTO PNUD-SIGOB
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * *****************************************************************************
 * Developed by:
 * Alejandro Genovesi Calzada (Coordination and development)
 * Arturo Martínez Mardones
 * Romualdo Rijo Disla
 * Alejandro Lamónaca Downes
 * *****************************************************************************
 * Este software utiliza software de terceros y la lista de ellos y sus licencias
 * se incorporan en el directorio "Componentes de terceros"
 ********************************END LICENSE************************************?*/
/*-----------------------------------------------------------
  Estilos generales usados como base para todo el sistema
-------------------------------------------------------------*/

* {
  font-size: 11px;
  margin: 0px;
}

html, form {
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden !important;
  height: 100% !important;
  overflow-y: auto !important;
}

form {
  height: auto !important;
  border: 0px !important;
  overflow-y: hidden !important;
}

body {
  font-family: Arial, 'Trebuchet MS', Tahoma, Helvetica, sans-serif;
  font-size: 11px !important;
  height: 100% !important;
  margin: 0px auto !important;
  padding: 0px !important;
  background-color: #FCFCFC;
}

a {
  font-family: Arial, 'Trebuchet MS', Tahoma, Helvetica, sans-serif !important;
  text-decoration: none;
  color: #0000FF;
  font-size: 11px !important;
}

  a:hover {
    color: #FF6600;
  }

br {
  clear: both;
}


.ulMenuRibbonUsuario {
  margin: 0;
  list-style: none;
  box-sizing: content-box;
  padding: .21428571em .21428571em 0;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1000;
  float: right;
}

  .ulMenuRibbonUsuario .Item {
    margin: 0
  }

  .ulMenuRibbonUsuario > .Item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-right: 2px
  }

  .ulMenuRibbonUsuario .Boton, .RadRibbonBar .Boton {
    border-color: transparent;
    background: transparent;
    color: #00156e;
    width: 1.42857143em;
    height: 1.42857143em;
    display: block;
    position: relative;
    overflow: hidden;
    outline: 0;
    float: left;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none;
    user-select: none;
  }

    .ulMenuRibbonUsuario .Boton.BotonMenu, .RadRibbonBar .Boton.BotonMenu {
      padding-right: 1.07142857em;
      width: auto;
    }

  .ulMenuRibbonUsuario .Texto, .RadRibbonBar .Texto {
    min-height: 16px;
    white-space: nowrap;
    padding: 0 6px;
    margin-left: 12px;
    display: inline-block;
  }

  .ulMenuRibbonUsuario .BotonChico .Flecha {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    width: 1.07142857em;
    display: block;
    border: 1px solid transparent;
  }

  .ulMenuRibbonUsuario .Icon, .RadRibbonBar .Icon {
    font: 16px/1 WebComponentsIcons;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
  }

    .ulMenuRibbonUsuario .Icon.Down:before {
      content: "\e006";
    }

  .ulMenuRibbonUsuario:after, .ulMenuRibbonUsuario li:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
  }

  .ulMenuRibbonUsuario .ContenedorIcono, .RadRibbonBar .ContenedorIcono {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    overflow: hidden;
  }

  .ulMenuRibbonUsuario .BotonChico .ContenedorIcono, .RadRibbonBar .BotonChico .ContenedorIcono {
    left: 50%;
    margin-left: -8px;
  }

  .ulMenuRibbonUsuario .BotonChico.BotonMenu .ContenedorIcono {
    left: 10px;
  }

  .ulMenuRibbonUsuario .Icono, .RadRibbonBar .Icono {
    clip: rect(0,16px,16px,0);
    position: absolute;
    vertical-align: top;
    border: 0;
    margin: 0;
  }

  .ulMenuRibbonUsuario .DropDown .Boton {
    width: 1em
  }

  .ulMenuRibbonUsuario .Boton:hover, .RadRibbonBar .Boton:hover {
    border-color: #c4ba9c;
    color: #000;
    background-color: #ffe18a;
    background-image: linear-gradient(#fffce8,#ffedb3 50%,#ffd563 50%,#ffe18a)
  }

  .ulMenuRibbonUsuario .Boton:active, .ulMenuRibbonUsuario .Boton.Presionado, .RadRibbonBar .Boton.Presionado, .RadRibbonBar .Boton:active {
    border-color: #c3bba3;
    color: #000;
    background-color: #fde292;
    background-image: linear-gradient(#ebc59b,#faad60 50%,#f99631 50%,#fde292)
  }

.divMenuUsuario {
  box-shadow: 2px 4px 5px rgba(0,0,0,0.175);
  padding: 1px;
  border-width: 1px;
  border-style: solid;
  display: none;
  position: absolute;
  z-index: 4;
  right: 4px;
  top: 28px;
  border-color: #9eb6ce;
  color: #333;
  background-color: #fff
}

  .divMenuUsuario ul {
    margin: 0;
    padding: 0;
    list-style: none
  }

  .divMenuUsuario .Item {
    margin: 0;
    position: relative;
    cursor: default;
    border: 1px solid transparent
  }

  .divMenuUsuario .Boton {
    display: block;
    width: auto;
    min-width: 170px;
    float: none
  }

  .divMenuUsuario .Icono {
    clip: rect(0,16px,16px,0) !important;
    position: absolute
  }


.divMensajeAlerta {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  text-align: center;
  vertical-align: middle;
  display: none;
  font-size: 11pt;
  -webkit-box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.6);
}

  .divMensajeAlerta span {
    display: block;
    line-height: 22px;
    margin: 0 auto;
    padding: 6px;
    background-repeat: no-repeat;
    background-position: 6px center;
    text-indent: 20px;
  }

    .divMensajeAlerta span.error {
      background-color: #ffcccc;
      color: Maroon;
      border: solid 1px maroon;
      background-image: url(imagenes/error.png);
    }

    .divMensajeAlerta span.info {
      background-color: InfoBackground;
      color: InfoText;
      border: solid 1px GrayText;
      background-image: url(imagenes/informacion.png);
    }

    .divMensajeAlerta span a {
      line-height: 22px;
      font-size: inherit !important;
    }

  .divMensajeAlerta > a {
    background-image: url("imagenes/cerrar.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 18px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 18px;
  }


.escritorio {
  padding: 0px;
  margin: 0px;
  min-height: 500px;
  height: auto;
  z-index: -1;
}

  .escritorio .marco_ipad {
    background-position: center top;
    background-image: url('imagenes/fondo_vista.png');
    background-repeat: repeat-x;
  }

  .escritorio .panel-navegacion {
    height: 50px;
    margin-bottom: 4px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-position: center top;
    background-image: url('imagenes/fondo_vista.png');
    background-repeat: repeat-x;
    z-index: 1001;
  }

    .escritorio .panel-navegacion .panel-sistema {
      height: 50px;
      position: relative;
      margin: 0 auto;
      width: 900px;
      z-index: 1;
      background: url('imagenes/down.png') no-repeat center 35px;
      cursor: pointer;
      color: #fff;
    }

    .escritorio .panel-navegacion .activo {
      background: url('imagenes/up.png') no-repeat center 35px !important;
    }

.imgLogo {
  float: left;
  margin: 2px 5px;
}

.escritorio .panel-navegacion .panel-sistema span {
  display: block;
  width: 300px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
}

.panel-navegacion .opciones_usuario {
  width: 200px;
  height: auto;
  float: none;
  position: absolute;
  right: 10px;
  top: 60px;
  text-align: right;
  padding: 10px 8px;
  overflow: hidden;
  color: #FFFFFF;
  border-radius: 10px;
  z-index: 3000;
  border: solid 1px #446F93;
  background-color: #446F93;
  display: none;
  -webkit-box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.6);
}

  .panel-navegacion .opciones_usuario .nombre {
    font-size: 12pt;
    line-height: 24px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
    margin-bottom: 4px;
  }

.panel-navegacion .flecha_opciones {
  width: 100px;
  height: 12px;
  position: absolute;
  right: 40px;
  top: 50px;
  background-position: right bottom;
  background-image: url('imagenes/flecha_opciones.png');
  background-repeat: no-repeat;
  z-index: 300;
  display: none;
}

.panel-navegacion .opciones_usuario a {
  color: #ccc;
  font-size: 9pt !important;
  display: block;
  margin: 6px 0 0 0;
}

  .panel-navegacion .opciones_usuario a:hover {
    color: #fff;
  }


.lblInstitucion {
  font-size: 10pt;
  font-weight: bold;
}

.lblSistema {
  font-size: 9pt;
}

.escritorio .marco {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  height: 162px;
}

.panel-navegacion .marco {
  height: 110px;
  position: relative;
  padding: 4px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-position: center top;
  background-image: url('imagenes/fondo_vista_small.png');
  background-repeat: repeat-x;
  z-index: 3000;
  border: solid 1px #446F93;
  border-top: none;
  background-color: #fcfcfc;
  display: none;
  -webkit-box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.6);
}

.escritorio .marco .encabezado {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.panel-navegacion .marco .encabezado {
  margin-top: 12px;
}

.escritorio .marco .encabezado .informacion {
  position: relative;
  width: 900px;
}

.escritorio .marco .encabezado .navegacion {
  position: relative;
  clear: both;
  margin: 0px;
  padding: 0px;
  padding-bottom: 4px;
}

.escritorio .contenido {
  position: relative;
  text-align: left;
  background: #fff;
  clear: both;
  margin: 0;
}

div.notificaciones {
  position: fixed;
  right: 215px;
  top: 0px;
  height: 50px;
  width: 40px;
  z-index: 1002;
}

  div.notificaciones > img {
    float: left;
    margin: 8px 4px;
    opacity: 0.1;
  }

  div.notificaciones span {
    background-color: Red;
    border: 1px solid #F03D25;
    border-radius: 2px;
    bottom: 8px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 39, 121, 0.77);
    box-shadow: 0 1px 1px rgba(0, 39, 121, 0.77);
    color: #FFF;
    display: block;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    line-height: 120%;
    margin: 4px;
    padding: 0 2px;
    position: absolute;
    right: 8px;
    text-align: center;
  }

.RadNotification {
  height: auto !important;
  padding-bottom: 6px !important;
}

.btnVerCriterios {
  width: 20px;
  height: 22px !important;
  position: absolute !important;
  top: 4px;
  right: 16px;
}

a.RadButton.RadButton_Office2007.rbSkinnedButton.btnVerCriterios:focus {
  outline: 0 !important;
}

.btnVerCriterios .rbDecorated {
  width: 8px;
  padding-right: 0;
  padding-left: 4px !important;
  height: 16px;
}

.btnVerCriterios .rbPrimaryIcon {
  background-image: url(imagenes/chevron_up.png);
  border: 0;
}

.btnVerCriterios .up {
  background-image: url(imagenes/chevron_up.png);
}

.btnVerCriterios .down {
  background-image: url(imagenes/chevron_down.png);
}

.rmItem .comando .rmLeftImage {
  background-image: none !important;
  position: relative;
  top: 2px;
}

.rnContentWrapper {
  height: auto !important;
}


.divAvisos > img {
  float: left;
  margin: -4px 16px 0 0;
}

.divAvisos > a, .divAvisos > a:visited {
  float: left;
  margin: 0 8px;
  color: #333;
  line-height: 20px;
  vertical-align: middle;
  font-size: 10pt !important;
  width: 300px;
}

  .divAvisos > a:hover {
    text-decoration: underline;
  }


.divTituloSeccionGeneral {
  background-color: #C3D8F1;
  background-image: url(imagenes/fondo_titulo_panel.png);
  background-repeat: repeat-x;
  border: solid 1px #688CAF;
  color: #00156E;
  height: 28px;
  padding: 0px;
  margin-bottom: 0;
  overflow: hidden;
  text-decoration: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

  .divTituloSeccionGeneral span {
    display: inline-block;
    height: 20px;
    padding: 4px 0px;
    font-size: 11pt;
    font-weight: bold;
    text-indent: 8px;
  }

.pnlTitulo {
  background-color: #C3D8F1;
  background-image: url(imagenes/fondo_titulo_panel.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  border: solid 1px #688CAF;
  color: #00156E;
  height: 30px;
  padding: 0px;
  margin-bottom: 2px;
  overflow: hidden;
  text-decoration: none;
  font-size: 10pt;
}

  .pnlTitulo > span {
    display: inline-block;
    padding: 5px 0px 0px 10px;
  }

    .pnlTitulo > span.RadButton {
      float: right;
      margin: 4px;
      padding: 0;
      padding-left: 4px;
    }

  .pnlTitulo span.rbPrimaryIcon {
    top: 3px !important;
    left: 2px !important;
  }

.pie {
  background-image: url('imagenes/fondo_vista.png');
  background-position: 0 bottom;
  clear: both;
  margin: 0 auto;
  width: 100%;
  height: 44px;
  font-size: 10px;
  color: #eee;
}

  .pie img {
    float: left;
    margin: 6px 6px 2px 10px;
  }

  .pie span {
    display: block;
    float: left;
    height: 22px;
    margin: 6px 0px;
  }

.RadGrid_Office2007, .RadGrid_Office2007 .rgMasterTable, .RadGrid_Office2007 .rgDetailTable, .RadGrid_Office2007 .rgGroupPanel table, .RadGrid_Office2007 .rgCommandRow table, .RadGrid_Office2007 .rgEditForm table, .RadGrid_Office2007 .rgPager table, .GridToolTip_Office2007 {
  font: 11px arial,sans-serif !important;
}


  .RadGrid_Office2007 td.rgPagerCell {
    border-top: 0 !important;
    border-bottom: 1px solid #5D8CC9 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

.RadGrid .rgHeader {
  padding-bottom: 0px !important;
  padding-top: 2px !important;
  text-align: left !important;
}

.divReportesExternos {
  padding-top: 4px;
  height: 73px; /* altura de un panel dentro del Ribbon */
}

  .divReportesExternos > em {
    float: none;
    display: block;
    margin-left: 6px;
    line-height: 22px;
  }

  .divReportesExternos > div {
    float: left;
    margin: auto 6px;
  }

  .divReportesExternos > a {
    float: left;
  }

  .divReportesExternos > .RadButton {
    float: right;
    margin-right: 6px;
  }

.btnVer {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  height: 32px;
  background-color: #f0f0f0;
  -webkit-appearance: none;
}

.pnlLectura {
  position: absolute;
  top: 30px;
  right: 0px;
  bottom: 0px;
  width: 230px;
  border: 1px solid #688CAF;
  border-top: none;
}

#lgIniciarSesion {
  font-size: 10.5pt !important;
}

  #lgIniciarSesion TD, #lgIniciarSesion TABLE TR TD {
    vertical-align: middle;
  }

  #lgIniciarSesion TABLE {
    margin-left: 72px;
  }

  #lgIniciarSesion LABEL {
    font-size: 12pt;
    display: block;
    margin-top: 6px;
  }

.lgHeader {
  text-align: left;
  color: #003399;
  font-size: 24px;
  letter-spacing: 2px;
  padding-bottom: 6px;
}

#lgIniciarSesion INPUT.txtEdit {
  font-size: 24px !important;
  line-height: 26px;
}

  #lgIniciarSesion INPUT.txtEdit:focus {
    border: 2px solid #2f8fef;
    padding: 1px;
  }

.lgHeader {
  font-size: 24pt;
}

.lgBoton {
  font-size: 16px !important;
}

.copyright {
  font-size: 12px !important;
}

textarea.txtEdit {
  font-size: 14px !important;
}

.RadGrid_Office2007 .rgAdd, .RadGrid_Office2007 .rgRefresh, .RadGrid_Office2007 .rgEdit, .RadGrid_Office2007 .rgDel, .RadGrid_Office2007 .rgFilter, .RadGrid_Office2007 .rgPagePrev, .RadGrid_Office2007 .rgPageNext, .RadGrid_Office2007 .rgPageFirst, .RadGrid_Office2007 .rgPageLast, .RadGrid_Office2007 .rgExpand, .RadGrid_Office2007 .rgCollapse, .RadGrid_Office2007 .rgSortAsc, .RadGrid_Office2007 .rgSortDesc, .RadGrid_Office2007 .rgUpdate, .RadGrid_Office2007 .rgCancel, .RadGrid_Office2007 .rgUngroup, .RadGrid_Office2007 .rgExpXLS, .RadGrid_Office2007 .rgExpDOC, .RadGrid_Office2007 .rgExpPDF, .RadGrid_Office2007 .rgExpCSV {
  background-position: center center !important;
  background-color: Transparent;
  height: 28px !important;
  width: 30px !important;
}

.RadGrid_Office2007 .rgPagePrev {
  background-image: url("imagenes/left.png") !important;
}

.RadGrid_Office2007 .rgPageNext {
  background-image: url("imagenes/right.png") !important;
}

.RadGrid_Office2007 .rgPageFirst {
  background-image: url("imagenes/chevron_left.png") !important;
}

.RadGrid_Office2007 .rgPageLast {
  background-image: url("imagenes/chevron_right.png") !important;
}

.RadGrid_Office2007 .rgNumPart a {
  margin-left: 6px !important;
  min-width: 22px;
}

/*
  .rgWrap {
    line-height: 28px !important;
  }

    .rgWrap .RadComboBox, .rgNumPart a {
      margin-top: 3px !important;
    }
    */

a.btnMasInformacion {
  margin-left: 2px;
  top: -4px;
}

.divContenidoGrupo a {
  line-height: 18px;
  margin: 0 2px;
}

.divContenidoGrupo .chkCampo {
  display: inline !important;
}

.RadTreeView .rtPlus {
  background-image: url("imagenes/plus.png") !important;
}

.RadTreeView .rtMinus {
  background-image: url("imagenes/minus.png") !important;
}

.RadTreeView .rtPlus, .RadTreeView .rtMinus {
  height: 22px !important;
  margin-left: -22px !important;
  margin-right: 6px !important;
  margin-top: 2px !important;
  width: 22px !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat;
}

.RadTreeView .rtLines .rtTop, .RadTreeView .rtLines .rtMid, .RadTreeView .rtLines .rtBot {
  background-position: 2px 0 !important;
  background-repeat: no-repeat;
  height: 24px;
}

.RadTreeView .rtLines .rtLI, .RadTreeView .rtLines .rtFirst .rtUL {
  background-position: 2px 0 !important;
}

.RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot {
  padding: 1px 0 1px 24px !important;
}

.RadTreeView .rtPlusHover, .RadTreeView .rtMinusHover {
  background-color: Transparent;
  background-position: center center;
}

input[type=checkbox] {
  height: 22px !important;
  width: 22px !important;
}

.RadListBox_Office2007 .rlbText, .RadListBox_Office2007 .rlbItem {
  line-height: 24px;
}

.rcbList li {
  font-size: 12pt;
  line-height: 26px;
}

  .rcbList li.rcbTemplate {
    font-size: 10px !important;
    line-height: 100% !important;
    height: auto !important;
  }

    .rcbList li.rcbTemplate > ul > li {
      font-size: 12px !important;
      line-height: 14px !important;
      height: auto !important;
      min-height: 30px;
    }

.RadGrid_Office2007 .rgRow > td, .RadGrid_Office2007 .rgAltRow > td {
  height: 30px;
}

.divAvisos a {
  font-size: 10pt !important;
  line-height: 120%;
  margin-bottom: 6px;
}

}

.RadGrid_Office2007 .rgFilterRow td .RadComboBox .rcbReadOnly td {
  border: none !important;
}

.cboSimple {
  background-image: url("imagenes/combos.png");
  background-position: right 0px;
  border: solid 1px #abc1de;
  border-radius: 4px;
  overflow: hidden;
  height: 21px;
}

  .cboSimple select {
    border: none;
    background: transparent;
    color: #00156E;
    font: 12px/16px "Segoe UI",Arial,Helvetica,sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    padding: 1px 0 0;
    line-height: 16px;
    font-style: inherit;
    font-weight: inherit;
  }

  .cboSimple option {
    background-color: #fff;
    color: #000;
  }

    .cboSimple option:hover, .cboSimple option:focus {
      background-color: #ffe27b;
      color: #00156e;
    }

  .cboSimple:hover {
    background-position: right -22px;
  }

  .cboSimple:focus {
    background-position: right -22px;
  }

.RadWindow.RadWindow_Windows7 .rwTitleWrapper {
  min-height: 2.428571em !important;
}

/* IMPORTANTE para los autocomplete de copias y dar a conocer */
.RadAutoCompleteBox .racTextToken {
  font-size: 14px;
}

/* ESTILO PARA GRILLA EDITABLE DE INSTITUCIONES EMISORAS */
.rgEditForm {
  padding: 8px;
}

  .rgEditForm label {
    min-width: 70px;
    margin-left: 10px;
  }

  .rgEditForm input[type="text"] {
    min-width: 450px;
    margin-bottom: 8px;
  }


  .rgEditForm input[type="button"] {
    min-width: 80px;
    margin-right: 8px;
    height: 24px;
    border-radius: 2px;
  }

  .rgEditForm > table > tbody {
    padding: 8px;
    border: solid 1px;
    border-radius: 2px;
  }

    .rgEditForm > table > tbody > tr > td {
      padding-top: 8px;
      padding-right: 8px;
    }


/*-----------------------------------------------------------
lstBandejaPlazoGestion
-------------------------------------------------------------*/

/* div usados para mostrar color de estado de gestión según el plazo */
.divEstadoPlazo16777215, .divEstadoPlazo255, .divEstadoPlazo65535, .divEstadoPlazo32768 {
    width: 98%;
    height: 20px;
    border: solid 1px Gray;
}

.divEstadoPlazo16777215 {
    background-color: White;
}

.divEstadoPlazo255 {
    background-color: Red;
}

.divEstadoPlazo65535 {
    background-color: Yellow;
}

.divEstadoPlazo32768 {
    background-color: Green;
}
