/* tables */
div#lista_conc {
	width:960px;
	padding:10px;
	margin:0 auto;
}
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size:12px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	text-align:center;
	font:bold 14px "Trebuchet MS", Arial, Helvetica;
	padding:5px;
	background-color:#666;
	border-right:1px solid #DFDFE0;
	color:#fff;
}
table.tablesorter thead tr .header {
	background-image: url(../img/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: top;
	font-size:12px;
}
table#guia_concesionarios td {
	font:normal 12px Arial, Helvetica, sans-serif;
}
table#guia_concesionarios td a:link, table#guia_concesionarios td a:visited {
	font-size:12px;
	color:#069;
	text-decoration:underline;
}
table#guia_concesionarios td a:hover {
	color:#006600;
	text-decoration:underline;
}
table.tablesorter tbody tr.odd td {
	/*background-color:#F0F0F6;*/
	background-color:#e8e8e8;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #FED40E;
	color:#000;
}
h1 {
	font:normal 24px "Trebuchet MS", Arial, Helvetica;
	text-align:left !important;
	margin:20px 0 16px 5px;
	color:#222;
	border-bottom:1px solid #222;
}
strong {
	font-weight:bold;
}

