.contenido
{
	line-height: 20px;
	width: 425px;
	margin-right: 20px;
}

dl
{
	width: 445px;
}
.destacado
{
	margin-top: 20px;
}

table
{
	width: 100%;
	margin-bottom: 20px;
}

caption
{
	margin: 10px 0;
	font-weight: bold;
}

tr
{
	border-top: 2px solid #fff;
	background: #e6f0c3;
}

th
{
	font-weight: bold;
	background: #cbd89d;
}

th,td
{
	border-right: 2px solid #fff;
	padding: 4px 10px;
	text-align: right;
}

.tbl-title
{
	text-transform: uppercase;
	text-align: center;
	background: #90d7de;
}

.tbl-empty
{
	background-color: #fff;
}
.tbl-total
{
	font-weight: bold;
	background: #90d7de;
}