/* tables */
table.tablesorter {
	margin:25px 0;
}
table.tablesorter td{
	font-size: 10px;
    line-height: 1.3em;
    padding: 6px 4px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th, #colegios table thead tr th {
	background-color: #E6F0F1;
	background-color: #00325B;
	border: 1px solid #FFF;
	font-size: 9px;
    padding: 12px 6px;
	text-align: left;
	text-transform:uppercase;
	color:#FFF;
}

#colegios table td {
    border-bottom: 1px solid #EEEEEE;
    color: #666666;
    text-align: left;
    font-size: 10px;
    line-height: 1.3em;
    padding: 8px 4px;
}
#colegios table tr:nth-child(2n+1) {
    background-color: #F9F9F9;
}

/*
#modal table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size: 9px;	
}	
*/
table.tablesorter thead tr .header {
	background-image: url(bgWhite.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
 	color: #00325B;
	color: #FFF;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(ascWhite.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(descWhite.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #426896;
}
table.tablesorter thead tr .unorder{
	background-image: none !important;
}
table.tablesorter tr:nth-child(odd) {
  	background-color: #F9F9F9;
}
table.tablesorter td {
    border-bottom: 1px solid #EEEEEE;
	color:#666;
}