.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;
}

/*************	loto5   *************/

#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.blue-text {
	background: #027134;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#bottom-loto5 {
	clear: both;
	overflow: hidden;
	margin: 0px auto;
	display: block;
}

.carton-loto5 {
	width: 565px;
	background: #fff;
	margin: 10px auto;
	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;
}

.title-carton-loto5 {
	background: #027134;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	padding: 8px 0px;
	display: block;
}

.carton-loto5 ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

.carton-loto5 li {
	width: 50px;
	height: 50px;
	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: 30px;
	line-height: 48px;
	color: #000;
}

.carton-loto5 li:nth-child(odd){
	background: url(../image/reacuadro-rojo.png) no-repeat center;
}

.carton-loto5 li:nth-child(even){
	background: url(../image/reacuadro-negro.png) no-repeat center;
}

.table-loto5 {
	width: 565px;
	background: #fff;
	margin: 10px auto;
	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;
	clear: both;
	border-collapse: collapse;
    border-spacing: 0;
}


.table-loto5 table {
	width: 100%;
}

.table-loto5 th {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	padding: 8px 0px;
	background: #027134;
	color: #fff;
}

.table-loto5 td {
	padding: 6px 0px;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	text-align: center;
}

#proximo-sorteo-loto5 {
	margin: 0px auto;
	width: 565px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    text-align: center;
}

#proximo-sorteo-loto5 div:first-child {
	font-size: 14px;
    font-weight: bold;
}
/* #proximo-sorteo-loto5 div:last-child {
	font-size: 9px;
} */

#banner {
    margin: 0px auto;
    width: 565px;
    position: absolute;
    bottom: 0;
    left: 25;
    right: 25;
}


@media(max-width: 600px){
	#banner {
		display:none;
	}

	#head-results img#logo{
		display:none;
	}

	.carton-loto5 {
		width:100%;
		margin: 0px;
	}


	.table-loto5{
		width:100%;
		margin: 0px;
	}


	.table-loto5 th {
		font-size: 13px;
	}


	#proximo-sorteo-loto5 {
		width:100%;
		margin:0px;
	}

	.carton-loto5 ul{
		width:100%;
	}

	.carton-loto5 li{
		width:16%;
	}
}
