.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;
}

/*************	tomboTotal   *************/

#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: #592c9c;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#bottom-tomboTotal {
	clear: both;
	overflow: hidden;
	margin: 0px auto;
	display: block;
}

.carton-tomboTotal {
	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-tomboTotal {
	background: #592c9c;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	padding: 8px 0px;
	display: block;
}

.carton-tomboTotal ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	display: inline-block;
/* 	display: flex; solo en caso que se haga el split de los numeros. */
}

.carton-tomboTotal li {
	width: 250px;
	height: 90px;
	margin: 8px 150px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.9em;
	line-height: 90px;
	color: #000;
}

.carton-tomboTotal li:nth-child(odd){
	background: url(../image/botonnum.png) no-repeat center;
}

.carton-tomboTotal li:nth-child(even){
	background: url(../image/botonnum.png) no-repeat center;
}

.table-tomboTotal {
	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-tomboTotal table {
	width: 100%;
}

.table-tomboTotal th {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	padding: 8px 0px;
	background: #027134;
	color: #fff;
}

.table-tomboTotal td {
	padding: 6px 0px;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	text-align: center;
}

#proximo-sorteo-tomboTotal {
	margin: 0px auto;
	width: 565px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    text-align: center;
}

#proximo-sorteo-tomboTotal div:first-child {
	font-size: 14px;
    font-weight: bold;
}
/* #proximo-sorteo-tomboTotal div:last-child {
	font-size: 9px;
} */

#banner {
    margin: 0px auto;
    width: 565px;
    position: absolute;
    bottom: 0;
    left: 25;
    right: 25;
}

#head-resultados {
	clear: both;
	overflow: hidden;
	margin: 0px;
}

#head-resultados img#logo {
	float: left;
	margin: 0px 50px 0px 0px;
}

#head-resultados .data {
	float: left;
	margin-left: 40.333%;
	width: 100px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
}

#head-resultados span {
	display: block;
	margin: 0px 0px 5px;
}

#head-resultados span.black-text {
	color: #000;
	text-align: center;
	padding: 0px 5px;
}

#head-resultados span.blue-text {
	background: #592c9c;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


@media(max-width: 600px){

        #head-results img#logo {
                display:none;
        }
        #banner {
                display:none;
        }
        .carton-tomboTotal {
                width:100%;
        }
        
        .carton-tomboTotal li {
        		margin: 0px;
        }
}
