@charset "utf-8";
.texto_menu {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	width: 657px;
}
.separata {
	height: 25px;
	width: 2px;
	font-size: 14px;
	color: #C1E6F3;
	vertical-align: middle;
	text-align: center;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #000066;
}
