
.campo {
  margin: 5px 0;
  height: 60px;
  
 
}
.campo div{
		width:80%;
}
@media only screen and (max-width: 600px) {
	.campo div{
		width:65%;
	}
}
.numeros{
	float:left;
	width:50px;
	height:50px;
	margin: 5px;text-align: center;
	padding-top: 12px;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
	/*cursor:pointer;*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	font-size:25px;
}
.numeros:hover{
	background-color:#000000 !important;
	color:white !important;
}
#numerosjuegos{
	width:432px;
}
#numerosjuegos .numerojuego{
	width:37px !important;
	float:left !important;
	height:37px !important;
	margin: 5px;text-align: center !important;
	padding-top: 4px !important;
	border: solid 1px #000000 !important;/*#e7d9d9*/
	color: black !important;
	border-radius: 50%;

}
#numerosjuegos .numerox{
	background-color :green !important;
	border: solid 0px #000000 !important;/*#e7d9d9*/
}
#numerosjuegos .acierto{
	text-decoration: underline;
	border-radius: 10px 0px 10px 0px;
	border-color:green !important;
}
.bolillas{
 
  display:block;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #000;
  color: #FFF;
  text-align:center;
  font-size: 20px;
  margin:10px;
  float: left;
}

.posicionBolillas{
	position:absolute;
	top:10px;
}
#listaPremios{
	 padding: 10px;
}
/*****************************
Preloader inicio
******************************/

#preloader #preloader-inner {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  animation: spin 2s linear infinite
}

#preloader #preloader-inner:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  animation: spin 3s linear infinite
}

#preloader #preloader-inner:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  animation: spin 1.5s linear infinite
}
@keyframes 
spin { 0% {
transform:rotate(0deg)
}

to { transform: rotate(1turn) }
}

/*****************************
Preloader fin
******************************/

