/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	overflow:hidden;
}
#principal{
	position:relative;
	height:480px;
	width:780px;
	margin-top:5%;
	left:15%;
}
/*TOPO DA PAGINA*/
#topo{
	position:relative;
	width:100%;
	height:79px;
}
.divsTopo{
	float:left;
}
#divLink{
	position:absolute;
	right:5px;
	top:58px;
	float:left;
}
#divLink a{
	color: #7FB2FF;
	text-decoration:none;
}
#divLink a:hover{
	color: #666;	
}
#divLog{
	position:relative;
	float:left;
}
/*PARTE DO DESENHO MAIOR*/
#desenho{
	position:relative;
	width:100%;
	height:280px;
	background-image:url(../img/fundo.jpg);
	background-repeat:no-repeat;
}
#desenho #escrito{
	position:relative;
	height:115px;
	width:355;
	top:90px;
	left:385px;
	text-align:center;
}
#desenho #escrito h1{
	font-size:12px;
	font-weight:bold;
}
/*PARTE ONDE FICA OS BOTÕES*/
#botoes{
 	position:relative;
	width:100%;
}
#botoes img{
 	cursor:pointer;
}
/*PARTE DE ONDE FICA OS PARTE DE BAIXO*/
#bottom{
	position:relative;
	width:100%;
	height:13px;
	text-align:center
}
/*BANNER que abre ao clicar em um dos botões se mudar aqui tem que mudar no js tbm*/
#divBanner{
	display:none;
	position:absolute;
	height:1px;
	width:1px;
	margin-top:219px;
	margin-left:380px;
/*	border: 1px solid #7FB2FF;*/
	z-index:1;
	background:#FFF;	
}
#divBanner iframe{
	display:none;
	position:relative;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}
