/* CSS Document */
/* Estilos para la seccion SITEMAP - sitemap.htm Style */
/* prefijo stm-clase */

.smt-head {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	word-spacing: 5px;
}
.stm-productos {
	font-family: Verdana, "Trebuchet MS";
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}

/* Enlaces A*/
.sitemapStyle a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.sitemapStyle a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.sitemapStyle a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #996600;
}
.sitemapStyle a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}