/*** GENERALES ***/
 .oddrow {
	background-color: #FFF;
}

.evenrow {
	background-color: #ECECEC;
}
.colhead {
	background:#c1c1c1;
	color: #000;
	font-weight: bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.colhead A:link, .colhead A:visited {
	color: #000;
}
.colhead A:hover {
	color: #95322C;
}	
/*** CALENDARIO ***/
.tablehead {
	color: #000;
	font-style: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background:#DCDCDC;
 	vertical-align:top;
	width: 100%;
	margin:5px 0 5px 0;
}

.tablehead A:link, .tablehead A:visited {
	color: #000; 
}
.tablehead A:hover {
	color: #95322C;
}			
.stathead {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.redfont, .redfont a, .redfont a:visited {
	color: #BF0000;
	background-color: #EDEDDC;
	font-size: 11px;
}
.redfont a:link {
	color: #BF0000;
	background-color: #EDEDDC;
}
.redfont a:hover {
	color: #EDEDDC;
	background-color: #000000;
}

/*** ESTADISTICAS ***/
.pequenita {
	font-size: 8px;
	text-transform: uppercase;
}
.lideres {
	FONT-SIZE: 11px;
	BACKGROUND: #DCDCDC;
	MARGIN: 5px 0px;
	VERTICAL-ALIGN: top;
	COLOR: #000;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.lideres TR, .lideres TD {
	height: 12px;
}
.lideres IMG {
	border: 1px solid #999999;
}
.lideresFixWidth {
	FONT-SIZE: 10px;
	BACKGROUND: #DCDCDC;
	MARGIN: 5px 0px;
	COLOR: #000;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.lideres A:link {
	FONT-SIZE: 11px;
	COLOR: #000
}
.lideres A:visited {
	FONT-SIZE: 11px;
	COLOR: #000
}
.lideres A:hover {
	FONT-SIZE: 11px;
	COLOR: #95322C
}
#navlinks {
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	color: #999999;
}
#navlinks a:link {
	FONT-SIZE: 12px;
}
#navlinks a:hover {
	FONT-SIZE: 12px;
	text-decoration: underline;
	font-weight: normal;
}
#navlinks a:visited {
	FONT-SIZE: 12px;
	font-weight: normal;
}