@charset "iso-8859-1";
/* CSS Document */

/* Zerando CSS */
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, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
p {
	margin-bottom:19px;	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Fim Zerando CSS */

@font-face {
 font-family: Swiss;
 src: url("SWZ721M.eot") /* EOT file for IE */
}
@font-face {
 font-family: Swiss;
 src: url("SWZ721M.TTF") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: SwissT;
 src: url("SWZ721T.eot") /* EOT file for IE */
}
@font-face {
 font-family: SwissT;
 src: url("SWZ721T.TTF") /* TTF file for CSS3 browsers */
}


body {
	background:url(../images/bg.jpg) no-repeat fixed #000;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;	
}
#tarjaContainer {
	height:61px;	
	background-color:#000;
}
#tarja {
	height:61px;	
	width:990px;
	margin:auto;
}
#tarja ul {
	float:right;
	height:61px;
}
#tarja ul li {
	display:inline;
	margin-left:15px;
}
#tarja ul li a:link, #tarja ul li a:visited {
	font-size:14px;
	font-family:Swiss, Verdana;
	line-height:61px;
	text-decoration:none;
	color:#fff;
}
#tarja ul li a:hover {
	text-decoration:underline;
}
#topoContainer {
	height:164px;
	/*background:url(../images/bgTopo.jpg);*/
	background:url(../images/BARRA_TOPO_2.jpg) center no-repeat;
}
#topo {
	height:164px;
	width:990px;
	margin:auto;
	/*-webkit-box-shadow:-10px 0px 15px #1c2225;
	-moz-box-shadow:-10px 0px 15px #1c2225;
	box-shadow:-10px 0px 15px #1c2225;
	background:url(../images/BARRA_TOPO.jpg);*/
}
#topo .acoes {
	color:#fff;
	width:121px;
	height:104px;
	padding:30px 10px;
	float:left;
	/*-webkit-box-shadow:-10px 5px 15px #1c2225 inset;
	-moz-box-shadow:-10px 5px 15px #1c2225 inset;
	box-shadow:-10px 5px 15px #1c2225 inset;*/
	cursor:pointer;
}
#topo .acoes:hover {
	/*-webkit-box-shadow:-10px 5px 15px #111 inset;
	-moz-box-shadow:-10px 5px 15px #111 inset;
	box-shadow:-10px 5px 15px #111 inset;*/
}
#topo .acoes .acao {
	display:block;	
	border-bottom:1px solid #48565d;
	padding-bottom:7px;
	margin-bottom:7px;
}
#topo .acoes .acao a:link,#topo .acoes .acao a:visited,#topo .acoes .acao a:hover {
	color:#fff;
	text-decoration:none;
	font-family:SwissT, Arial;	
	font-size:22px;
}
#topo .acoes .pontosAcao {
	font-family:Swiss, Arial;	
	font-size:11px;
	line-height:13px;
}
#barraInterna {
	width:990px;
	height:84px;
	margin:auto;	
	background:url(../images/BARRA_INTERNA.jpg) no-repeat;
}
#barraInterna #logado {
	width:385px;
	float:right;
	padding:0px 20px;
}
#barraInterna #logado span {
	display:inline;
	line-height:84px;
	color:#cb93b3;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:14px;
}
#barraInterna input {
	border:1px solid #ca6ba6;
	font-family:Swiss, Arial;
	font-size:18px;
	width:227px;
	color:#cb93b3;
	background-color:#790a45;
	background: -moz-linear-gradient(100% 100% 90deg, #a21965, #790a45);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a21965), to(#790a45));
	padding-left:5px;
	padding-right:5px;
	-webkit-box-shadow:-6px 6px 10px #76003f;
	-moz-box-shadow::-6px 6px 10px #76003f;
	box-shadow::-6px 6px 10px #76003f;
	width:80px;
	/*margin-left:150px;
	margin-top:30px;*/
	cursor:pointer;
}
#barraInterna #logado input {
	/*margin:28px 150px;*/
}
#barraInterna #mesAcao {
	width:249px;
	height:50px;
	float:right;
	padding:17px;	
}
#barraInterna #logoClub {
	width:280px;
	height:83px;
	float:left;
	cursor:pointer;
}
#barraInterna #mes {
	font-family:Arial;
	color:#eab0d2;
	font-size:26px;
	margin-top:90px;
	margin-left:20px;
}
#barraInterna #tema {
	font-family:Arial;
	color:#eab0d2;
	font-size:20px;	
	display:block;
	margin-left:20px;
}

#noticias {
	margin:auto;
	width:990px;
}
#painel {
	height:332px;
	width:990px;
	margin:auto;
}
#painelLogo {
	width:480px;
	float:left;
}
#info {
	float:left;
	height:332px;
	width:213px;
	background:url(../images/BARRA_MES.png) no-repeat;
}
#info #mes {
	font-family:Arial;
	color:#eab0d2;
	font-size:26px;
	display:block;
	margin-top:90px;
	margin-left:20px;
}
#info #tema {
	font-family:Arial;
	color:#eab0d2;
	font-size:20px;	
	display:block;
	margin-left:20px;
}
#info #avisoLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	margin-left:19px;
	display:block;
	line-height:16px;
	margin-top:5px;		
}
#perfil #avisoLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#eab0d2;
	display:block;
	line-height:16px;
	margin-top:5px;		
	text-align:right;
}
#info #avisoLink a:link, #info #avisoLink a:visited, #info #avisoLink a:hover {
	color:#fff;
}
#perfil #avisoLink a:link, #perfil #avisoLink a:visited, #perfil #avisoLink a:hover {
	color:#eab0d2;
}
#info img {
	margin-left:13px;
	margin-top:90px;	
}
#perfil {
	float:left;
	height:292px;
	width:227px;
	padding:20px;
	background:url(../images/BARRA_LOGIN.png) no-repeat;
}
#perfil form {
	margin-top:38px;
}
#perfil form label {
	font-family:SwissT Arial;
	font-size:14px;	
	margin-top:10px;
	display:block;
	color:#cb93b3;
}
#perfil input {
	border:1px solid #ca6ba6;
	font-family:SwissT, Arial;
	font-size:18px;
	width:227px;
	color:#fff;
	background-color:#790a45;
	background: -moz-linear-gradient(100% 100% 90deg, #a21965, #790a45);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a21965), to(#790a45));
	padding-left:5px;
	padding-right:5px;
	-webkit-box-shadow:-6px 6px 10px #76003f;
	-moz-box-shadow::-6px 6px 10px #76003f;
	box-shadow::-6px 6px 10px #76003f;
}
#perfil input[type=submit],#perfil input[type=button] {
	width:inherit;	
	font-family:Swiss, Arial;
	font-size:20px;
	float:right;
	margin-top:65px;
	padding-left:15px;
	padding-right:15px;
	color:#cb93b3;
	-webkit-box-shadow:-6px 6px 10px #540029;
	-moz-box-shadow::-6px 6px 10px #540029;
	box-shadow::-6px 6px 10px #540029;
	cursor:pointer;
}
#perfil input.logout {
	margin-top:85px;
}
#perfil #logado {
	margin-top:50px;
}
#perfil #logadoPerfil {
	float:left;
}
#perfil #pontosPerfil {
	float:left;
	margin-top:2px;
}
#perfil img {
	float:left;	
	margin-right:10px;
}
#perfil span.nome {
	font-family:SwissT, Arial;
	font-size:18px;	
	color:#fff;
}
#perfil span.colocacaoPontos {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;	
	color:#cb93b3;
	display:block;
	line-height:14px;
}
#perfil span.colocacaoPontos img {
	float:inherit;
	margin:0px;
}
#perfil span.estrelas {
	font-family:SwissT, Arial;
	font-size:14px;	
	color:#fff;
	display:block;
	line-height:14px;
}
#titulo {
	width:990px;
	height:51px;
	margin:auto;
}
#titulo h2 {
	font-family:Swiss, Arial;
	font-size:22px;
	font-weight:bold;
	line-height:65px;
	color:#fff;	
	letter-spacing:1px;
}
#container {
	width:970px;
	margin:auto;
	background-color:#cdcdcd;
	padding:10px;
}
#container #ranking {
	float:right;
	width:305px;
	padding:5px;
	background-color:#fff;
	height:457px;
	min-height:457px;
	max-height:457px;
	margin-bottom:5px;
}
#container #topoConteudo {
	width:650px;
	float:left;
	/*background-color:#fff;*/
	margin-bottom:0px;
}
#container #topoConteudo img {
	float:left;
}
#container #conteudo {
	width:630px;
	background-color:#fff;
	padding:25px 10px 10px;
	float:left;
	min-height:255px;

	font-family:Arial;
	font-size:12px;
	line-height:16px;
	color:#000;
}
#container #conteudo span.padrao {
	font-family:Arial;
	font-size:12px;
	line-height:16px;
	color:#000;
}
#container #conteudo p {
	font-family:Arial;
	font-size:12px;
	line-height:16px;
	color:#000;
}
#container #conteudo p.miniTexto {
	font-family:Arial;
	font-size:10px;
	line-height:11px;
	color:#000;
}
#container #conteudo h1 {
	line-height:20px;
	color:#ec008c;
}
#contEntrevita img {
	float:left;
}
#ranking h4 {
	background-color:#6d7a80;
	color:#fff;
	font-family: Arial;
	font-size:14px;
	padding:10px;
	border:1px solid #585858;	
}
#ranking #primeiro img {
	float:left;
	margin-right:15px;
}
#ranking .nomeEstado {
	font-family:Arial;
	color:#6d7a80;
	font-size:12px;
	line-height:14px;
}
#ranking .colocacao {
	font-family:Arial;
	color:#ec008c;
	font-size:14px;
	margin-left:5px;
	line-height:14px;
}
#ranking hr {
	color:none;
	border:0;
	border-bottom:1px dashed #a7adb0;
}
#ranking #primeiro {
	height:80px;	
	padding:10px;
}
#ranking #primeiro .nomeEstado {
	font-family:Arial;
	color:#6d7a80;
	font-size:14px;
	display:block;
	margin-left:5px;
	line-height:16px;
}
#ranking #primeiro .colocacao {
	font-family:Arial;
	color:#ec008c;
	font-size:20px;
	margin-left:5px;
	display:block;
	line-height:25px;
}
#container #news {
	float:left;
	width:630px;
	padding:10px;
	background-color:#fff;
	margin-top:5px;
	color:#000;
}
#container #news p {
	font-size:12px;
	line-height:16px;
	padding-right:50px;
}
#news div {
	float:left;
	width:315px;
}
#news h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ec008c;
	margin-bottom:10px;
}
#news img {
	float:left;
	width:96px;
	margin-right:15px;	
}
#news span {
	font-family:Arial;
	color:#000;
	font-size:12px;	
}
#news hr {
	width:630px;
	color:none;
	border:0px;
	padding-top:8px;
	border-bottom:1px dashed #a7adb0;
}
#menuLateral{
	width:315px;
	float:right;
	margin-bottom:5px;
	margin-top:30px;
}
#menuLateral a{
	color:#6d7a80;
	text-decoration:none;
}
#menuLateral a:hover{
	color:#ec008c;
}
.btMenuLateral {
	font-family:SwissT, Arial;
	color:#6d7a80;
	font-size:24px;
	padding:10px;
	background:url(../images/bgMenuLateral.jpg) #cdcdcd;
	display:block;
	margin-bottom: 10px;
}
#container #twitter {
	float:right;
	width:315px;
	/*margin-top:5px;*/
	margin-bottom:5px;
	height:324px;
	min-height:324px;
	max-height:324px;	
	color:#000;
}
#container #twitterInt {
	float:right;
	width:315px;
	height:480px;
	min-height:480px;
	max-height:480px;	
	color:#000;
}
#rodape {
	height:167px;
	width:990px;
	margin:auto;
	background:url(../images/bgTopo.jpg);
	-webkit-box-shadow:0px 10px 15px #1c2225 inset;
	-moz-box-shadow:0px 10px 15px #1c2225 inset;
	box-shadow:0px 10px 15px #1c2225 inset;
}
#rodape #faq {
	width:620px;
	height:97px;
	padding:35px 20px;
	float:left;
	-webkit-box-shadow:-10px 5px 15px #232c30 inset;
	-moz-box-shadow:-10px 5px 15px #232c30 inset;
	box-shadow:-10px 5px 15px #232c30 inset;
}
#rodape .titulo {
	font-family:Arial;
	font-size:14px;
	color:#a7a9ac;
	line-height:16px;
	display:block;	
}
#rodape .texto {
	font-family:Arial;
	font-size:14px;
	color:#fff;	
	line-height:18px;
	display:block;	
}
#rodape .texto a {
	color:#fff;
	text-decoration:none;
}
#rodape .texto a:hover {
	text-decoration:underline;
}
#rodape #contato .titulo {
	margin-bottom:10px;	
}
#rodape #contato {
	float:right;
	width:290px;
	padding:35px 20px;
}
.aviso {
	font-family:Arial;
	font-size:12px;
	color:#ec008c;
	display:block;
	width:100%;
	padding-top:20px;
}
.clear {
	clear:both;	
}
#formAcaoCultural {
	color:#999999;
	width:620px;
	border:none;
}
#sugestaoAcaoCultural{
	width:620px;
	height:150px;
}
#mensagemRetorno{
	display:block;
	font-size:20px;
	color:#ec008c;
	padding:20px;
	background-color:#ebebeb;
	margin-bottom: 20px;
	text-align:center;
}
.boxVideo{
	background:url(../images/bgVideos.jpg) repeat;
	margin-bottom:15px;
	height:95px;
}
.boxVideo img{
	float:left;
	padding-right:15px;
}
.boxVideo h3{
	font-family:SwissT, Arial;
	color:#6d7a80;
	font-size:24px;
	margin-top:8px;
}
.boxVideo span{
	font-family:Arial;
	color:#6d7a80;
	font-size:12px;
	background:#e5e5e5;
	border-color:#FFF;
	border-style:solid;
	border-width:3px;
	border-radius:12px;
	float:left;
	padding:4px;
	margin-top:5px;
}
.boxVideo a{
	color:#6d7a80;
	text-decoration:none;
}
.boxVideo a:hover{
	color:#ec008c;
}
.cabecalhoPost{
	display:block;
	background:url(../images/bgVideos.jpg);
	font-family:Swiss, Arial;
	font-size:22px;
	color:#6d7a80;
	height:65px;
	margin-bottom:15px;
}
.dataPost{
	float:left;
	height:65px;
	width:60px;
	margin-right:15px;
	background-color:#CCC;
	text-align:center;
	color:#FFF;
}
.diaPost{
	display:block;
	background:#6d7a80;
	font-size:35px;
}
.mesPost{
	padding-top:5px;
	display:block;
}
.cabecalhoPost h3{
	padding:10px;
}
div.post {
	border-bottom:5px solid #CCC;
	margin-bottom:10px;	
}
#tbCadastro {
	color:#000;	
}
#tbCadastro td {
	padding-bottom:5px;
}
#tbCadastro input, #tbCadastro textarea, #tbCadastro select {
	font-size:10px;
	margin-right:5px;
	margin-bottom:5px;
}
#tbCadastro.subTitulo {
	font-size:20px;	
}
#tbCadastro.aviso {
	text-align:center;
	display:block;	
}
#listaHistorico li{
	margin-bottom:10px;
}
#listaHistorico li a{
	color:#000;
	text-decoration:none;
}
#listaHistorico li a:hover{
	color:#ec008c;
	text-decoration:underline;
}
#chamadas {
	width:650px;
	min-width:650px;
	float:left;
	margin-top:5px;
}
#chamada1 {
	float:left;
	width:214px;
}
#chamada2 {
	float:left;
	width:214px;
	padding:0px 3px;
}
#chamada3 {
	float:left;
	width:214px;
}
#conteudo h3{
	font-size:18px;
	color:#ec008c;	
}
.rankGeral {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:20px;
	/*font-weight:bold;*/
	text-transform:uppercase;
	color:#000;
}
table#tbPerguntas td {
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
table#tbPerguntas td input {
	margin-top:7px;
}
