	body {
		margin: 0px;
		background-color: #00000;
		color: #ffffff;
		font-family: Arial, Verdana, sans-serif;
		font-size: 11px;
	}
	
	A 		{ color: #666666; /* text-decoration: none; */} 
	A:link		{ color: #666666; text-decoration: underline; } 
	A:visited	{ color: #666666; text-decoration: underline; } 
	A:active	{ color: #666666;  } 
	A:hover		{ color: #666666; text-decoration:underline; }
	A img { border: 0px; }

#container {
	/*z-index: 10;*/
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	/*top: 0px;
	top: -480px;*/
}

#containercuriosidades {
	z-index: 20;
	background-image: url('blackdot.jpg');
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	opacity: 0.5;
	display: block;
}

#containercuriosidades2 {
	z-index: 21;
	background-image: url('dot.jpg');
	background-repeat: repeat;
	opacity: 0.5px;
	left: 30%;
	width: 40%;
	height: 480px;
	position: fixed;
	top: 10%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	padding: 0px 40px;
}



#framecuriosidades {
	z-index: 31;
	position: relative;
	width: 620px;
	height: 200px;
	top: -300px;
	left: 200px;
	background-image: url('dot.jpg');
	background-repeat: repeat;
}



	
	.side {
		border: 30px #FFFFFF solid;
	}
	
	.d { 
		border: 0px;
		border-style: none; 
	}
	
   	.contenttable {
		background-color: #FFFFFF;
		color: #333333;
		padding: 10px;
		text-align:left;
		width: 480px;
		font-weight:normal;
	}
	
	.menu2 {
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		background-color: #CCCCCC;
	}
	.menu2 A:hover { background-color: #FFFFFF; text-decoration: none;  } 
	.menu2 img {
		border: 0;
		vertical-align: middle;
	}
	
	.menu3 {
		font-size: 12px;
		font-weight: normal;
		text-align: left;
		color: #202020;
		background-color: #DCDCDC;
		padding-left: 10px;
	}
	
	.copyright {
		background-color: #CCCCCC;
		color:#333333;
		padding:10px;
		text-align:left;
		font-weight:normal;
	}
	
	.hidden {
		display:none;
		color: #999999;
	}
	
	.hidden2 {
		display:none;
		color: #333333;
	}
	
	.style1 {
		color: #FF0000;
		font-weight: bold;
	}
	
	.style2 {color: #FF0000}

.dialogbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(pxcinza.png);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
	display: none;
	text-align: left;
}


