.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;
}

/*************	monobingo   *************/

#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: #ed1c24;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#bottom-monobingo {
	clear: both;
	overflow: hidden;
	margin: 0px auto;
	display: block;
}

.carton-monobingo {
	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-monobingo {
	background: #014e9a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	padding: 8px 0px;
	display: block;
}

.carton-monobingo ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	display: inline-block;
    vertical-align: middle;
}

.carton-monobingo li {
	width: 51px;
	height: 51px;
	background: url(../image/bola-monobingo.png) no-repeat center;
	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: 20px;
	line-height: 48px;
	color: #000;
}

.carton-monobingo span {
    text-transform: uppercase;
    font-size: 24px;
    color: #ed1c24;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    vertical-align: middle;
}

.table-monobingo {
	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-monobingo table {
	width: 100%;
}

.table-monobingo th {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	padding: 8px 0px;
	background: #ed1c24;
	color: #fff;
}

.table-monobingo th:first-child {
    text-align: left;
    padding: 0 0 0 20px;
}

.table-monobingo td {
	padding: 3px 0px;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.table-monobingo td:nth-child(odd) {
    text-align: left;
    padding: 0 0 0 20px;
}

.table-brinco th:first-child, .table-brinco td:first-child {
    text-align: left;
    padding: 0 0 0 20px;
}

#proximo-sorteo-monobingo {
	margin: 0px auto;
	width: 565px;
	position: absolute;
	bottom: 0;
    left: 25;
	right: 25;
}

#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-monobingo {
		width:100%;
		margin:0px;
	}

	.carton-monobingo ul{
		display:table;
	}	
	
	.table-monobingo{
		width:100%;
	}
}