@charset "utf-8";
/* CSS Document */
table{
border:none;
alignment-adjust:central;
width: 100%;
}
table,th,td{
border:1px solid #666;
border-collapse:collapse;
}
table,tr:hover,th:hover,td:hover{
	background-color: #96F;
}

thead th{
background:url(../images/tblfondoencab.jpg) top repeat-x;
padding:5px 10px;
font-size:56%;
text-transform:uppercase;
color:#333;
border:1px solid #000;
text-align:center;
vertical-align: middle;
}
tbody td,tbody th{
font-size:50%;
padding:5px 10px;
background:#eee;
color:#000;
}
tbody th{
background:url(../images/bluechrome.gif) top left repeat-x #fff;
color:#333;
}
tbody tr.odd td{
background:#ddd;
}
tbody tr.odd th{
background:url(../images/greenchrome.gif) top left repeat-x #fff;
color:#333;
}
tfoot td,tfoot th{
  vertical-align:middle;
  font-size:75%;
  padding-top:10px;
  color:#000;
  vertical-align: middle;
}
caption{
font-family:Tahoma;
text-align:center;
font-size:130%;
padding:10px 0;
color:#036;
}
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}

table,td,ul,li{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-left: 12px;
}