@charset "utf-8";
/* estilos */
.Estilo1 {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
a:link {
	text-decoration: none;
	color: #ADAA8D;
}
a:visited {
	text-decoration: none;
	color: #B0AE86;
}
a:hover {
	text-decoration: none;
	color: #D0CFB7;
}
a:active {
	text-decoration: none;
}
.Estilo3 {
	font-size: 11px;
	font-weight: bold;
}
.Estilo4{
	color: #CCCCCC;
	border-bottom: 0.5px;
	border-bottom-style: solid;
}
.Estilo5 {font-size: 12px}
