#contenido a:link,#contenido a:active,#contenido a:visited {
	text-decoration: none;
	font-style: normal;		
	color:#003366;	
}
#contenido a:hover, #contenido a:visited:hover{
	color:#6699CC;
}

.Numero { width:55px; }
.Empresa {}
.FechaCompra { width:68px; }
.FechaFirma { width:68px; }

table {
	border-collapse: collapse;
	color: #333333;
	background: #F4FBFF;
	margin:0px auto;
}
caption {
  padding: 0 .4em .7em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  background: transparent;
}
td, th {
  border: 1px solid #ccc;
  padding: .3em;
}

thead th {
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  background: #0071BB;
}

tbody th a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  font-weight:bold;
}
tbody th a:hover {
  background: transparent;
  color: #666;
}
tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
}
tbody td a:hover {
  background: transparent;
  color: #666;
}

tbody th, tbody td {
  vertical-align: middle;
}
.impar {
  color: #333;
  background: #E6F4FF;
}

tbody tr:hover th,tbody tr.impar:hover th {
  color: #333;
  background: #000;
}.caducado {
	color: #333;
	background-color: #FF99CC;
}
#cuerpo a:link, #cuerpo a:active, #cuerpo a:visited {
	text-decoration: none;
	font-style: normal;
	color:#003366;
}
#cuerpo a:hover, #cuerpo a:visited:hover {
	color:#6699CC;
}

