@charset "utf-8";
/* CSS Document */

/*
Coffee with milk
Table design by Roger Johansson, 456 Berea Street
www.456bereastreet.com
================================================*/

.jugadores{
	font:normal 13px "comic Sans MS","Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0;
	width:700px;
	border:inherit;
	background-color:#FCFCFC;
	
	}
	

.jugadores a {
	color:#000;
	text-decoration:none;
	/*border-bottom:1px dotted;*/
	  
	}
.jugadores a:visited {
	color:#000;
	font-weight:normal;
	}
/*table a:visited:after {
	content:"\00A0\221A";
	}*/
.jugadores a:hover {
	border-bottom:1px dotted;
	}
.jugadores thead th,
.jugadores thead td,
.jugadores tfoot th,
.jugadores tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:rgb(25, 68, 113);
	text-align:center;
	color:#FFFFFF;
	font:normal 12px "comic Sans MS","Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	}
.jugadores th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.25em;
	text-align:left;
	background:#006699;
	color:#FFFFFF;
	}
tbody.jugadores th, 
tbody.jugadores td {
	padding:0.1em 0.1em;
	text-align:center;
	vertical-align:middle;
	/*width:15px;*/
	}
.jugadores tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
.jugadores tbody th a:link,
.jugadores tbody th a:visited {
	font-weight:bold;
	}
tbody.jugadores td,
tbody.jugadores th {
	border:0px solid #fff;
	border-width:0px 0;
	}
.jugadores tbody tr.odd th,
.jugadores tbody tr.odd td {
	border-color:#EBE5D9;
	background:#99CCCC;/*rgb(168, 203, 98);*/
	}
.jugadores 	tbody tr.odd th,
.jugadores tbody tr.cal td {
	border-color:#E005D9;
	background:rgb(168, 203, 98);
	font-size:1.8em;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;

	}
/*tbody tr:hover td,
tbody tr:hover th {
	background:#EBE5D9;
	border-color:#523A0B;
	}
caption {
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}*/