@charset "utf-8";
/* CSS Aracy Costa */

/* zerando css */
html, body, div, span, object, iframe, h4, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, img {
	margin: 0px; padding: 0px; border: 0px; list-style: none; text-decoration: none; font-style: normal;
}
p, h5, h4, h3, h2, h1 { margin: 0; padding: 0; border: 0; }
div { overflow: hidden; }

/*-- FORMATACAO -------------*/
html, body { height: 100%; }
body {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #fff;
	background: url(img/bg.jpg) repeat;
}

/* Padrao */
a {	color: #fff; }
a:hover { text-decoration: none; }
a img {	border: none; }
a.block { width: 100%; height: 100%; text-indent: -9999px; display: block; overflow: hidden; }

.float_left { float: left; }
.float_right { float: right; }

.none { display: none; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.bold { font-weight: bold; }
.italic { font-style: italic; }

	
/*-- TOPO -------------*/
h1.topo {
	width: 700px;
	padding-top: 20px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

/*-- ESCOLHA -------------*/
div.box_escolha {
	width: 700px;
	padding: 70px 0 430px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	
	background: url(img/img.png) no-repeat center bottom;
}
	div.box_escolha h2 {
		font-size: 22px;
		font-weight: normal;
	}
	
	div.box_escolha ul { 
		padding: 20px 50px 0;
		overflow: hidden;
	}
		
		div.box_escolha ul li {
			font-size: 40px;
			float: left;
			padding: 0 60px;
		}
		div.box_escolha ul li a {
			width: 180px;
			height: 55px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
		}
			div.box_escolha ul li.fm a { background: url(img/bt_fm.png) no-repeat top; }
				div.box_escolha ul li.fm a:hover { background: url(img/bt_fm.png) no-repeat bottom; }
				
			div.box_escolha ul li.am a { background: url(img/bt_am.png) no-repeat top; }
				div.box_escolha ul li.am a:hover { background: url(img/bt_am.png) no-repeat bottom; }

	/*Bt Galeria*/
	div.bt_galeria {
		width: 511px;
		height: 63px;
		margin: 0 auto;
		padding: 40px 0 30px;
	}
