ul#tabnav{
	margin: 0; padding: 0; 
}
ul#tabnav{
	height: 54px;
	clear: both;
	background: #fff;
}
ul#tabnav li{
	margin: 0 1px 0 0;
	padding: 0; 
	float:left;
}
ul#tabnav li a{
	margin: 0; 
	padding: 25px 0 0 62px; 
	width: 190px;
	height: 29px;
	background: url(tabs.gif) no-repeat;
	display: block;
	color: #fff;
	outline: none;
	font-weight: bold;
	text-decoration: none;
}
ul#tabnav li.inactivo a{
	background-position: 0 -55px;
	color: #fd5530;
}
#tabdata{
	padding: 20px 0 0 0;
	background: url(tabs-tabdata.gif) top right no-repeat;
	min-height: 400px;
	margin: 0; 
}
ul#tabnav li.activo a:hover{
	color: #fff;
}
ul#tabnav li.inactivo a:hover{color: #fff; background-position: 0 -110px;}

/* Color del texto dentro de los tabs data */
#tabdata p,
#tabdata h3,
#tabdata h4{
	color: #fff !important;
}
/* Encierra la data de los tabs */
.juegaBox{
	/*width: 90%;*/
	width: 700px;
	min-height: 500px;
	margin: 0 auto;
	background: #FD5530 url(tabs-bottomR.gif) bottom right no-repeat;
	padding: 0 0 0 0; 
}
#content .juegaBox .break{
	background: url(tabs-bottomL.gif) bottom left no-repeat;
	height: 29px;
	margin: 0; 
	padding: 0; 
	clear: both;
}

/* Cajas para la info de los tabs */
.dataL{
	width: 45%;
	min-height: 350px;
	float: left;
	padding: 0 0 20px 4%;
}
.dataR{
	width: 45%;
	min-height: 350px;
	float: left;
	padding: 0 1% 02%;
}

.dataR img.centro
{
	padding: 3px;
}


.dataA{
	width: 99%;
	min-height: 350px;
	margin: 0 auto;
}

/* Botones calendario */
#content ul.buttons{

}
#content ul.buttons li.clear{
	clear: both;
	display: block;
	width: 100%;
}
#content ul.buttons li{
	background: none;
	float: left;
	margin: 0 5px 0 0; 
	padding: 0; 
}
#content ul.buttons li a{
	display: block;
	width: 56px;
	height: 49px;
	padding-top: 12px;
	background: url(button.gif) no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	vertical-align: text-bottom;
	text-indent: 2.5px
}
#content ul.buttons li a:hover{
	background-position: 0 -120px;
}

#content ul.buttons li.select a,
#content ul.buttons li.select a:hover{
	background-position: 0 -60px; color:#fff;
}

#content ul.buttons li.especialselect a,
#content ul.buttons li.especialselect a:hover{
	background-position: 0 -60px; color:#fff;
}


#content ul.buttons li.especial a,
#content ul.buttons li.especial a:hover{
	color:#644282;
}




/* Tabla de datos */
table.tData{
	width: 90%;
	margin: 0 auto;
	padding: 0; 
	border-collapse: collapse;
	font-size: .85em;
	color: #fff;
}
table.tData caption{
	display: none;
}
table.tData th{
	text-align: left;
}
table.tData tr td,
table.tData tr th{
	margin: 0; padding: 2px; 
}
table.tData tr.par td,
table.tData tr.par th{
	background: #EE4621;
}
table.tData thead tr th{
	background: #be2d0e;
}