A:link {
	color: #000000;
	text-decoration: none;
}
A:visited {
	color: #666666;
	text-decoration: none;
}
A:active { color: #3366CC}
A:hover { color: #3366CC}

 This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. 

#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat}

#TDrigth{
	background-image: url(images/bg_top_section_title.gif);
	background-repeat: no-repeat;
	background-position: right;
	}
#TDleft{
	background-image: url(images/bg_bottom_section_title.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
#TDtijeras{
	background-image: url(images/tijeras.gif);
}
#TDlogo{
	background-image: url(images/logotrans.gif);
	background-repeat: repeat-x;
	background-position: left;
}
	
td {
	font-family: arial, geneva, sans-serif;
	font-size: 8pt;
}
.descuento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: center;

}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	text-align: justify;
}
.black9 {
	font-family: arial, geneva, sans-serif;
	font-size: 9pt;
	text-align: justify;
	padding-top: 10px;
	font-weight: bold;


}
.black12 {
	font-family: arial, geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-left: 5px;

}

.white78 {
	font-family: arial, geneva, sans-serif;
	font-size: 7.8pt;
	color: #FFFFFF;
	background-color: #000099;
	text-align: justify;

}
.white9 {font-family: arial, geneva, sans-serif; font-size: 9pt; color: #ffffff}

.grey78 {font-family: arial, geneva, sans-serif; font-size: 7.8pt; color: #787878;text-align:justify }
