/* CSS Document */

.enlaces {
	font-size: 9pt;
	color: #333333;
}

.enlaces td {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.enlaces th {
	color: #FFFFFF;
	background-color: #6B5734;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.enlaceA {
	background-color: #F2EEE6;
}
.enlaceB {
	background-color: #E1D7C1;
}
.enlaces a {
	color: #372352;
	text-decoration: none;
}
.enlaces a:hover {
	color: #6B5734;
	text-decoration: underline;
}
.enlaces thead th{
	border-top-width: 3px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #514128;
	border-top-color: #FFFFFF;
}
.enlaces caption {
	font-size: 14pt;
	font-style: italic;
	margin-top: 10px;
	color: #6B5734;
	padding-bottom: 3px;
}
.enlaces tfoot th {
	border-top-width: 3px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #514128;
	border-top-color: #FFFFFF;
	font-size: 3px;
	margin: 0px;
	padding: 0px;
}