/* --------------------*/
/* zerar todos estilos */
/* --------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------*/
/* zerar todos estilos fim */
/* ------------------------*/

body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #505a04 url("../img/background.gif") no-repeat 50% 0;
	height: 100%;
}

html {
	background: #505a04;
	height: 100%;
}
#tudo {
	position: relative;
	width:769px;
	background: #FFFFFF;
	text-align:left;
	margin:35px auto 0 auto;
}

#menu {
	position: relative;
	width: 754px;
	height: 44px;
	background: url("../img/menu.gif") repeat-x 0 100%;
	padding-left: 15px;
}

#menu ul { list-style: none;} 
#menu ul li { display: inline;}

#menu ul li a {
	float: left;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	padding: 10px 10px 4px 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 5px;
	width: 95px;
	height:25px;
}

#menu ul li a:hover {
	color: #3a3a3a;
	background: #aaba42 url("../img/menuhover.gif") no-repeat 0 0;
}

#menu ul li a.selected {
	background: #FFFFFF  url("../img/menuselected.gif") no-repeat 0 0; 
	color: #da251d;
	margin: 0;
	height: 33px;
}

#menu ul li a.selected:hover {
	background: #FFFFFF  url("../img/menuselected.gif") no-repeat 0 0; 
	color: #da251d;
	margin: 0;
	height: 33px;
}

#centro {
	width: 769px;
	height: auto;
	background: #FFFFFF url("../img/cetro.gif") no-repeat 0 0;
}

.clear { clear: both; }


#rodape {
	position: relative;
	width: 769px;
	height: 30px;
	padding-top: 15px;
	background: #505a04 url("../img/rodape.gif") no-repeat 0 0;
	clear: both;
	margin: 0 auto;
}

p.cabecalho {
	text-align: right;
	font: bold 75% Verdana;
	color: #FFFFFF;
	padding: 5px 15px 0 0;

}

p.cabecalho a { text-decoration: none; color: #FFFFFF; }
p.cabecalho a:hover { text-decoration: none; color: #4f92e1; }

p.titulo {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 0px;
}

#logo_subpaginas {
	position: absolute;
	background: url("../img/logo_pq.gif") no-repeat 0 0;
	width: 150px;
	height: 76px;
	margin: 20px 20px;
}
