* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #F0F0F0 url(../imgs/fundos/fundoBody.gif) repeat-y center top;
	color: #333333;
}

h1 {
	text-indent:-9999px;
	overflow: hidden;
}

h1.logo {
	background: url(../imgs/logo.gif) no-repeat;
	width: 201px;
	height: 80px;
	border-bottom: 3px solid #999999;
	margin-bottom: 10px;
}

h2, h3 {
	color: #F37343;
	background: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 15px 0;
}

h3 {
	border-left: 4px solid #35A8A0;
	padding-left: 6px;
}

h4 {
	font-weight: bold;
	font-size: 1.0em;
}

img { border: 0; }
a { text-decoration: none; }
a:visited { font-style: italic; }
address { font-style: normal; }

p {
	line-height: 14px;
	margin: 7px 0 9px 0;
	text-indent: 20px;
}

ul { list-style: none; }

ul.listaQuadrada {
	list-style-type: square;
	margin-left: 40px;
}

ol, dl { margin-left: 38px; }
ol li, ul li, dt, dd { margin: 10px 0; }
dd { margin-left: 20px; }
dl { margin-bottom: 25px; }

/* DIVS */
#geral {
	width: 720px;
	margin: 0 auto;
	font: 0.75em "Arial", Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	text-align: left;
}

#topo, #rodape {
	background: #35A8A0;
	color: #FFFFFF;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	margin: 8px 0;
	padding: 0 13px;
}

#rodape { clear: both; text-align: center; }

#topo a, #rodape a { color: #FFFFFF; background: #35A8A0; }
#topo a:hover, #rodape a:hover { text-decoration: underline; }

#subTopo { margin-bottom: 20px; }

#figura {
	width: 510px;
	height: 261px;
	float: right;
}

.figuraQuem { background: url(../imgs/figuras/figuraQuem.jpg) no-repeat; }
.figuraProjeto { background: url(../imgs/figuras/figuraProjeto.jpg) no-repeat; }
.figuraCampanha { background: url(../imgs/figuras/figuraCampanha.jpg) no-repeat; }
.figuraParcerias { background: url(../imgs/figuras/figuraParcerias.jpg) no-repeat; }
.figuraContribuicao { background: url(../imgs/figuras/figuraContribuicao.jpg) no-repeat; }
.figuraLinks { background: url(../imgs/figuras/figuraLinks.jpg) no-repeat; }
.figuraContato { background: url(../imgs/figuras/figuraContato.jpg) no-repeat; }

#conteudo {
	clear: both;
	padding: 0 10px;
	font-size: 0.9em;
}

#conteudo a, #conteudo a:hover {
	color: #35A8A0;
	background: #FFFFFF;
	font-weight: bold;
}

#conteudo a:hover { color: #368400; }

/* MENU */
#menu ul {
	border: 1px solid #35A8A0;
	border-left-width: 21px;
	width: 179px;
}

#menu ul li { margin: 7px 15px; }

#menu a {
	color: #F37343;
	font-weight: bold;
	background: #FFFFFF url(../imgs/seta.gif) no-repeat left center;
	padding-left: 20px;
}

#menu a:hover {
	color: #35A8A0;
	background: #FFFFFF url(../imgs/setaOn.gif) no-repeat left center;
}

/* CLASSES */
.esquerda { float: left; }
.direita { float: right; }
.centro { text-align: center; }
.pequena { font-size: 0.9em }
.grande { font-size: 1.2em }
.verde { color: #35A8A0; font-size: 0.85em; text-transform: none; background: #FFFFFF; }
dt, .negrito { font-weight: bold; }
.quadrado { list-style: square; margin-left: 30px; }
.subLista { list-style-type: lower-alpha; }

.fotoPequena {
	width: 146px;
	height: 110px;
	float: right;
	margin: 0 0 10px 10px;
}

.pequenaQuem { background: url(../imgs/dalmatas.jpg) no-repeat; }
.pequenaProjeto { background: url(../imgs/doisGatos.jpg) no-repeat; }
.pequenaContribuicao { background: url(../imgs/gatoCachorro.jpg) no-repeat; }
.pequenaParcerias { background: url(../imgs/seisDalmatas.jpg) no-repeat; }
.pequenaLinks { background: url(../imgs/tresGatos.jpg) no-repeat; }
.pequenaCampanha { background: url(../imgs/doisCachorros.jpg) no-repeat; }
.pequenaContato { background: url(../imgs/doisCachorros02.jpg) no-repeat; }

.tabelaQuem {
	background: #E5FEFC;
	border: 1px dashed #666666;
	margin: 10px 0;
	color: #000000;
}
.tabelaQuem td { padding: 4px 5px; }

/* FORMULARIO */
.textbox {
	border: solid 1px #5C594D;
	background: #D2F4F2;
	color: #000000;
	width: 210px;
	font: 0.95em "Arial", Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	padding: 1px 4px;
}

fieldset {
	padding: 10px 15px;
	border: solid 1px #5C594D;
	width: 400px;
	margin-left: 50px;
}

legend {
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px 6px;
	border: solid 1px #5C594D;
	margin-bottom: 5px;
	background: #F5D3C6;
	color: #000000;
}

html>body legend{
	margin-bottom: 0px;
}
        
input, textarea, select {
	margin-bottom: 10px;
}

label {
	display: block;
	width: 80px;
	float: left;
	font-weight: bold;
	margin-right: 8px;
}

.botao {
	border: solid 1px #5C594D;
	background: #35A8A0;
	color: #FFFFFF;
	font: bold 1.0em "Arial", Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	padding: 1px;
	margin-right: 10px;
}