table.contenidoPanel {
	width: 100%;
}

table.contenidoPanel thead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	text-align: center;
	text-decoration: bold;
}

table.contenidoPanel tbody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	text-align: justify;
}

table.contenidoPanel tbody tr td {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:8px;
}

table.contenidoPanel tbody tr td a, a:active {
	text-decoration: none;
	color: Brown;
}

table.contenidoPanel tbody tr td a:hover {
	text-decoration: underline;
	color: Brown;
}

table.contenidoPanel tbody tr td input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}