table {
	width: 100%;
	border-collapse:collapse;
	border:1px solid #000000;
}

caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	height: 45px;
	color: #FFAA00;
	background-color: #015500;
}

thead th {
	height: 35px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: center;
	border-right: 1px solid #000000;
	background-image: url(cabecera.jpg);
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
}

#tablaNOheader {
	border-width: 0;
}
