@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	}
	
#fundo{
	
background:url(../imagens/fundo.jpg);
height:1100px;
width:1366px;
}

#banner
{
	
	margin-top:0px;
	margin-left:0px;
	width:1366px;
	height:87px;
	background:url(../imagens/banner3.jpg);
}

#menu
{
    clear:both;
	margin-left:120px;
	font-size:16px;
}

#menu li
{
	display:block;
	float:left;
	margin-top:38px;
	margin-left:25px;
	color:#666666;
}

#menu li
{
	display:block;
	width:125px;
	height:25px;
	text-align:center;
	text-align-last:center;
	text-decoration:none;
}

#menu li:hover
{
	display:block;
	background:url(../imagens/botao.png);
    width:125px;
	height:25px;
	color:white;
}




#fundo2
{
	float:left;
	margin-left:0px;
	height:950px;
	width:1366px;
}
#linha2
{
	width:2px;
	height:940px;
	background:white;
	margin-top:10px;
	margin-left:10px;
	float:left;
}

#titulo
{
	background:url(../imagens/questoes.png);
	height:79px;
	width:500px;
	margin-top:30px;
	margin-left:55px;
	color:white;
	float:left;
}

#texto
{
	color:#000066;
	margin-top:130px;
	margin-left:230px;
	height:600px;
	width:1100px;
	text-align:left;
}


#texto1
{
	height:180px;
	width:900px;
	float:left;
	clear:right;
	margin-top:0px;
	text-align:left;
	margin-left:50px;
}


#imagem1
{
	margin-top:0px;
	margin-left:310px;
    width:400px;
	height:185px;
	background:url(../imagens/questoesf.jpg);
	float:left;
}

#texto2
{
	height:200px;
	width:900px;
	float:left;
	margin-top:40px;
	margin-left:50px;
}

#menu2
{
	margin-left:5px;
	margin-top:100px;
	float:left;
	font-size:16px;
}

#menu2 li
{
	text-decoration:none;
    display:block;
	margin-bottom:50px;
    width:140px;
	height:25px;
	text-align:center;
	color:white;
	visibility:hidden;
}

#menu2 li:hover
{
	background:url(../imagens/botao2.png);
	width:140px;
	height:25px;
	color:#000099;
	
}
