
.enlaces table {
	/*font:normal 76%/150% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;*/
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	width:100%;
	}
	/*
.enlaces table a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
	
.enlaces table a:visited {
	color:#444;
	font-weight:normal;
	}
.enlaces table a:visited:after {
	content:"\00A0\221A";
	}	
.enlaces table a:hover {
	border-bottom-style:solid;
	}
*/	
.enlaces thead th,
.enlaces thead td,
.enlaces tfoot th,
.enlaces tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	text-aling:center;
	}
.enlaces th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
.enlaces tbody th,
.enlaces td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
.enlaces tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
.enlaces tbody th a:link,
.enlaces tbody th a:visited {
	font-weight:bold;
	}
.enlaces tbody td,
.enlaces tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
.enlaces tbody tr.odd th,
.enlaces tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
.enlaces tbody tr:hover td,
.enlaces tbody tr:hover th {
	background:#ffffee;
	border-color:#523A0B;
	}
.enlaces caption {
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}