@charset "utf-8";
	
	body
	{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #94caea;
	}
	
	#all	{
	margin: 0;
	width: 950px;
	text-align: left;
	background-color: #ffffff;
	}
	
	#top /* Animação Acaros (Flash) */	{
	width: 950px;
	height: 370px;
	}	
	
	#menu {
	float: left;
	width: 190px;
	height: 270px;
	}
	
	#data /* Linha de Data (dia e mês) */	{
	font-family: Times New Roman, Times, serif;
	padding: 10px 0px 0px 15px;
	text-align: left;
	font-size: 11px;
	color: #000000;
	}
	
	#logo-vetor {
	width: 190px;
	height: 250px;
	background:#ffffff url('imagens/logo-vetor.gif') top center no-repeat;
	}
	
	#vid-acaros {
	width: 190px;
	height: 200px;
	}
	
	#textos-swf {
	width: 190px;
	height: 185px;
	padding: 20px 0px 0px 0px;
	}
	
	#textos2-swf {
	width: 190px;
	height: 150px;
	padding: 20px 0px 0px 0px;
	}
	
	#conteudo {
	float: right;
	width: 700px;
	}
	
	/* rodape */
	#footer {
	clear: both;
	}
	
	#bot-esq /* Botão (oportunidade de negocio) */	{
	float:left;
	padding: 0px 0px 0px 0px;
	width: 190px;
	}
	
	#footer-esq /* menu geral */	{
	float:left;
	height: 67px;
	width: 725px;
	padding: 20px 0px 0px 15px;
	background:#ffffff url('imagens/bg-footer.gif') repeat;
	}
	
	#footer-dir /* conteudo direito do rodape */	{
	float:right;
	text-align: center;
	height: 67px;
	width:210px;
	padding: 20px 0px 0px 0px;
	background:#ffffff url('imagens/bg-footer2.gif') repeat;
	}
	
	#end {
	clear: both;
	height: 20px;
	background-color:#ffffff;
	}
	
