@charset "UTF-8";
/* CSS Document */


body{
	background-color:#000;
	background-image:url(../imagens/fundo1.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	text-align:left;
	padding:40px;
}


#altfundoContentor {
	position:absolute;
	left:20px;
	top:20px;
	z-index:2;
	width: 209px;
	height: 20px;
}
.altfundo {
	cursor: pointer;
	background-color: #09F;
}
#altfundo {
	width:10px;
	height:10px;
	margin-right:5px;
	float:left;
}

#apDiv_marca {
	position:absolute;
	left:13px;
	top:43px;
	width:211px;
	height:181px;
	z-index:1;
	padding: 0px;
	margin-bottom: 0px;
}

#apDiv1 {
	position:absolute;
	left:20px;
	top:235px;
	width:260px;
	height:76px;
	z-index:1;
	padding: 0px;
	margin-top: 0px;
}


.lista {
	list-style-type: none;
	font-family: Georgia;
	font-size: 12px;
	font-style: regular;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.link {
	list-style-type: none;
	font-family: Georgia;
	font-size: 12px;
	font-style: regular;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.link:hover {
	list-style-type: none;
	font-family: Georgia;
	font-size: 12px;
	font-style: regular;
	line-height: 20px;
	font-weight: normal;
	color: #09F;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
