@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	}
	
#fundo{
	
background:url(../imagens/fundo.jpg);
height:620px;
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:400px;
	width:1366px;
}

#texto
{
	color:#000066;
	margin-top:40px;
	margin-left:70px;
	float:left;
	height:400px;
	width:1300px;
}

#video
{
	float:left;
}


#texto1
{
	
	margin-top:95px;
	height:150px;
	width:580px;
	float:left;
	margin-left:45px;
}