#itsthetable {
	font: 13px/1.5 trebuchet ms, verdana, bitstream vera sans, sans-serif;
	color: #222;
	width: 98%;
}

#itsthetable table {
	border-collapse: collapse;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}

#itsthetable caption {
	font-size: 2em;
	color: #444;
}
#itsthetable .t_tabla {
	font-size: 1.5em;
	color: #444;
}
#itsthetable td, th {
	text-align: left;
	padding: .2em .3em;
	font-size: 12px;
	vertical-align: top;
}

#itsthetable thead th, tfoot th, tfoot td {
	border: 1px solid #361;
	border-width: 1px 0;
	background: #e0e5cf url(../../sections/secciones/biblioteca_virtual/img/deg.png) top left repeat-x;
	color: #444;
	font-weight: bold;
}

#itsthetable tbody tr {
	/*background: #fcfcff;*/
	background: #F5FADE;
	
}

#itsthetable tbody tr.odd {
	/*background: #fffcfc;*/
	background: #E0E5CF;
}
#itsthetable tbody tr.sep {
	/*background: #fffcfc;*/
	background: #B35843;
}

#itsthetable tbody tr.col {
	font-size:14px;
}

#itsthetable tbody tr:hover {
	background: #f0f0fe url(i/shadow.png) bottom left repeat-x;
}

#itsthetable tbody tr.odd:hover {
	background-color: #fef0f0;
}

#itsthetable tbody td, tbody th {
	border-bottom: 1px solid #779;
}

#itsthetable tbody tr.odd td, tbody tr.odd th {
	border-color: #977;
}

#itsthetable tbody tr:last-child td, tbody tr:last-child th {
	border: none;
}

#itsthetable tbody tr a {
	/*color: #449;*/
	text-decoration: none;
}

#itsthetable tbody tr.odd a {
	color: #944;
}


#itsthetable tbody a:visited {
	/*text-decoration: line-through;*/
}

#itsthetable tbody tr a:hover {
	border-bottom: 1px dotted;
	text-decoration: none;
	/*color: #009;*/
}

#itsthetable tbody tr.odd a:hover {
	color: #900;
}


#itsthetable tbody td + td + td + td a {
	/*background: url(i/down.png) 0 50% no-repeat;*/
}

#itsthetable tbody tr.odd td + td + td + td a {
	/*background-image: url(i/down2.png);*/
}


#itsthetable tbody td + td + td + td a { /* image replacement */
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	overflow: hidden;
	margin: 0 auto;
}

#itsthetable tbody td + td + td + td a:hover {
	border: none;
}

