@charset "utf-8";
/* CSS Document */

html, body {height:100%;} 
html {overflow-y: scroll;}
body {
	margin:0;
	padding:0;
	font:100% Tahoma, Geneva, sans-serif;
	text-align:center;
	height:100%;
	width:100%;
	text-align:justify;
	}
#background{
 position:absolute;
 height:100%;
 width: 100%;
 margin: 0;
 padding: 0;
 }
#box{
	margin:10px;
}
#box p{
	font-size:12px;
}

#tudo { 
	width:80%;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	min-height:100%;/**/
	}
 * html #tudo {height: 100%;}
#conteudo {padding-bottom:30px;}
#topo {
	width:100%;

	text-align:center;
	}
#esquerda {
	width:217px;
	float:left;
	min-height:100%;/**/
	}
 * html #esquerda {height: 100%;}
#menu{
	padding:180px 12px 0 12px;;
	background:url(../images/fundomenu.png);
	background-repeat:repeat-y;
	min-height:100%;/**/
	}
 * html #menu {height: 100%;}
 #menu p{
	 margin:0;
	 padding:0;
	 text-align:center;
 }
 #menu a{
	 color:#FFFFFF;
 }
 
#w3c{
	position:absolute;
	text-align:center;
	left:64px;
	margin-top:5px;
	bottom:0;
}
#direita {
	width:70%;
	float:right;
	margin: 10px 0 0 10px;
	
	}
#principalTudo{
	width:100%;
	margin:0;
	padding:0;

}
#gepes{
	float:left;
	width:49%;

}
#participar{
	float:right;
	width:49%;
}
#principalbg{
 position:absolute;
 background:url("../images/fundoGrad.png");
 height:300px;
 width:70%;
 margin:0;
 padding: 0;

 }
 html>body .principalbg {
height: auto;
 }
#principal{
	width:100%;
	position:relative;
	margin:0 0 50px 0;
	padding:0;
	overflow:auto;
}
#principal p{
	margin:15px;
	text-align:justify;
	font-size:12px;
}
#principal a{
	color:#000000;
}
li.lista{
	list-style:none;
	text-align:justify;
	padding-left:45px;
	font-size:12px;
}

#rodape {
	width:70%;
	position:absolute;
	bottom: 0; 
	text-align:center;
	margin:20px 0 5px;
	}
#rodape p {
	margin:0;
	font-size:11px;
	}
#rodapebg{
	position:relative;
	width:100%;
	text-align:center;
	background:url(../images/sombra.png) no-repeat center;
	height:12px;
}
#financiamento{
	text-align:center;
	background:url(../images/apoiobg.png) no-repeat;
}
#financiamento p{
	font-size:13px;
	color:#FFFFFF;
}
#box p{
	font-size:14px;
}
.clear {clear:both;}

.space{
	border-top:1px solid #E98080;
}
.selecionado{
	border-bottom:1px solid #840000;
	padding:3px;
}
.normal{
	border-bottom:1px solid #840000;
	padding:3px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.titulo{
	font-size:14px;
	padding:5px 5px 5px 0;
}
.dentro{
	padding:2px 2px 2px 20px;
}
ul.menuLateral li{
	list-style:none;
	text-align:justify;
	padding-right:15px;
}
ul.menu a{
	color:#FFFFFF;
}
ul.menuLateral li a{
	color:#000000;
}
#principal li{
	list-style:none;
	font-size:12px;
	margin-bottom:5px;
}
h5{
	margin:0 0 0 15px;
	padding:0 0 0 15px;
}
h1{
	font-size: 17px;
	font-weight:600;
	text-shadow:#000;
	background:url(../images/sombra.png) no-repeat bottom ;
	text-align:center;
	padding-bottom:20px;
	color:#666;
}
.botao{
	background:#0D66A8;
	color:#FFFFFF;
	font-family:Tahoma;
}