@charset "UTF-8";

.texto_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000e73;
}

.texto_footer_russia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2e6b98;
}

.link_copyright {
	font-family: Verdana;
	font-size: 9px;
	color: #000e73;
	text-decoration: none;
}
.link_copyright:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #000e73;
	text-decoration: none;
}
.link_copyright:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #0098e1;
	text-decoration:underline;
}

.link_copyright:active {
	font-family: Verdana;
	font-size: 9px;
	color: #000e73;
	text-decoration: none;
}



.russia {
	font-family: Verdana;
	font-size: 9px;
	color: #2e6b98;
	text-decoration: none;
}
.russia:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #2e6b98;
	text-decoration: none;
}
.russia:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #0098e1;
	text-decoration:underline;
}

.russia:active {
	font-family: Verdana;
	font-size: 9px;
	color: #2e6b98;
	text-decoration: none;
}