@media only screen and (max-width: 639px), only screen and (max-device-width: 639px) {
	#faplogo {
		background: url(../img/fap320.png) no-repeat center;
		width: 320px;
		height: 150px;
		display: inline-block;
	}
	#faplogo img {
		display: none;
	}
	body {
		font-size: 14px;
	}
}


@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
	#faplogo {
		background: url(../img/fap180.png) no-repeat center;
		width: 180px;
		height: 90px;
		display: inline-block;
	}
	#faplogo img {
		display: none;
	}
	body {
		font-size: 12px;
	}
}


@media only screen and (min-width: 640px), only screen and (min-device-width: 640px) {
	#faplogo img {
		width: 530px;
	}
	body {
		font-size: 16px;
	}
}


@media only screen and (min-width: 720px), only screen and (min-device-width: 720px) {
	body {
		font-size: 16px;
	}
}
