table.grid, table.grid select { 
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12px; 
}
   
table.grid {
   border-left: 1px solid black;
   font-size: 12px; 
}
				   
table.grid td {
   border-bottom: 1px solid black;
   border-right: 1px solid black;
   font-size: 12px; 
}

table.grid td.header {
   background-color: navy;
   text-align: center;
}
				   
table.grid a.paginacion {
   color: white;
   font-weight: bold;
   text-decoration: none;
   color: navy;
}

table.grid a.paginacion:hover {
   color: white;
   font-weight: bold;
   text-decoration: underline;
   color: navy;
}

table.grid a.ordenacion {
   color: white;
   font-weight: bold;
   text-decoration: none;
   color: white;
}

table.grid a.ordenacion:hover {
   color: white;
   font-weight: bold;
   text-decoration: underline;
   color: white;
}
				   
table.grid span.paginacion-off {
   color: gray;
}

