@charset "iso-8859-1";
/* CSS Document */

html{
	margin:0px;
}

body{
	background:url(../imagens/fundo.jpg) #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:17px;
	margin:0px;
	color:#333;
}
a{
	color:#004B2A;
}
a:hover{
	color:#333;
}
#topo{
	width:800px;
	margin:auto;
}
#main{
	margin:auto;
	width:800px;
	height:500px;
	background:url(../imagens/fundo_main.png) no-repeat;
	padding-top:0px;
	padding-bottom:10px;
	z-index:1;
}
#conteudo{
	position:relative;
	width:640px;
	height:440px;
	margin-top:5px;
	margin-left:70px;
	_margin-left:20px;
    overflow:hidden;
	float:left;
	z-index:1;
}

#pass_conteudo{
	background:url(../imagens/fundo_cont_pass.jpg) no-repeat;
	width:650px;
	height:368px;
	margin-top:12px;
}
.fundo_gal{
	background:url(../imagens/fundo_gal.jpg) no-repeat;
	width:182px;
	height:114px;
	margin:auto;
}
.texto_gal{
	margin:2px;
	margin-top:10px;
	text-align:left;
	font-size:10px;
	line-height:14px;
	height:75px
}
.texto_gal .votos{
	font-size:11px;
	color:#235937;
	font-weight:bold;
	margin:5px 0px;
}
.votar_gal{
	text-align:left;
	padding-right:10px;
}
/*Menu passatempo*/
#pass_menu{
	width:650px;
	height:25px;
	color:#333;
}
#pass_menu ul{
	list-style-type:none;
	height:25px;
	margin:0px;
	padding:0px;
	padding-left:5px;
	display:block;
}
#pass_menu ul li{
	float:left;
	margin:10px 0px;
}
#pass_menu li a{
	margin:0px 18px;
	font-size:11px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
#pass_menu li a:hover{
	color:#235937;
}
/*### Fim ###*/

#pass_content{
	clear:both;
	width:600px;
	height:300px;
	margin:auto;
	margin-top:25px;
	overflow:hidden;
	color:#333;
}
#pass_content h1{
	background:url(../imagens/bullet.jpg) no-repeat;
	font-size:12px;
	padding:5px 25px;
	margin:5px;
	display:block;
	color:#333;
}


#facebook{
	clear:both;
	position:relative;
	left:748px;
	top:-175px;
	width:100px;
	height:78px;
	z-index:50;
}
#formula{
	clear:both;
	position:relative;
	left:748px;
	top:-162px;
	width:100px;
	height:78px;
	z-index:50;
}
#footer{
	color:#004B2A;
	font-size:9px;
	text-align:center;
	margin-bottom:10px;
	clear:both;
}
#footer a{
	color:#004B2A;
	text-decoration:none;
}
#footer a:hover{
	color:#333;
}
#inicio{
	width:650px;
	height:445px;
	margin-top:10px;
	position:relative;
	margin:auto;
	text-align:justify;
	color:#004B2A;
	clear:right;
	z-index:1;
}
#texto{
	width:95%;
	margin:auto;
	text-align:justify;
	color:#004B2A;
}
#texto h2{
	margin:0px;
	color:#004B2A;
}
.cont_foto{
width:150px;
padding-right:50px;
padding-left:20px;
display:block;
float:left;
}

.cont_texto{
	width:400px;
	float:left;
	display:block;
}
.cont_texto_total{
	margin:auto;
	float:left;
}
#menu_campanhas{
	margin-top:10px;
	margin-left:100px;
	_margin-left:30px;
	float:left;
}
#menu_campanhas a{
	font-weight:bold;
	text-decoration:none;
}



/*##### Forms #####*/
label {
	display:block;
	font-weight:bold;
	margin:1px;
	color:#333;
}

.caixa_texto {
	background: #fff;
	border: 1px solid #CCC;
	padding: 3px 4px;
	margin: 0px 0px;
	width:60%;
}
input:focus {
	border-color: #235937;
}
.submitLink {
	color:#333;
	font-weight:bold;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
}
/*##### Fim ######*/


/* --------------------------------- */
/*MESSAGE BOX CLEAN	serie	  		 */
.clean-gray{
  border:solid 1px #DEDEDE; 
  background:#EFEFEF;
  color:#222222;
  padding:4px;
  text-align:center;
  
}
.clean-blue{
  border:solid 1px #2E5898; 
  background:#CBD7EB;
  color:#2E5898;
  font-weight:bold;
  padding:4px;
  text-align:center;
}
.clean-ok{
  /*border:solid 1px #235937; */
  color:#235937;
  font-weight:bold;
  padding:4px;
  /*text-align:center;*/
}
.clean-error{
  /*border:solid 1px #CC0000; 
  background:#F7CBCA;*/
  color:#CC0000;
  font-weight:bold;
  padding:4px;
  margin:3px;
}