/* Ficha de contenidos */
table.indice {
	width:100%;
	border:none;
}
table.indice td {
	border:none;
	padding:2px;
}
table.indice thead td {
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-align:center;
}
table.indice tbody td {
	text-align:center;
	background-color:#CCC;
}
table.indice tbody td.activo {
	text-align:center;
	background-color:#AAA;
}
table.indice tbody td.activo a {
	font-weight:bold;
	color:#333;
}
table.indice tbody td:hover {
	background-color:#FFF;
}
table.indice tfoot td {
	font-size:10px;
	text-align:center;
	border-top:#CC9 1px dotted;
	background-color:#FFC;
}
table.indice img {
	border:none;
	margin-right:5px;
	vertical-align:middle;
	vertical-align:absmiddle;
}