@charset "utf-8";
/* CSS Document */
table{
	border:none;
	alignment-adjust:central;
	white-space: nowrap; 
	text-overflow: ellipsis;
	width: 100%;
}
table,th,td{
	border:1px solid #003300;
	border-collapse:collapse;
	max-width: 250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
table,tr:hover,th:hover,td:hover{
	background-color: #428bca;
}

thead th{
	background:url(../imagenes/tblfondoencab.jpg) top repeat-x;
	padding:5px 10px;
	font-size:80%;
/*	text-transform:uppercase; */
	color:#fff;
	border:1px solid #000;
	text-align:center;
}
tbody td,tbody th{
font-size:80%;
padding:5px 10px;
background:#eee;
color:#000;
}
tbody th{
background:url(../imagenes/bluechrome.gif) top left repeat-x #fff;
color:#333;
}
tbody tr.odd td{
background:#ddd;
}
tbody tr.odd th{
background:url(../imagenes/greenchrome.gif) top left repeat-x #fff;
color:#333;
}
tfoot td,tfoot th{
  vertical-align:middle;
  font-size:60%;
/*  padding-top:10px; */
  color:#000;
}
caption{
font-family:Tahoma;
text-align:center;
font-size:90%;
font:bold;
padding:10px 0;
color:#fff;
background-color:#030
}
table a:link{
color:#369;
}
table a:visited{
color:#036;
}
table a:hover{
color:#000;
text-decoration:none;
}
table a:active{
color:#000;
}
#alinear {text-align: right}