.txt_menu {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	color: #CC9900;
	text-decoration: none;
}
a:hover {
	color: #027CBA;
	text-decoration: underline;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
}
.contenido {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #666666;
}
.titulo_contenido {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #CC6600;
}
.precio {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #0000CC;
	font-weight: bold;
}
.pie {
	color: #000066;
	font-size: 12px;
}
.encabezado {
	color: #000066;
}
