#capa{
	position: absolute;
	z-index: 2;
}

#splash .content{ 
	background-image: url('../images/oed/capa.png'); 
} 
#game .content{ 
	background-image: url('../images/oed/_economia.png');
}

#introduction .content{ 
	background-image: url('../images/congratulations.jpg'); 
}

#tutorial .content{
	background-image: url('../images/oed/tutorial.png');
	top:0px;
	z-index: 1;
}

#splash .content button{
	padding: 10px; 
	top: 624px; 
	position: relative; 
	left: 476px; 
} 

#splash .content .information{
	font-size: 18px;
    left: 173px;
    position: absolute;
    top: 100px;
    width: 680px;
}

#splash .content .title{
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "Arial";
}

#splash .content .description{
	text-align: left;
	font-family: "Arial";
}

ul
{
    list-style-type: none;
}

#splash .content li{
	position: absolute;
	cursor: pointer;
}

#game .content .ideas li{
	position: absolute;
	width: 790px;
	left: 80px;
}

#game .content #seletores
{
	height: 95px;
    left: 220px;
    position: absolute;
    top: 75px;
    width: 580px;
}

#game .content #seletores li{
    cursor: pointer;
    float: left;
    height: 95px;
    position: absolute;
    top: 0;
    width: 161px;
}

#game .content #seletores li img{
	margin-left: 18px;
    margin-top: 16px;
}

#game .content p{
	font-size: 18px;
	font-family: "Arial";
}

#game .content #btn_validar{
    left: 810px;
    position: absolute;
    top: 90px;
    width: 160px;
    height: 70px;
    cursor: pointer;
}

#partidoAtual{
	height: 30px;
    left: 260px;
    position: absolute;
    top: 8px;
    width: 505px;
}

#partidoAtual p{
	font-size: 20px !important;
	font-family: "Arial";
	color: white;
	text-align: center;
	font-weight: bold;
}

#congratulations
{
	position: absolute;
    z-index: 4;
}

#congratulations .content{
	width: 1024px;
	height: 768px;
	background-image: url("../images/oed/fundo_background_feedback.png")
}

#congratulations .content #resultadoJogadas p{
    font-family: "Arial";
    font-size: 18px;
    height: 140px;
    left: 300px;
    position: absolute;
    top: 310px;
    width: 460px;
}

#congratulations .content #resultadoJogadas img{
	left: 180px;
    position: absolute;
    top: 300px;
}

#tutorial .content #tutorial_image #btn_tutorial{
	cursor: pointer;
    left: 590px;
    position: absolute;
    top: 590px;
}

#marcaPartido{
	background-color: #E2E2E2;
	border: 1px solid;
}

#economia{
	color: #FF7920;
    font-weight: bold;
}

#saude{
	color: #009900;
    font-weight: bold;
}

#educacao{
	color: #0D6F9F;
    font-weight: bold;
}

#economiaMarked{
	border: 1px solid #FF7920;
	background-color: #FFD79B;
    font-weight: bold;
}

#saudeMarked{
	border: 1px solid #009900;
	background-color: #8CDF71;
    font-weight: bold;
}

#educacaoMarked{
	border: 1px solid #0D6F9F;
	background-color: #BEE7FA;
    font-weight: bold;
}

#btnRetorno{
	cursor: pointer;
    height: 80px;
    margin-left: 415px;
    margin-top: 482px;
    position: absolute;
    width: 185px;
}

.escolhas li{
	position: absolute;
	left: 894px;
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	margin-top: 2px;
	z-index: 1px;
}

.content{ 
	position: absolute;
	width: 1024px; 
	height: 768px; 
} 
.hidden{ 
	display: none; 
}