.mensaemerinfo {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 250px;
    position: fixed;
    bottom: 2%;
    right: 2%;
    padding: 10px;
    background: linear-gradient(to bottom, #3F4EBF, #3FB6BF);
    border-radius: 10px;
    opacity: 0.8;
    z-index: 999;
  }

  .mensaemerinfo:hover {
    opacity: 1;
  }

  .mensaemerinfo div {
    float: left;
    text-align: left;
    font: bold;
    font-size: 20px;
    padding: 5px;
    width: 190px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
  }

  .mensaemerinfo i {
    float: left;
    width: 50px;
    margin-top: 20px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font: bold;
  }

  .mensaemerinfo p {
    float: left;
    text-align: left;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    width: 190px;
    margin: 0px;
  }

  .mensaemererror {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 250px;
    position: fixed;
    bottom: 2%;
    right: 2%;
    padding: 10px;
    background: linear-gradient(to bottom, #FA0A0E, #C43F42);
    border-radius: 10px;
    opacity: 0.8;
    z-index: 999;
  }

  .mensaemererror:hover {
    opacity: 1;
  }

  .mensaemererror div {
    float: left;
    text-align: left;
    font: bold;
    font-size: 20px;
    padding: 5px;
    width: 190px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
  }

  .mensaemererror i {
    float: left;
    width: 50px;
    margin-top: 20px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font: bold;
  }

  .mensaemererror p {
    float: left;
    text-align: left;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    width: 190px;
    margin: 0px;
  }

  .mensaemerprecucion {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 250px;
    position: fixed;
    bottom: 2%;
    right: 2%;
    padding: 10px;
    background: linear-gradient(to bottom, #B7BE2E, #B7BE2E);
    border-radius: 10px;
    opacity: 0.9;
    z-index: 999;
  }

  .mensaemerprecucion:hover {
    opacity: 1;
  }

  .mensaemerprecucion div {
    float: left;
    text-align: left;
    font: bold;
    font-size: 20px;
    padding: 5px;
    width: 190px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
  }

  .mensaemerprecucion i {
    float: left;
    width: 50px;
    margin-top: 20px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font: bold;
  }

  .mensaemerprecucion p {
    float: left;
    text-align: left;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    width: 190px;
    margin: 0px;
  }

  .mensaemerregistro {

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 250px;
    position: fixed;
    top: 2%;
    right: 2%;
    padding: 10px;
    background: linear-gradient(to bottom, #2DB000, #259500);
    border-radius: 10px;
    opacity: 0.8;
    z-index: 999;

  }

  .mensaemerregistro:hover {
    opacity: 1;
    cursor: pointer;
  }

  .mensaemerregistro div {
    float: left;
    text-align: center;
    font: bold;
    font-size: 16px;
    padding: 5px;
    width: 190px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
  }

  .mensaemerregistro i {
    float: left;
    width: 50px;
    margin-top: 8px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font: bold;
  }

  .mensaemerregistro p {
    float: left;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    width: 190px;
    margin: 0px;
  }


  .mensaemerpregunta {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 250px;
    height: 150px;
    position: fixed;
    bottom: 2%;
    right: 2%;
    background: linear-gradient(to bottom, #F97C00, #D08438);
    border-radius: 10px;
    z-index: 999;

  }

  .mensaemerpregunta div {
    background: #999;
    border-bottom: 1px solid #999;
    text-align: center;
    font: bold;
    font-size: 16px;
    padding: 5px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
  }

  .mensaemerpregunta i {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 34px;
    color: #fff;
    font: bold;
  }

  .mensaemerpregunta p {
    text-align: center;
    padding: 5px;
    color: #FFF;
    font: bold;
    font-size: 12px;
    margin: 0px;
  }

  .mensaemerpregunta button {
    text-align: center;
    padding: 5px;
    color: #000;
    font: bold;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-left: 2%;
    background: #ccc;
    cursor: pointer;
  }

  .mensaemerpregunta button:hover {
    background: #999;
  }