	<style type="text/css">
		.cabecera{
			font-size : 20px;
			color: #FFaF66; 
			text-decoration: none;
		}
		.celdas{
			font-size : 15px;
			color: #000000; 
			text-decoration: none;
		}
		
		.TBG2{
			background-color:#6e1117;
			color:#ffffff;
			font-weight:bold;
		}
		.TBG3{
			background-color:#6e1117;
			color:#fff;
			font-weight:bold;
		}
		
		A.TBG2:visited{
			background-color:#6e1117;
			color:#ffffff;
			font-weight:bold;
			text-decoration:underline;
		}
		A.TBG2:link{
			background-color:#6e1117;
			color:#ffffff;
			font-weight:bold;
			text-decoration:underline; 
		}
		A.TBG2:hover{
			background-color:#6e1117;
			color:#ffffff;
			font-weight:bold;
			text-decoration:underline;
		}
	</style>
