body {
	background-color: #BBBDBD;
	font-family: Arial, Helvetica, sans-serif;
}

.blanco12pts {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.blanco11pts {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}


a.link12:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.link12:visited, active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.link12:hover {
	font-size: 12px;
	color: #F6A0A1;
	text-decoration: none;
	font-weight: bold;
}
.popup{
	cursor: hand;
}