@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
a:link {
	color: #999999;
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.rosa {
	font-weight: bold;
	color: #00b259;
}
.gris {
	font-weight: bold;
	color: #999999;
}

a:active {
	color: #999999;
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:visited {
	color: #999999;
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:hover {
	color: #00b259;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
