.cuadro_instancia_verde {
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 20px;
    padding: 20px; 
    width: 200px;
    height: 50px;  
    background: #73AD21;
    color: #FFFFFF;
}

.cuadro_instancia_amarilla {
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 20px;
    padding: 20px; 
    width: 200px;
    height: 50px;  
    background: #f3e246;
    color: #FFFFFF;
}

.cuadro_instancia_roja {
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 20px;
    padding: 20px; 
    width: 200px;
    height: 50px;  
    background: #ff8555;
    color: #FFFFFF;
}

.cuadro_instancia_error {
    justify-content: center;
    font-size: 20px;
    background: #ff8555;
    color: #FFFFFF;
}



.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #5bc0de;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #5bc0de transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  .anuncio-verde {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0px;
    border-radius: 5px;
    padding: 10px 17px 10px 17px; 
    background: #b9f3ad;
    color: #2b4801;
}

.anuncio-rojo {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0px;
    border-radius: 5px;
    padding: 10px 17px 10px 17px; 
    background: #fcc7c7;
    color: #ba0101;
}

.anuncio-rojo p {
    margin-bottom: 0px;
}

.listado-multiple {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  background-color: #E5E5E5;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  align-items: center;
}

.boton-opciones{
  width: 100%;
  height:25px;
  padding-top:4px;
  background-color: #5bc0de75 !important;
  border-color: #46b8da75 !important;
}
