body {
	background-color: #FF0000;
}
.Texto_Titulo {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Texto_Normal {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Texto_Chico {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.N_Texto_Normal:link, .N_Texto_Normal:visited {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.N_Texto_Normal:hover  {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}

.N_Texto_Chico:link, .N_Texto_Chico:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.N_Texto_Chico:hover  {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFF66;
	text-decoration: none;
}

