/* CSS Document */
.tabla01 {
	font: 80% Verdana, "New York", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff/*url(mouse.jpg)*/ bottom right no-repeat;
	text-align: left;
	border-collapse: collapse;
	/*border: 2px solid #27a0bd;*/
	/*border: 2px solid #006666;*/
	border: 1px solid #000;
	border-top: none;
}
.tabla01  a {
	text-decoration: underline;
	color: #006699;
}
.tabla01 a:visited {
	text-decoration: none;
}
.tabla01 a:hover, table a:active {
	/*background-color: #008eb1;*/
	background-color: #006666;
	text-decoration: none;
	color: #eee;
}
.tabla01 thead th {
	font-size: 105%;
	color: #eee;
	background-color: #003366;
	border-bottom: 1px outset #000;
}
tbody {

}
.tabla01 tr {
	vertical-align: top;
}
.tabla01 tr,th,td {
	padding: .1em;
}
.tabla01 caption {
	height: 27px;
	color: white;
	text-align: left;
	background: #fff /*url(table_designs.jpg)*/ no-repeat;
	background-position: 92% 0;
}
.tabla01 tr.odd td, tr.odd th {
	background-image: url(tealbg.gif);
	background-repeat: repeat;
}
.tabla01 tfoot th,tfoot td {
	padding: 0.2em .75em;
	color: #3a4e58;
	font-weight: bold;
	font-size: 105%;
}
.tabla01 tfoot th {
	text-align: right;
}