/* Sortable */

table .sortable thead {
  border-top:solid 1px #525254;
  border-bottom:solid 1px #525254;
	color:#525254;
  font-weight: bold;
  cursor:default;
  height:40px;
  line-height:20px;
}

table .sortable tfoot {
  font-weight: bold;
  border-bottom:solid 1px #525254;
  font-size:110%;
  line-height:150%;
}

#tabla  { 
  /*background-color: #FFFFFF;*/
	margin-top: 30px;
	text-align:left; 
	width: 100%;
	padding: 0; 
  font-size: 90%;
}

table, th, tr, td {margin:0px}

#tabla table th, td {
  padding-left:6px;
  padding-right:6px;
}
#tabla table td {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* tabla zebra */
#tabla tr:nth-child(odd) { background: #F7F7F7 }
#tabla tr:nth-child(even) { background: #EDEDED}
#tabla th {
  margin-bottom:10px;
  border-bottom:1px solid #AFAFAF;
  border-top:1px solid #AFAFAF;
  padding:10px 0px;
}