.contenedor_widchet_lot {
	width: 95%;
	background-image: url(fondocabecera.jpg);
	background-repeat:  repeat-x;
	margin-right: auto;
	margin-left: auto;
}
.contenido_widched {
	background-color: #587690;
	background-image: url(fonducuerpo.jpg);
	background-repeat:  repeat-x;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.widched_secciones {
	background-image: url(fondo_cuerpo.jpg);
	background-repeat:  repeat-x;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	width: 95%;
}
.patrocinio {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* responsive */

.navD_central {
  width: 100%;
}
.navD_borde,
.navD_pestanya_loteria .pestanya_izq a,
.navD_pestanya_resultados .pestanya_izq a {
  background: #fff;
}

.navD_borde,
.ninoD_central,
.navD_pestanya_loteria,
.navD_pestanya_resultados {
  width: 100%;
}

.navD_pestanya_loteria>div a,
.navD_pestanya_resultados>div a {
  font-size: 12px;
}

.navD_pestanya_loteria .pestanya_der a,
.navD_pestanya_resultados .pestanya_der a {
  color: #004d71;
  background-color: #fff;
}

.pestanya_activa {
  color: #fff !important;
  background-color: #004d71 !important;
}

#loteriaNavidad,
.ninoD_central {
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
}
#loteriaNavidad .bloqueclear {
  display: none;
}
.ninoD_cabecera,
.navD_cabecera {
  flex: 0 0 100%;
}
.ninoD_primer,
.ninoD_segundo,
.ninoD_tercero,
.navD_primer,
.navD_segundo,
.navD_tercero,
.navD_cuarto,
.navD_quinto {
    margin: 0 10px;
}
.ninoD_primer,
.navD_primer {
  margin-top: 0;
  font-weight: bold;
}
.ninoD_segundo span,
.ninoD_tercero span {
  font-size: 20px;
}
.ninoD_segundo,
.navD_segundo,
.ninoD_tercero,
.navD_tercero,
.navD_cuarto {
  width: auto;
}
.navD_quinto {
  overflow: initial;
}
.navD_segundo span,
.navD_tercero span {
  margin: 10px auto 0
}
.navD_primer span a {
  font-size: 36px;
}
.ninoD_segundo span a,
.ninoD_tercero span a,
.navD_segundo span a,
.navD_tercero span a {
  margin: 0;
  font-size: 30px;
  line-height: auto;
  font-weight: bold;
}
.navD_cuarto span {
  font-size: 24px;
  font-weight: bold;
}
.navD_cuarto span a {
  font-size: 24px;
}
.navD_quinto span a {
  margin: 0 4px 3px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
}
.ninoD_buscador,
.navD_buscador {
  margin: 10px 0 15px;
  font-size: 14px;
    align-self: center;
}
.ninoD_buscador input,
.navD_buscador input {
  margin-right: 10px;
  width: 135px;
  height: 28px;
  text-align: center;
}
.ninoD_buscador td {
  vertical-align: middle;
}
.navD_buscador img,
.ninoD_buscador img {
    margin: 0;
}
.ninoD_buscador img {
    height: 24px;
    width: 44px;
}
.ninoD_buscador tr td:last-child,
.navD_buscador tr td:last-child {
  padding: 5px;
    display: inline-block;
    width: 44px;
  background: #004d71;
}
.navD_bot {
  margin: 0 10px;
  padding: 0;
  text-align: center;
  align-self: center;
}
.ninoD_bot {
    align-self: center;
}
.ninoD_bot a,
.navD_bot a {
  font-size: 14px;
  font-weight: bold;
}
.navD_cabecera img,
.ninoD_cabecera img {
  height: 35px
}
.languaje_es,
.ninoD_languaje_es {
  display: block;
}
.navD_borde .redes_pie {
  margin: 0;
  width: auto;
  align-self: center;
}

@media screen and (max-width: 480px) {
    .ninoD_primer,
    .navD_primer,
    .navD_cuarto {
        flex: 0 0 100%;
    }

  .navD_cuarto {
    margin-top: 8px;
  }

    .navD_cuarto span a {
        text-align: right;
    }
    .navD_cuarto span a:last-child {
        text-align: left;
    }
}


@media screen and (max-width: 350px) {
    .ninoD_buscador input, .navD_buscador input {
        width: 80px;
}
    .navD_bot {
        margin: 0 10px;
        margin-bottom: 15px;
}
}