<!--
body {
	margin:0px;
	background-color:#333333;
}

.td_header2_bg {
	background-image:url(../img/header2.jpg);
	width:208px;
	height:115px;
	background-repeat:no-repeat;
}

.link_header:link, .link_header:visited, .link_header:active {
	text-decoration:none;
	font-family:tahoma;
	font-size:11px;
	color:#C3C7CD;
}

.text {
  margin-left:5px;
  margin-right:5px;
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	color:#C3C7CD;
}

.link_header:hover {
	text-decoration:underline;
	font-family:tahoma;
	font-size:11px;
	color:#C3C7CD;
}

.table_referencia {
	margin-top:20px;
	background-color:#FFFFFF;
	width:747px;
}


-->