@charset "UTF-8";
.textos {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #301700;
	text-decoration: none;
	margin-left: 15px;
	font-weight: normal;
}
.textos a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #301700;
	text-decoration: none;
	margin-left: 0px;
	font-weight: bold;
}
.textos a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666600;
	text-decoration: underline;
	margin-left: 0px;
	font-weight: bold;
}
.textos_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #462100;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
.textos_bold a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #462100;
	font-weight: bold;
}
.textos_bold a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #666600;
	text-decoration: underline;
	font-weight: bold;
}
.textos_caps {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	color: #462100;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.textos_caps a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #462100;
	font-weight: bold;
	text-transform: uppercase;
}
.textos_caps a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #666600;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}
