@charset "UTF-8";
body {
	background-image: url(../imagenes/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #343434;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
}
a:visited {
	outline: 0;
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	outline: 0;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	outline: 0;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	outline: 0;
	color: #FFFFFF;
	text-decoration: underline;
}
.a2:visited {
	outline: 0;
	color: #FF9900;
	text-decoration: underline;
}
.a2:link {
	outline: 0;
	color: #FF9900;
	text-decoration: underline;
}
.a2:hover {
	outline: 0;
	color: #FFFFFF;
	text-decoration: none;
}
.a2:active {
	outline: 0;
	color: #FF9900;
	text-decoration: underline;
}
.a3:visited {
	outline: 0;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}
.a3:link {
	outline: 0;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}
.a3:hover {
	outline: 0;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.a3:active {
	outline: 0;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}