*{
  padding: 0;
  margin: 0;
}
body{
  background: url(../img/fondo.jpg);
  font: normal 12px Tahoma, Verdana, Arial, sans-serif;

}
a{
  color: #D91139;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
#divContenedor{
  position: absolute;
  left: 50%;
  margin-left: -203px;
  top: 50px;
  border: solid 0px #000;
  width: 400px;
  text-align: center;
  border-radius: 5px;
  background: #000;
  padding: 5px;
  height: 520px;
  box-shadow: 0 0 10px #333;
}
ul{
  list-style: none;
}
ul li{
  display: inline-block;
  background: #b5c30c;
  padding: 24px;
  margin: 2px;
  width: 40px;
  height: 32px;
  text-align: center;
  border-radius: 3px;
  border:solid 1px #333;
  cursor: pointer;
  color: #D91139;
  font-size: 14px;
  font-weight: bold;
  background-position: center;
  background-repeat: no-repeat;
}
ul li:hover{
  border-color: #D91139;
}
#divInicio{
  background: #000 url(../img/captura.png) no-repeat center;
  background-size: 450px;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #fff;
}
#divInferior{
  background: url(../img/btnjugar.png) no-repeat center;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  font-size:0;
  border: none;
  outline: none;
}

#divInferior input[type="button"]{
  background: url(../img/btnjugar.png) no-repeat center;
  padding: 10px 0;
  text-decoration: underline;
  width: 30%;
  border: none !important;

}
#divInferior input[type="button"]:hover{
  background: transparent;
  border: none !important;
  font-size:0;
  padding: 16px 32px;

}
#divContador{
  position: absolute;
  bottom: -30px;
  background: #b5c30c;
  right: 0;
  border-radius: 5px;
}
#divContador p{
  padding: 5px;
  color #fff;
}
