.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: bold;
}
.style4 {font-size: 14px; color: #FF9900; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

.style5 {
	font-size: 14px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

body {
	background-image: url(../imagen/fondo1.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	background-attachment: fixed;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}


.my_style {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../imagen/fondo1.gif);
	background-repeat: repeat;
}