#tablas table{
	color:#000;
	width:100%;
	text-align:center;
}
#tablas table thead td{
	padding-left:5px;
	padding-right:5px;
	color:#fff;
	background: #888888;
	text-align:center;
 	border: 1px solid #fff;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;	
}
 #tablas table tbody td{
 	background:#fff;
	text-align:center;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
 	border: 1px solid #ff0000;
	width:120px;
 }
#tablas_jugadores table{
	color:#000;
	width:100%;
	text-align:center;

}
 #tablas_jugadores  table tbody td p{
	font-size:12px;
	}
 #tablas_jugadores  table tbody td{
 	background:#000;
	color:#fff;
	padding:5px;
	text-align:justify;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
 	border: 1px solid #ff0000;
 }
