@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	border:0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#000;
	background-image:url(../imagens/fundoSiteTodo.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
.clear{
	clear:both;
}
#tudo {
	width:100%;
	height:100%;
}
#topo {
	width:100%;
	height:244px;
	margin:auto;
	text-align:center;
	background-image:url(../imagens/fundoTopo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#topoConteudo{
	width:980px;
	margin:auto;
	position:relative;
}
#topoMajoritario{
	width:300px;
	height:68px;
	position:absolute;
	top:105px;
	left:676px;
/*	 background-image: url(../imagens/majoritarios.png); /* Essa linha é para os browsers que entendem PNG direito */
/*  _background-image: none; /* Essa é pra o IEca 6, pra ele não ler o PNG padrão */
/*  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/majoritarios.png', sizingMethod='scale'); /* Essa coloca um filtro pra o IEca ler o PNG */
}
#topoMenu{
	width:500px;
	height:14px;
	position:absolute;
	top:5px;
	left:469px;
	color:#FFF;
	font:Tahoma, Geneva, sans-serif;
	font-size:10px;
	text-align:right;
}
.ie6{
	color: #000; 
	background-color:#FFFF09; 
	font-weight: bold;
	margin:0;
	padding:10px;
	text-align:center;
}
/* link voltar */

a.voltar:link {
	color: #005286;
	text-decoration: none;
	font-weight:bold;
	text-decoration:none;
}
a.voltar:visited {
	color: #005286;
	text-decoration: none;
	font-weight:bold;
	text-decoration:none;
}
a.voltar:hover {
	color: #005286;
	text-decoration: none;
	font-weight:bold;
	text-decoration:underline;
}
a.voltar:active {
	color: #005286;
	text-decoration: none;
	font-weight:bold;
	text-decoration:none;
}

/* link negrito */

a.negrito:voltar:link {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
a.negrito:voltar:visited {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
a.negrito:voltar:hover {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
a.negrito:voltar:active {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

/* link home */

a.home:link {
	color: #333333;
	text-decoration: none;
}
a.home:visited {
	color: #333333;
	text-decoration: none;
}
a.home:hover {
	color: #000;
	text-decoration: none;
}
a.home:active {
	color: #333333;
	text-decoration: none;
}

/*links menu*/
a.menu:link {
	color: #FFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFF;
	text-decoration: none;
}
a.menu:hover {
	color: #CCC;
	text-decoration:none;
}
a.menu:active {
	color: #FFF;
	text-decoration: none;
}
/*links ver mais comentários*/
a.comentarios:link {
	color:#00609C;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
}
a.comentarios:visited {
	color:#00609C;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
}
a.comentarios:hover {
	color:#00609C;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}
a.comentarios:active {
	color:#00609C;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
}



/*links geral*/
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

/*links topo menu*/
a.topo:link {
	color: #FFF;
	text-decoration: none;
}
a.topo:visited {
	color: #FFF;
	text-decoration: none;
}
a.topo:hover {
	color: #FFF;
	text-decoration:underline;
}
a.topo:active {
	color: #FFF;
	text-decoration: none;
}
#topoMarca{
	width:301px;
	height:106px;
	position:absolute;
	top:118px;
	left:207px;
}
#topoAcao{
	width:245px;
	height:21px;
	position:absolute;
	top:201px;
	left:732px;
}
#menu{
	width:100%;
	background-image:url(../imagens/fundoBarraNav.jpg);
	background-repeat:repeat-x;
}
#menuConteudo{
	width:980px;
	height:74px;
	line-height:80px;
	margin:auto;
}
#menuConteudo ul{
	list-style:none;
}
#menuConteudo ul li{
	display:inline;
}
li#geral{
	font-size:16px;
	color:#FFF;
	padding-left:86px;
}
li#primeira{
	padding:0 0 0 0;
	font-size:16px;
	color:#FFF;
}
#conteudo{
	width:980px;
	height:450px;
	margin:auto;
	position:relative;
}
#conteudoCampanha{
	width:980px;
	margin:auto;
	position:relative;
	padding:18px 0 0 0;
}
#conteudoCampanhaEsquerda{
	width:640px;
	float:left;
	padding:16px 0 0 0;
}
#conteudoCampanhaDireita{
	width:320px;
	height:920px;
	position:relative;
	float:right;
	padding:16px 0 0 0;
}
#conteudoImagens{
	width:615px;
	position:absolute;
	top:35px;
	left:0px;
}
#conteudoInternas{
	width:630px;
	float:left;
	padding:10px 0 0 8px;
}
#conteudoInternas ul li{
	padding:3px 0 0 0;
}
#conteudoNoticias{
	width:336px;
	position:absolute;
	top:35px;
	left:638px;
}
#conteudoNoticias p{
	padding:15px 0 5px 15px;
}
#conteudoEmBaixo{
	width:980px;
	height:600px;
	margin:auto;
	position:relative;
}
#minhasPropostas{
	width:316px;
	height:236px;
	position:absolute;
	left:0px;
	top:18px;
	background-image:url(../imagens/fundoBoxPropostas.jpg);
	background-repeat:no-repeat;
	border:none;
}
#minhasPropostasConteudo{
	width:297px;
	height:161px;
	position:absolute;
	top:86px;
	left:12px;
}
#minhaHistoria{
	width:316px;
	height:236px;
	position:absolute;
	left: 332px;
	top: 18px;
	background-image:url(../imagens/fundoHistoria.jpg);
	background-repeat:no-repeat;
	border:none;
}
#minhaHistoriaConteudo{
	width:165px;
	height:139px;
	position:absolute;
	top:79px;
	left:344px;
}
#participeDaCampanha{
	width:316px;
	height:576px;
	position:absolute;
	left: 662px;
	top: 16px;
	background-image:url(../imagens/fundoParticipe.png);
	background-repeat:no-repeat;
	border:none;
}
#participeDaCampanhaCampanha{
	width:316px;
	height:576px;
	position:absolute;
	left: 0px;
	top: 0px;
	background-image:url(../imagens/fundoParticipe.png);
	background-repeat:no-repeat;
	border:none;
}
#videoDestaque{
	width:318px;
	height:250px;
	position:absolute;
	left: 0px;
	top: 273px;
}
#fotoDestaque{
	width:318px;
	height:250px;
	position:absolute;
	left: 332px;
	top: 273px;
}
#fazDiferenca{
	width:288px;
	position:absolute;
	left: 17px;
	top: 280px;
}
#fazDiferencaCampanha{
	width:288px;
	height:278px;
	position:absolute;
	left: 17px;
	top: 292px;
}
#midiasSociais{
	width:195px;
	height:186px;
	position:absolute;
	top:60px;
	left:13px;
}
#midiasSociaisCampanha{
	width:195px;
	height:186px;
	position:absolute;
	top:59px;
	left:15px;
}
#fazDiferenca textarea{
	width:270px;
	height:90px;
	font:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border:#CCC 2px solid;
	padding:5px;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
#fazDiferencaCampanha textarea{
	width:270px;
	height:90px;
	font:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border:#CCC 2px solid;
	padding:5px;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
#fazDiferencaCampanha input#nome{
	width:125px;
	height:15px;
	font:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border:#CCC 2px solid;
	padding:5px;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
#fazDiferencaCampanha input#email{
	width:125px;
	height:15px;
	font:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border:#CCC 2px solid;
	padding:5px;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
#fazDiferencaCampanha p{
	padding:2px;
}
.btnEnviarDiferenca{
	width:283px;
	height:28px;
	border:none;
	background-image:url(../imagens/btnEnviarAmarelo.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
.btnCadastrar{
	width:184px;
	height:24px;
	background-image:url(../imagens/btnCadastrar.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	border:none;
}
.btnEnviarParticipe{
	width:403px;
	height:28px;
	background-image:url(../imagens/btnEnviarEParticipar.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	border:none;
}
#caracteres{
	width:100px;
	position:absolute;
	top:-20px;
	left:26px;
}
#caracteresParticipe{
	width:100px;
	position:absolute;
	top:285px;
	left:35px;
}
#fiqueInformado{
	width:272px;
	height:207px;
	position:absolute;
	left: 334px;
	top: 273px;
}
#fiqueInformado p{
	padding:5px 0;
}
#fiqueInformado input#nome{
	width:180px;
	border:#88ACD0 1px solid;
	padding:5px;
	color:#666;
}
#fiqueInformado input#email{
	width:180px;
	border:#88ACD0 1px solid;
	padding:5px;
	color:#666;
}
#doe{
	width:182px;
	height:89px;
	position:absolute;
	top:578px;
	left:216px;
}
#rodape{
	width:100%;
	background-image:url(../imagens/fundoRodape.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;	
}
#rodapeConteudo{
	width:980px;
	height:599px;
	margin:auto;
	background-image:url(../imagens/fundoConteudo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
}
#rodapeConteudoUm{
	width:90px;
	position:absolute;
	top:470px;
	left:890px;
}
#rodapeConteudoDois{
	width:120px;
	position:absolute;
	top:487px;
	left:0px;
}
#rodapeConteudoTres{
	width:120px;
	position:absolute;
	top:500px;
	left:347px;
}
#partidoProgressista{
	width:92px;
	height:49px;
	position:absolute;
	top:100px;
	left:0px;
}
#numero{
	width:241px;
	height:84px;
	position:absolute;
	left: 410px;
	top: 578px;
}
#divulgue{
	width:315px;
	height:59px;
	position:absolute;
	left: 665px;
	top: 603px;
}
#divulgueCampanha{
	width:315px;
	height:59px;
	position:absolute;
	left: 0px;
	top: 606px;
}
#videoEmDestaque{
	width:315px;
	height:225px;
	position:absolute;
	top:600px;
	left:0px;
}
#videoEmDestaque img{
	padding:5px 0 0 0;
}
#breadCrumbs{
	width:354px;
	height:22px;
	line-height:22px;
	float:left;
	background-image:url(../imagens/fundoBreadCrumbs.png);
	background-repeat:no-repeat;
	color:#333333;
	padding:0 0 0 8px;
}
#voltar {
	padding:8px 0 0 8px;
}
#jingle{
	width:150px;
	position:absolute;
	top:46px;
	left:796px;
}
#player{
	width:100px;
	position:absolute;
	top:69px;
	left:819px;
}

/* Classes */
.azul30{
	font-size:30px;
	color:#005286;
	padding:8px 0;
}
.azul20{
	font-size:20px;
	color:#005286;
}
.azul18{
	font-size:18px;
	color:#005286;
	margin:5px 0;
}
.azul15{
	color:#00609C;
	font-size:15px;
	font-weight:bold;
}
.azul16{
	font-size:16px;
	color:#005286;
	font-weight:bold;
}
.azulNegrito11{
	font-size:11px;
	font-weight:bold;
	color:#00578C;
}
.negrito{
	font-weight:bold;
}
.negrito28{
	font-weight:bold;
	font-size:28px;
	line-height:28px;
}
.cinza11{
	font-size:11px;
	color:#333333;
	font-weight:bold;
}
.italico{
	font-style:italic;
}
.cinzaMaior{
	color:#666;
	font-size:18px;
	margin:10px 0;
}
.cinza18{
	color:#333333;
	font-size:18px;
	font-style:normal;
	margin:10px 0;
}
.preto20{
	color:#000;
	font-size:20px;
}
.cinzaClaro{
	font-size:10px;
	color:#666;
	margin:3px 0 0 0;
}
.opiniao{
	font-size:14px;
	color:#333;
	line-height:20px;
}
.vermelho{
	color:#F00;
	font-size:22px;
}
.azulPorQueVotar{
	color:#005286;
	font-size:22px;
}
h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
}
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
	color:#005286;
	text-transform:uppercase;
	font-weight:normal;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#005286;
	text-transform:uppercase;
	font-weight:normal;
}
h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#005286;
	text-transform:uppercase;
	font-weight:bold;
}
.h3Titulos {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#005286;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px;
	display:block;
}
h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#005286;
	text-transform:uppercase;
	padding:5px;
	display:block;
}
.h4titulos {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#005286;
	text-transform:uppercase;
}
h5 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666;
	line-height:20px;
}
.btnGeral{
	border:#000 1px solid;
	background-color:#FFF;
	font-weight:bold;
	height:30px;
	width:100px;
	cursor:pointer;
}

