
.cabecera-resp{
	display: none;
}

.img-cabecera{
	height: 249px;
	background: url(../img/cabecera-buscaNumeros.jpg);
	margin-top: 16px;
}

.div-accede{
	background-image: url(../img/white_transp_busca.png);
	width: 326px;
	height: 116px;
	float: left;
	margin: 89px 0px 0px 10px;
	text-align: center;
}

.div-titulo-princ{
	margin-left: 0px;
	color: #0098be;
	font-weight: normal !important;
	font-family: 'NeoSans-Bold';
	text-align: center;
	padding-top: 15px;
	font-size: 17px;
	width: 100%;
	padding-left: 14px;
}

.div-titulo{
	color: #0098be;
	font-weight: normal !important;
	font-family: 'NeoSans-Bold';
	text-align: center;
	padding-top: 15px;
	font-size: 15px;
	width: 98%;
	padding-left: 14px;
}

.parrafo1-titulo{
	color: #0098be;
	font-weight: normal !important;
	font-family: 'NeoSans-Bold';
	padding-top: 14px;
	font-size: 16px;
}

.input-codigo{
	font-size: 14px;
	line-height: 1.428571429;
	color: #000;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	height: 30px;
	text-align: center;
}

.p-disponibles{
	margin-top: 5px;
	margin-bottom: 6px;
	background: rgb(146, 180, 52);
	color: white;
	font-family: "NeoSans";
	border-radius: 2px;
}

.btn-mas-menos{
	color: #ffffff;
	width: 30px!important;
	height: 30px!important;
	font-size: 35px!important;
	cursor: pointer!important;
}

.input-cantidad{
	width: 30px;
	height: 31px;
	font-size: 17px;
	padding: 0;
	text-align: center;
	float: left;
}

.btn-jugar{
	width: 103px!important;
	height: 30px;
	margin-top: -31px!important;
	margin-left: 98px;
}

.margin-top-xl {
	margin-top: 28px !important;
}

.margin-bottom-xl {
	margin-bottom: 40px;
}

.combinacionDecimo{
	margin-left: -9.5%;
	margin-top: 14px;
	font-size: 20px;
}

.div-esLotopia{
	text-align: center;
	/*background: gray;*/
  height: 149px;
}

.esLotopia-derecha{
	float: right;
}

.div-btn-esLotopia{
	margin-left: -40%;
	margin-top: 8px;
}

.p-esLotopia{
	margin-top: 8px;
	margin-left: -63%;
	width: 173px;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 39px;
}

.btn-esLotopia{
	margin-left: -16%;
	position: absolute;
	width: 15%!important;
	font-size: 13px!important;
}

.numeroBuscado{
	margin-left: -8.7%;
	margin-top: 14px;
	font-size: 20px;
}

.luz.on{
  color: #0098be;/*color del texto al cambiar*/
  text-shadow:
		1px  1px rgba(255, 255, 255, .1),
		0px  0px 20px #0099ff;/*color de la luz del texto*/
}
.luz{
  font-size:20px;/*tamaņo de la fuente*/
  color: #0098be;
  text-shadow:
		1px  1px rgba(255, 255, 255, .1)
}

.div-decimo-princ{
	width: 207px;
	float: left;
	margin-left: 150px;
}

.numero-princ{
	position: absolute;
	margin-left: -125px;
	margin-top: 15px;
	font-family: 'NeoSans-Bold';
	font-size: 20px;
	letter-spacing: 3px;
}

@media screen and (max-width: 617px){

	.cabecera-resp{
		display: block;
	}
	.cabecera-pc{
		display: none;
	}
	.img-cabecera{
		background: url(../img/cabecera-buscaNumeros_resp.jpg);
		background-repeat: no-repeat;
    background-size: cover;
		height: 206px;
		padding-top: 92px;
	}
	.div-accede{
		height: 108px;
    margin: auto;
    float: none;
	}
	.col-md-4.col-sm-4.col-xs-4{
		width: 100%!important;
		margin-bottom: 2px!important;
	}
	.decimo-display{
		display: none;
	}
	.combinacionDecimo {
		margin-left: -128px;
    margin-top: 13px;
	}
	.p-esLotopia {
    margin-top: 8px;
    margin-left: 50.4%!important;
    width: 100px!important;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 39px;
    margin-top: -31px!important;
    height: 30px;
	}
	.p-disponibles{
		width: 61%;
    text-align: center;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 6px;
	}
	.rise {
    min-width: 208px;
	}
	.btn-jugar{
		margin-left: 104px;
	}
	.selector-esLotopia{
		min-width: 219px;
		margin-left: 179px;
	}
	.esLotopia-derecha{
		margin: auto;
    float: none;
	}
	.btn-esLotopia{
		margin: auto;
    margin-top: 0px!important;
    width: 60%!important;
    position: inherit;
	}
	.div-titulo-resp{
		margin-top: 77px;
	}
	.div-decimo-princ{
		float: none;
    margin: auto;
	}
}