/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #2E235C;
	border: 1px solid #FFF;
	color: white;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter tbody td img {
	margin: 10px;
}
table.tablesorter tbody td.tif {
	text-align: center;
}
table.tablesorter tbody td ul li {
	list-style-position: inside;
}
table.tablesorter tbody td.ubicacion ul li {
	list-style-type: none;
}

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: #2E235C;
}

h4 {
text-align: center;
color: #2E235C;
position: relative;
top: 15px;
}

td.conimg {
text-align: center;
color: #2E235C;
}


td.ubicacion {
text-align: center;
}
td.ubicacion a, td.ubicacion a:link, td.ubicacion a:visited, td.ubicacion a:hover, td.ubicacion a:active {
text-align: center;
color: #2E235C;
text-decoration: underline;
font-weight: bold;

}



table#tabla_links {
margin: 30px auto;
}



#tabla_links tr td{
text-align: center;
background: #30285c;
color: white;
font-size: 14px;
height: 30px;
vertical-align: middle;
}  



#tabla_links tr td a:hover, #tabla_links tr td a, #tabla_links tr td a:link{
color: #eee;
line-height: 30px;
} 


