/* tables */
table.tablesorter {
	margin:0 0 30px 0;
	width: 100%;
	text-align: left;
	color:#666;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	
}
table.tablesorter thead tr .header {
	/* background-image: url(bg.gif); */
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	border-bottom:solid 1px #8fbd2a;
	text-align:center;
	padding:0px 15px 5px 15px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 15px;
	border-right:solid 1px #8fbd2a;
	border-bottom:solid 1px #8fbd2a;
}
table.tablesorter .sinborde{
	border-right:none;
}
table.tablesorter .vacio{
	border-right:solid 1px #8fbd2a;
	border-bottom:solid 1px #8fbd2a;
}
table.tablesorter tbody tr.odd td {
	
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}





table.tablebecarios {
	margin:0 0 30px 0;
	width: 300px;
	text-align: left;
	color:#666;
}
table.tablebecarios thead tr th, table.tablesorter tfoot tr th {
	
}
table.tablebecarios thead tr .header {
	/* background-image: url(bg.gif); */
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	border-bottom:solid 1px #8fbd2a;
	text-align:left;
	padding:0px 15px 5px 15px;
}
table.tablebecarios tbody td {
	color: #3D3D3D;
	padding: 15px;
	border-bottom:solid 1px #8fbd2a;
}
table.tablebecarios .sinborde{
	border-right:none;
}
table.tablebecarios .vacio{
	border-right:solid 1px #8fbd2a;
	border-bottom:solid 1px #8fbd2a;
}
table.tablebecarios tbody tr.odd td {
	
}

table.tablebecarios thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablebecarios thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablebecarios thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}
