.texto_principal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	font-weight: 400;
	padding-left: 30px;
	padding-top: 10px;
	vertical-align: top;
	background-repeat:inherit;
}

.texto_header_parrafo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 10px;
	letter-spacing: 0.5mm;
}

.texto_header_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777777;
	font-weight: 500;
	letter-spacing: 0.5mm;
}

#menu_forums a:active{
	 background-image: url("../img/forums_active.png");
}

#menu_faq a:active{
	 background-image: url("../img/faq_active.png");
}

#menu_screenshots a:active{
	 background-image: url("../img/screenshots_active.png");
}

#menu_blog a:active{
	 background-image: url("../img/blog_active.png");
}

#menu_development a:active{
	 background-image: url("../img/development_active.png");
}

#menu_download a:active{
	 background-image: url("../img/download_active.png");
}

a:link {
	color: #666666;
	font-weight: bold;
}
a:visited {
	color: #666666;	
	font-weight: bold;
}
a:active {
	color: #ffffff;	
	font-weight: bold;
}
a:hover {
	background-color: #FFFFFF;	
	font-weight: bold;
	text-decoration:underline;
}
a {
	text-decoration: none;	
	font-weight: bold;
}
