/*
  project: CSS - table design
  type: stylesheet
  description: aqua
  edited: 19.11.2007, Matthias Richter
*/
#datos {
	border-collapse: collapse;
	border: 1px solid #B4C8DC;
	font-size: 0.9em;
	color: #333333;
}
#datos caption {
	padding: 0 .4em .4em;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
}
#datos td, th {
	color: #666666;
	border: 1px solid #a4c7db;
	padding: 0.3em;
}
#datos thead th, tfoot th {
	border: transparent;
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	background: #151a25;
}
#datos tbody td a {
	background: transparent;
	color: #fff;
	text-decoration: none;
}
#datos tbody td a:hover {
	background: transparent;
	color: #fff;
}
#datos tbody th a {
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}
#datos tbody th a:hover {
	background: transparent;
	color: #F0F0F0;
}
#datos tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
#datos tfoot td {
	border: 1px solid #a4c7db;
	background: #C5BA85;
}
#datos .odd {
	background: #8093bc;
}
#datos tbody tr:hover {
	color: #333333;
	background: #f0f0f0;
}
#datos tbody tr:hover th, tbody tr.odd:hover th {
	background: #f0f0f0;
}

