#loterias {
  padding: 20px 14px;
  background-color: #f9f9f9;
  border: 1px solid #d1d1d1;
  margin: 20px 20px 10px 0;
  border-radius: 1px;
  float: left; }

.tit-loteria {
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 8px; }
  .tit-loteria span {
    font-size: 18px;
    font-weight: 900;
    padding-left: 6px; }
    .tit-loteria span.span-r {
      font-size: 10px;
      font-weight: 500;
      padding-top: 2px;
      float: right; }

.l-resultado {
  float: left;
  width: 100%;
  margin-top: 4px;
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 12px; }
  .l-resultado h4 {
    width: 36%;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    float: left;
    margin-top: 7px;
    line-height: 114%;
    font-size: 14px; }
  .l-resultado .numeros {
    width: 62%;
    display: block;
    font-weight: 800;
    float: right; }
    .l-resultado .numeros span {
      display: inline-block;
      float: left;
      padding: 0 4px 0 0;
      font-size: 17px; }
  .l-resultado .concurso {
    display: block;
    width: 62%;
    float: right;
    font-size: 10px;
    font-weight: 400;
    margin-top: -5px; }
    .l-resultado .concurso p {
      margin-bottom: -10px; }
  .l-resultado:last-child {
    border-bottom: none; }

/*# sourceMappingURL=loterias.css.map */
