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

* {
	color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a {
	color: inherit;
	font-family: inherit;
}
a:hover { text-decoration: underline; }

h1, h2, h3, h6 { color: #B1028E; }

#tudo {
	margin: 15px 5px 0 5px;
	min-width: 1000px;
	position: relative;
}

#topo {
	clear: both;
	margin-bottom: 15px;
	position: relative;
}
	#topo h1 {
		font-family: Helvetica, Arial, Sans-serif;
		font-size: 22px;
		left: 0;
		position: absolute;
		text-align: right;
		top: 0;
	}
	#topo ul {
		border-bottom: 1px solid #B1028E;
		margin-left: 320px;
		min-height: 13px;
		padding: 5px 15px 7px 5px;
		text-align: right;
	}
	#topo ul li { display: inline; }
	
#menu,
#topo h1 {
	width: 200px;
}
#conteudo,
#topo ul {
	margin-left: 220px;
}
#menuLinks ul li,
#menu2Links ul li,
#topo ul li {
	font-size: 11px;
	margin-bottom: 4px;
}

#menu,
#menu2,
#conteudo {
	margin-bottom: 15px;
}
#menu {
	display: inline;
	float: left;
}
	#menu h3,
	#menu2 h3 {
		font: bold 15px Arial, sans-serif;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	#menuImg {
		margin-bottom: 20px;
		position: relative;
	}
	#menuBusca,
	#menuLinks,
	#menu2Links {
		margin: 15px 0;
		position: relative;
		text-align: right;
	}
	#menuLinks .mais p,
	#menuLinks .menos p {       
		background-color: #EC008C;
		color: #FFF;
		font: 20px Arial;
		margin-top: 5px;
		text-align: center;
		width: 80px;
	}
	#menuLinks .mais p { float: right; }
	#menuLinks .menos p { float: left; }
	#menuLinks .disabled p { background-color: #CCC !important; }
	
	#menu .menuDet {
		height: 88px;
		left: 0;
		position: absolute;
		top: 0;
		width: 88px;
	}
	#fMBuscaQ {
		background-color: #FBFBFB;
		border: 1px solid #8FB9E1;
		font-size: 11px;
		padding: 5px;
	}
	#fMBuscaButton {
		background: url(/imagens/fMBuscaButton.gif);
		border: none;
		height: 32px;
		margin: 0;
		width: 32px;
	}
#menu2 {
	position: absolute;
	right: 5px;
	top: 60px;
	width: 314px;
}
	#menu2Adsense,
	#menu2Adsense2 {
		border: 7px solid #DCAEC7;
		height: 250px;
		text-align: center;
		width: 300px;
	}
	#menu2Adsense2 { margin-top: 10px; }

#conteudo {
	margin-right: 0; /*334px; /* #conteudo.marginRight = #menu2.width + 20 */
	margin-top: 10px;
	min-width: 415px;
}
#rodape {
	border-top: 1px solid #B1028E;
	clear: both;
	margin: 0 10px;
	padding: 5px;
	text-align: center;
}