
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100);
@font-face {
    font-family: noodle;
    src: url(../fonts/big_noodle_titling.ttf);
}

body{
	background-color: black;
	background-position: 50% 0;
	font-family: 'Roboto', sans-serif;
	background-size: 1900px;
	background-repeat: no-repeat;
}

a{
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  cursor: pointer;
}

footer a{
	  text-decoration: underline;
}

a:hover{
  color: #FF38B3;
}

input{
	width: 95%;
	color: black;
	background-color: #E8E8E8;
	border: none;
	padding-left: 5px;
}

section form table {
    width: 100%;
    text-align: left;
    font-size: 0.9em;
    border-spacing: 5px;
    border-collapse: separate;
}

footer{
	margin-top: 22px;
	margin-bottom: 10px;
	text-align: center;
	color: #CDCDCD;
	font-size: 0.8em;
	font-weight: 300;
}
footer .blue{
	color: #1FC2E8;
}

footer .blue a{
	color: #1FC2E8;
}
footer .blue a:hover{
	color: white;
}

footer .logos {
	margin: 10px 0;
	text-align: center;
}
footer .logos a{
	text-decoration: none;
}

footer .logos div {
  display: inline-block;
  margin: 0 0 0 5px;
  height: 30px;
  text-indent: -999999999px;
}

footer .links a{
      text-decoration: none;
}

.sprite {
    background-image: url(http://promociones.goldenpark.es/_media_/images/logos.png);
    background-repeat: no-repeat;
}

.sprite-18 {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
}

.sprite-electron {
    width: 40px;
    height: 25px;
    background-position: -39px -5px;
}

.sprite-essa {
    width: 67px;
    height: 25px;
    background-position: -89px -5px;
}

.sprite-juego_seguro {
    width: 146px;
    height: 25px;
    background-position: -5px -40px;
}

.sprite-jugarbien {
    width: 73px;
    height: 25px;
    background-position: -5px -75px;
}

.sprite-mastercard {
    width: 44px;
    height: 25px;
    background-position: -88px -75px;
}

.sprite-neteller {
    width: 62px;
    height: 25px;
    background-position: -5px -110px;
}

.sprite-paypal {
    width: 53px;
    height: 25px;
    background-position: -77px -110px;
}

.sprite-rgiaj {
    width: 25px;
    height: 25px;
    background-position: -166px -5px;
}

.sprite-skrill {
    width: 53px;
    height: 25px;
    background-position: -5px -145px;
}

.sprite-visa {
    width: 40px;
    height: 25px;
    background-position: -142px -75px;
}

footer .links{
	line-height: 30px;
}

footer .links img{
	height: 26px;
}