/* CSS Document */
a.naranja:link {
	color: #FF6600;
	text-decoration: none;
}
a.naranja:visited {
    color: #FF6600;
	text-decoration: none;
}
a.naranja:hover {
	text-decoration: underline;
	color: #FF6600;
}
a.naranja:active {
	color: #FF6600;
	text-decoration: none;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
    color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.negro:link {
	color: #000000;
	text-decoration: none;
}
a.negro:visited {
    color: #000000;
	text-decoration: none;
}
a.negro:hover {
	text-decoration: underline;
	color: #000000;
}
a.negro:active {
	color: #000000;
	text-decoration: none;
}
.naranja_bold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.blanco_bold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.naranja_bold_14 { 
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.naranja_bold_16 { 
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.naranja_bold_20 { 
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
}
.negro_14 { 
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
.negro_bold_14 { 
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.negro_12 { 
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
<!--

.tituloAd { 
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.textosAd { 
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.textos_10 { 
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}
.textos_10_bold { 
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.red { 
	font-family: Arial;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.blanco_bold_12 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.texto_red { 
	font-family: Arial;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	}
-->