.estilodosis-head {
    border-radius: 25px 25px 0px 0px;
    background: #01824A;
    padding: 20px;
    width: 200px;
    height: 150px;
  }

  .estilodosis-foot {
    border-radius: 0px 0px 25px 25px;
    background: #dcf4e9;
    padding: 5px;
    width: 200px;
    height: 150px;
  }

  .texto {
    font-weight: bold;
    font-size: 70px;
  }

  .boton {
    display:block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #01824A;
    background-color: #01824A;
    
  }

  .colorText{
    color:  #ffffff;
  };

  #dentrocontenedor {
    margin: 40px auto auto auto;
    width: 100%;
    max-width: 700px;
    height: auto;
    background: red;
    position: relative;
    clear: both;
    z-index: 9;
    overflow: auto;
}

.contenedorvacio{
    width: 50px;
};