@charset "utf-8";
/*Estilo para las tablas*/
table.tablesorter {
	background-color: #26529B;
	font-size: 8pt;
	text-align: left;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
table.tablesorter thead tr th {
	background-color: #385AA8;
	border: 0px solid #FFF;
	font-size: 8pt;
	height:30px;
	padding-left:5px;
	padding-right:5px;	
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg02.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody tr{
	color: #3D3D3D;
	background-color: #FFF;
	height:25px;
}

table.tablesorter tbody tr.odd  {
	/*padding: 7px;*/
}

table.tablesorter tbody tr:hover {
	background-color:#EAEAEA;
	cursor:default;
}


table.tablesorter tbody th {
	background-color: #CCECFB;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #14499C;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
table.tablesorter tbody td {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
	color: #000000;
	text-decoration: none;
}

table.tablesorter tfoot tr th {
	background-color: #385AA8;
	border: 0px solid #FFF;
	padding: 0px;
	height: 7px;
}






/*Estilo para las tablas de atencion medica*/
table.tablesorter2 {
	background-color: #26529B;
	font-size: 8pt;
	text-align: left;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
table.tablesorter2 thead tr th {
	background-color: #385AA8;
	border: 0px solid #FFF;
	font-size: 8pt;
	height:25px;
	padding-left:5px;
	padding-right:5px;	
}
table.tablesorter2 thead tr .header {
	background-image: url(../images/bg02.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter2 tbody tr{
	color: #3D3D3D;
	background-color: #FFF;
	height:22px;
}

table.tablesorter2 tbody tr.odd  {
	/*padding: 7px;*/
}

table.tablesorter2 tbody tr:hover {
	background-color:#EAEAEA;
	cursor:default;
}


table.tablesorter2 tbody th {
	background-color: #CCECFB;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #14499C;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
table.tablesorter2 tbody td {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
table.tablesorter2 thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter2 thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter2 thead tr .headerSortDown, table.tablesorter2 thead tr .headerSortUp {
	background-color: #8dbdd8;
	color: #000000;
	text-decoration: none;
}

table.tablesorter2 tfoot tr th {
	background-color: #385AA8;
	border: 0px solid #FFF;
	padding: 0px;
	height: 7px;
}

.sinbordes
{
	border:1px solid transparent;
	background:transparent;
}




/*Estilo para las facturas*/
table.tablesorter3 {
	background-color: #26529B;
	font-size: 8pt;
	text-align: left;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
table.tablesorter3 thead tr th {
	background-color: #385AA8;
	border: 0px solid #FFF;
	font-size: 8pt;
	height:30px;
	padding-left:5px;
	padding-right:5px;	
}
table.tablesorter3 thead tr .header {
	background-image: url(../images/bg02.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter3 tbody tr{
	color: #3D3D3D;
	background-color: #FFF;
	height:25px;
}

table.tablesorter3 tbody tr.odd  {
	/*padding: 7px;*/
}

table.tablesorter3 tbody tr:hover {
	background-color:#EAEAEA;
	cursor:default;
}


table.tablesorter3 tbody th {
	background-color: #CCECFB;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #14499C;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
table.tablesorter3 tbody td {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
table.tablesorter3 thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter3 thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter3 thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
	color: #000000;
	text-decoration: none;
}

table.tablesorter3 tfoot tr td {
	background-color: white;
	border: 0px solid #FFF;
	padding: 5px;
	height: 7px;
    color:black;
}

thead{
display: table-row-group;
}