/* Copyright 2006 Joost de Valk */
BODY {
	FONT-SIZE: 12px;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0px;
}
a img {
	border: 0;
}
a.sortheader {
	color:#FFFFFF !important;
	text-decoration: none;
	
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #ccc;	
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #0E70AF;
	color:#FFFFFF;
	font-size: 13px;
	height: 30px;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #F9F8F6;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #ccc;
	background-color: #ccc;
	font-weight: bold;
}

.destacado{
font-weight: bold;
color: #0800ff;
font-style: italic;

 animation: blink;
}
@keyframes blink {
to { color: red; }
}
.destacadoli{
font-weight: bold;
font-style: italic;
text-decoration:underline;
}