*{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #47423a;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	background-repeat: no-repeat;

}
/*capa*/
#abertura.capa{
	background-image:url(img/capa.jpg);
	background-repeat:no-repeat;
	height:710px;
}
#abertura.capa h2{
	font-size:26px;
	width:350px;
	padding:50px 0 15px 20px;
}
#abertura.capa p{
	width:350px;
	padding:0 0 8px 20px;
}
/*capa*/

/*thumbs*/
#abertura #thumbs{
	position : absolute;
	left : 10px;
	top : 45px;
	width : 916px;
	z-index : 12;
}
#abertura #thumbs h3{
	width : 173px;
	height : 130px;
	display : block;
	float : left;
	margin : 0 10px 10px 0;
}
#abertura #thumbs h3 img{
	margin : 0px;
	border: none;
}
#abertura #thumbs h3 a{
	width : 173px;
	height : 130px;
	display : block;
	overflow : hidden;
}
#abertura #thumbs h3 a:hover{
	border : 3px solid #ff9900;
	width : 167px;
	height : 124px;
}
#abertura #thumbs h3 a:hover img{
	margin : -3px;
}
/*thumbs*/
/*capa*/

#politico{
	width:  407px;
	float: left;
	margin: 0 15px 0 0;
	
}
#opcoes{
	float: left;
	width: 470px;
	margin: 10px 0;
}
h2{
	font-size:  22px;
	margin: 60px 0 40px 0;
	float: left;
	width: 470px;
	line-height: 26px;
}
h2 strong{
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: block;
	font-size: 40px;
	color: #fff;
	float: left;
	background-color: #ff9900;
	text-align: center;
	margin: 0 10px 0 0;
}

#opcoes h2 a,
#opcoes h2{
	line-height: 40px;
	font-size: 16px;
	width: 400px;
	height: 40px;
	margin: 0;
}
#opcoes h2 a{
	width: 380px;
	padding-left: 20px;
	line-height: 40px;
	background-image: url(img/selecao.gif);
	display: block;
}
#opcoes h2 a:hover{
	color: #ff9900;
	background-position: 0 -40px;
}
#opcoes h2.erro a:hover,
#opcoes h2.erro a{
	color: Red;
	background-position: 0 -80px;
}
#opcoes h2.acerto a:hover,
#opcoes h2.acerto a{
	color: Green;
	background-position: 0 -120px;
}
#botao a,
#botao{
	width: 160px;
	height: 100px;
	display: block;
	position: absolute;
	z-index: 2;
}
#botao a:hover{
	background-position: 0 -100px;
}
#botao.acerto a{	background-image: url(img/botao-acerto.gif);}
#botao.erro a{	background-image: url(img/botao-erro.gif);}
#botao{
	left: 680px;
	top: 200px;
}
