.sombra {
  width: 374px;
  min-width: 200px;
  min-height: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
  background: #ccc;
  border: 5px solid white;
  position: relative;
  box-shadow: 20px 6px 48px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 20px 6px 48px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 20px 6px 48px rgba(0, 0, 0, 0.3);
}

.esquinas {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.esquinas_sup {
  -webkit-border-top-left-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -moz-border-radius-topright: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.esquinas_inf {
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-bottomleft: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.estilos_text {
  border: 2px solid #daebfb;
}

.mouse_hover {
  background-color: #289ddc;
  border: 3px solid #999999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  width: 120px;
  height: 30px;
}

.mouse_hover:hover {
  background-color: #007bbd;
}
