/* ===== Body ===== */

html,* {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF url(../images/bg_geral.jpg) center top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

body a { color: #0E4E95; text-decoration: none; }
body a:hover { color: #0E4E95; text-decoration: underline; }

/* ===== CLASSES ===== */

#barra_topo {
	width: 100%;
	height: 110px;
	margin-bottom: 10px;
}

#topo {
	width: 1010px;
	margin: 0 auto;
}

#content {
	width: 1010px;
/*	height: 900px;*/
	margin: 0 auto;
}

#topo_interno {
	width: 1010px;
	height: 228px;
	margin: 0 auto;
}

#content_interna {
	width: 970px;
	margin: 0 auto;
	padding: 30px 20px;
	font-size: 14px;
	line-height: 22px;
}

#content_esq_int {
	width: 690px;
	float: left;
}

#content_dir_int {
	width: 260px;
	float: right;
	text-align: right;
}

#content_dir_int a { font-size: 14px; color: #C82323; text-decoration: none; line-height: 30px; font-weight: bold; }
#content_dir_int a:hover { font-size: 14px; color: #C82323; text-decoration: underline; line-height: 30px; font-weight: bold; }

#rodape {
	width: 1010px;
	margin: 0 auto;
	padding: 20px 0px;
	border-top: #EEF1F2 3px solid;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}

.destaque_tit { font-weight: bold; color: #666666; }

#ajuste { clear: both; }

/* ========== MOBILE ========== */

#topo_mob {
	width: 340px;
	height: 110px;
	text-align: center;
	margin: 0 auto;
}

#content_mob {
	width: 340px;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
}

#botoes_mob {
	width: 300px;
	margin: 0 auto;
}

#botoes_mob_v2 {
	width: 300px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#botoes_mob2 {
	width: 316px;
	padding: 12px;
	background: #343434;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	margin-bottom: 2px;
}

#botoes_mob2_v2 {
	width: 300px;
	text-align: center;
	margin-bottom: 2px;
}

#botoes_mob2 a { color: #FFFFFF; text-decoration: none; }
#botoes_mob2 a:hover { color: #FFFFFF; text-decoration: none; }

#rodape_mob {
	width: 340px;
	padding: 20px 0 30px 0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	margin: 0 auto;
}

#rodape_mob a { color: #000; text-decoration: none; }
#rodape_mob a:hover { color: #000; text-decoration: none; }

.rodape_mob_tit { font-size: 24px; font-weight: bold; }