@charset "utf-8";
/* CSS Document */

/*
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0CF;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FC0;
	text-decoration: none;
}*/
a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	/*color: #3F0;*/
	text-decoration: underline;
}
.backgroundstyle {
	background-attachment: fixed;
	background-image: url(/images/bg_1_esq.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
scroll {
	overflow: auto;
	table-layout: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

