.bg {
	background-image: url(../img/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
.bg-circulo {
	background-attachment: fixed;
	background-image: url(../img/circulos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.combo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #036;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.font1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
