/* Estrutura */

body {
	background-image:url(../img/bg_geral.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#b1bcc6;
	margin:0px;
}

h1 {
	font-family: Arial;
	font-size: 13px;
	color: #50565d;
}

h2 {
	font-family: Arial;
	font-size: 12px;
	color: #50565d;
	padding:0px;
	margin:0px;
}

h3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #50565d;
}

h4 {
	font-family: Arial;
	font-size: 20px;
	color: #F47920;
}

h5 {
	font-family: Arial;
	font-size: 13px;
	color: #F47920;
}

p {
	margin: 0px 0px 4px 0px;
	line-height:14px;
}

.conteudo {
	margin: 0px auto auto auto;
	padding: 10px 0px 0px 90px;
	width: 889px;	
}

.footer {
	font-family:Arial;
	font-size:10px;
	color:#000000;
	text-align:right; 
	float:right;
}

.sobtitulo {
	margin: 0px 0px 5px 120px;
	height:21px;
}

.titulo {
	margin: 0px 0px 20px 120px;
}

.clear {
	clear: both;
}

/* Header */

.header {
	margin: 0px auto auto auto;
	width: 979px;
}

.header .logo {
	width:190px;
	border-width:0px 1px 1px 1px;
	border-color:#FFFFFF;
	border-style:solid;
	background-image:url(../img/img_logo.jpg);
	background-repeat:no-repeat;
	background-position:40px 50px;
	background-color:#F47920;
	height:137px;
	float:left;
	cursor:pointer;
}

/* Menu */

.header .menu {
	border-width:0px 1px 1px 0px;
	border-color:#FFFFFF;
	border-style:solid;
	background-color:#F47920;
	width:785px;
	height:46px;
	padding:48px 0px 0px 1px;
	float:left;
}

.header .menu a {
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:46px;
}

.header .menu a:hover {
	background-position: 0 -46px;
}

.header .menu a.passo {
	background-image:url(../img/menu_passo.png);
	width:148px;
}

.header .menu a.dicas {
	background-image:url(../img/menu_dicas.png);
	width:168px;
}

.header .menu a.faca {
	background-image:url(../img/menu_faca.png);
	width:155px;
}

.header .menu a.novas {
	background-image:url(../img/menu_novas.png);
	width:154px;
}

/* Regras */

.conteudo .regras {
	background-image:url(../img/bg_fundo_regras.gif);
	background-repeat:no-repeat;
	width:557px;
	height:515px;
	margin:40px 0px 0px 100px;
	padding:20px 20px 20px 20px;
	float:right;
}
.conteudo .fone {
	width:201px;
	float:right;
	margin-top:350px
}

/* Faça seu checkin */

.conteudo .faca {
	margin-left:100px;
} 
.conteudo .faca iframe {
	background-color:#FFFFFF;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

/* Dicas */

.conteudo .dicas img {
	margin-left:80px;
	margin-top:25px;
}

/* Passos */

.conteudo .passos {
	background-image:url(../img/bg_fundo_passo.gif);
	background-repeat:no-repeat;
	width:710px;
	height:424px;
	margin:50px 0px 0px 118px;
	padding:15px;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

.conteudo .passos ul.menu {
	border:solid 1px #cccccc;
	float: left; 
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

.conteudo .passos ul.menu li {
	font-family: arial;
	font-weight: bold;
	font-size: 22px;
	display: inline;
}

.conteudo .passos ul.menu li a:link, 
.conteudo .passos ul.menu li a:visited { 
	float: left; 
	padding: 14px 20px; 
	text-decoration: none; 
	margin-right: 7px; 
	background: #FFFFFF; 
	color: #f47921;
}	

.conteudo .passos ul.menu li a:hover { 
	background: #f47921; 
	color: #FFFFFF;
}

.passo_ativo { 
	background: #f47921; 
	color: #FFFFFF;
}
.passo_inativo { 
	color: #f47921;
}

/* Novas */

.conteudo .novas {
	background-image:url(../img/bg_fundo_novas.gif);
	background-repeat:no-repeat;
	width:814px;
	height:500px;
	margin:50px 0px 0px 90px;
	padding:15px;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

.conteudo .novas .linha {
	width: 500px;
	height: 48px;
	position: relative;
	left: 40px;
	top: 80px;
}

.conteudo .novas .divisoria {
	margin: 0 0 15px -15px;
}

.conteudo .novas .linha img {
	float: left;
}

.conteudo .novas .splash {
	float: right;
	position: relative;
	top: -40px;
	right: 70px;
}

.conteudo .novas .iniciar {
	position: relative;
	top: 266px;
	border: 0px;
	margin-left: 307px;
}