/* CSS Document */
#tabla  {
	width: 580px;
	border-collapse:collapse;
	border:2px solid #ffff00;
}
#comentario {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(images/caption.jpg) right top;
	height: 45px;
	color: #243D02;
	border-top: 1px solid #243D02;
}
#cabecera th {
	background: #243D02 url(images/th.jpg) right;
	height: 35px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 10px 0px 0px;
	text-align: left;
	border-right: 1px solid #8D8D8D;
}
#cuerpo tr {
background: url(images/td1.jpg) repeat-x top;
}
#cuerpo tr.odd {
	background: #7DBB27;
}

#cuerpo th,#cuerpo td {
	font-size: 0.8em;
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	padding: 7px 7px;
	border-top: 1px solid #243D02;
	border-right: 1px solid #8D8D8D;
	text-align: left;
}
#tabla tr.odd a {
	color: #ffffff;
	/*  font-weight: bold;*/
	/*text-decoration: underline;*/
}
#tabla tr a {
	color: #7DBB27;
	/*  font-weight: bold;*/
	/*text-decoration: underline;*/
}
#tabla  a:hover {
	color: #2e2e2e;
	text-decoration: underline;
}
#pie th {
	background: #243D02 url(images/foot.jpg) repeat-x bottom;
	border-top: 1px solid #243D02;
	color: #FFFFFF;
	height: 30px;
}
#pie td {
	background: #243D02 url(images/foot.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}


