#libro {
	width: 800px;
	background-color: #FFF;
	border-collapse: collapse;
}
#libro-head tr {
	background: url("/images/table/libroArriba.png") repeat-x top;
	height: 10px;
}
#libro-foot tr {
	background: url("/images/table/libroAbajo.png") repeat-x bottom;
	height: 7px;
}
#libro-table {
	width: 100%;
	background-color: #FFF;
	font-size: 20px;
	text-indent: 5px;
	color: #000;
	border-collapse: collapse;
}
#libro-table tbody tr {
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	text-align: left;
}
#libro-table tbody td {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
#libro-table thead {
	font-size: 26px;
}
#libro-table tfoot td {
	font-size: 22px;
	line-height: 10px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 0px;
}
#libro-izq {
	background: url("/images/table/libroIzq.png") repeat-y;
	width: 33px;
}
#libro-izqArriba {
	background: url("/images/table/libroIzqArriba.png") no-repeat top left;
}
#libro-izqAbajo {
	background: url("/images/table/libroIzqAbajo.png") no-repeat bottom left;
}
#libro-der {
	background: url("/images/table/libroDer.png") repeat-y right;
	width: 10px;
}
#libro-derArriba {
	background: url("/images/table/libroDerArriba.png") no-repeat top right;
}
#libro-derAbajo {
	background: url("/images/table/libroDerAbajo.png") no-repeat bottom right;
}
#libro-table tbody tr:hover td {
	color:#009;
}
#libro-table thead .header {
	cursor: pointer;
}
#libro-table thead .headerSortUp {
	background: url("/images/table/asc.gif") no-repeat right;
}
#libro-table thead .headerSortDown {
	background: url("/images/table/desc.gif") no-repeat right;
}
