#tablaV table 
{
	background-color: #d2d7db;
	text-align: left;
	border-spacing: 0px;
	border: 1px solid #aeb3b6;
	border-collapse: collapse;
	width: 650px;
	margin-top: 20px;
}

#tablaV table a, #tablaV table, #tablaV tbody, #tablaV tfoot, #tablaV tr, #tablaV th, #tablaV td 
{
	font-family: georgia, "times new roman", serif;
	line-height: 1.5em;
	font-size: 13px;
	color: #55595c;
}

#tablaV table caption
{
	border-top: 1px solid #aeb3b6;
	padding: .5em 0;
	font-size: 240%;
	font-style: italic;
	color: #d2d7db;
}

#tablaV table a
{
	display: block;
	padding: 0.75em 2px;
	text-decoration: none;
	color: #589acf;
}

#tablaV table a:hover, #tablaV table a:focus
{
	text-decoration: underline;
}

#tablaV table th a
{
	min-height: 4.5em;
	text-align: right;
	padding: 0 2px 1.5em 2px;
}

#tablaV table th a:hover, #tablaV table th a:focus, #tablaV tbody tr:hover th
{
	background-color: #357eb9;
	color: #fff !important;
}

#tablaV table a:visited
{
	padding-left: 15px;
	background: url(./check.gif) 2px 50% no-repeat;
}

#tablaV table th a:visited
{
	padding-right: 15px;
	background: url(./check.gif) 98% 0.4em no-repeat;
}

#tablaV thead th
{
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #81888d;
	padding: 0.75em 2px;
	border-bottom: 1px solid #fff;
}

#tablaV tbody th
{
	color: #25c1e2;
	font-style: italic;
	background-color: #fff;
	border-bottom: 1px solid #aeb3b6;
}

#tablaV td
{
	border: 1px dotted #fff;
	padding: 0 2px;
}

#tablaV tbody tr.odd
{
	background-color: #d7dce0;
}

#tablaV tbody tr:hover td
{
	background-color: #5f9ed1;
}

t#tablaV body tr:hover td, #tablaV tbody tr:hover th, #tablaV tbody tr:hover a
{
	color: #fff !important;
}
