body {
	background-attachment: fixed;
	background-image: url(fondo.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
}
.texto_normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-variant: normal;
	font-style: normal;
}
.texto_titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
	font-style: normal;
}
a:link {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
	font-variant: normal;
	font-style: normal;
	text-decoration: underline;
}
a:visited {


	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
	font-variant: normal;
	font-style: normal;
	text-decoration: underline;
}
a:hover {



	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	font-variant: normal;
	font-style: normal;
	text-decoration: underline;
}
a:active {



	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
	font-variant: normal;
	font-style: normal;
	text-decoration: underline;
}

