.juegoLoader {
    position: absolute;
    z-index: 1000;
    top: 200px;
    left: 247px;
    display: none;
}

.sorteoTab {
    position: relative;
    width: 150px;
    float: right;
    margin-right: 40px;
    margin-top: 9px;
}

.noresults {
    position: absolute;
    z-index: 1;
    top: 200px;
    left: 180px;
    display: none;
    font-size: 11px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

span.resultados {
    height: 20px;
    width: 80px;
    position: absolute;
    top: 10px;
    right: 14px;
    display: block;

    font-size: 11px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}
span.resultadosBox {
    height: 20px;
    width: 100px;
    position: absolute;
    top: 24px;
    right: 14px;
    display: block;

    color: #666666;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 20px;
}
span.resultadosBox input {
    width: 80px;
    background-color: #dadada;
    border: none;
    color: #666666;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 20px;

    padding: 0px;
    margin: 0px;
    cursor: pointer;
}


#article {
	background: #fff;
	color: #000;
	padding: 0px;
	margin: 0px;
}

/*************	LOTO   *************/

#head-results {
	clear: both;
	overflow: hidden;
	margin: 0px;
}

#head-results img#logo {
	float: left;
	margin: 0px 50px 0px 0px;
}

#head-results .data {
	float: left;
	margin: 15px 20px 0px 0px;
	width: 100px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
}

#head-results span {
	display: block;
	margin: 0px 0px 5px;
}

#head-results span.black-text {
	color: #000;
	text-align: center;
	padding: 0px 5px;
}

#head-results span.red-text {
	background: #e30613;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#bottom-loto {
	clear: both;
	overflow: hidden;
	margin: 0px;
	display: inline-block;
}

.carton-loto {
	width: 280px;
	background: #fff;
	margin: 10px 20px 10px 10px;
	padding: 0px;
	box-shadow: 1px 1px 10px #ccc;
	-moz-box-shadow: 1px 1px 10px #ccc;
	-webkit-box-shadow: 1px 1px 10px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.title-carton-loto {
	background: #b2c50a;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	padding: 8px 0px;
	display: block;
}

.carton-loto ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

.carton-loto li {
	width: 34px;
	height: 34px;
	background: #fcce00;
	margin: 8px 5px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: 28px;
	line-height: 32px;
	color: #000;
}

.carton-jackpot {
	width: 220px;
	background: #fff;
	margin: 10px 0px 10px 40px;
	padding: 0px;
	box-shadow: 1px 1px 10px #ccc;
	-moz-box-shadow: 1px 1px 10px #ccc;
	-webkit-box-shadow: 1px 1px 10px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.title-carton-jackpot {
	background: #e30613;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	padding: 8px 0px;
	display: block;
}

.carton-jackpot ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

.carton-jackpot li {
	width: 34px;
	height: 34px;
	background: #e30613;
	margin: 8px 5px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: 28px;
	line-height: 32px;
	color: #000;
}

.carton-loto-big {
	width: 550px;
	background: #fff;
	margin: 0px auto;
	padding: 5px 0px;
	box-shadow: 1px 1px 10px #ccc;
	-moz-box-shadow: 1px 1px 10px #ccc;
	-webkit-box-shadow: 1px 1px 10px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
}

.carton-loto-big p {
	color: #000  !important;
	text-transform: uppercase  !important;
	font-family: 'Ubuntu', sans-serif  !important;
	font-size: 14px  !important;
	padding: 2px 0px  !important;
	text-align: center  !important;
	margin: 2px 0px;
}

.carton-loto-yellow {
	width: 280px;
	background: #fff69b;
	margin: 0px 20px 10px 10px;
	padding: 5px 0px;
	box-shadow: 1px 1px 10px #ccc;
	-moz-box-shadow: 1px 1px 10px #ccc;
	-webkit-box-shadow: 1px 1px 10px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.carton-loto-yellow p {
	color: #000  !important;
	text-transform: uppercase  !important;
	font-family: 'Ubuntu', sans-serif  !important;
	font-size: 16px  !important;
	padding: 2px 0px  !important;
	text-align: center  !important;
	margin: 0px;
}

#banner {
	float: left;
	margin: 0px 10px;
}



@media(max-width: 600px){
	.carton-loto{
		width: 100%;
		margin-left: 0px;
		float: left;
		border: 1px solid #ccc;
	}

	.carton-loto li {
		width: 26%;
		font-size: 17px; /*hacerlo en em con %*/
	}

	.carton-loto-big {
		width: 100%;
		text-align: center;
		margin: 0px;
		border: 1px solid #ccc;
	}

	#article {
		height: auto;
	}

	#head-results img#logo{
		display: none;
	}

	.carton-jackpot {
		width: 100%;
		margin-left: 0px;
		border: 1px solid #ccc;
	}
	
	.carton-loto-yellow {
		width: 100%;
		background: #fff69b;
		margin: 0px;
		border: 1px solid #ccc;
	}

	.carton-loto-yellow p {		
		font-size: 16px  !important;
	}

	#banner {
		display:none;
	}

}