@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin:auto;
	position:relative;
	width:989px;
	height:1200px;
	/*background-color:#060a0d;*/
}
.background{
	width:990px;
	height:1200px;
	margin:auto;
	position:absolute;
	z-index:-1;
}
.conteudo{
	width:990px;
	height:1200px;
	z-index:99;
	position:absolute;
}
.menu{
	position:absolute;
	width:850px;
	height:81px;
	background:url(../imagens/layout/bg-menu.png) repeat-x;
	z-index:99;
	left:50px;
	text-align:center;
	padding:20px 20px 25px 20px;
	color: #E1E1E1;
	display:inline;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.menu a{
	color:#fff;
	text-decoration:none;
}
.menu a:hover{
	text-decoration:underline;
}
.divMenu{
	height:30px;
	font-size:25px;
	margin:0px 10px 0px 10px;
	display:inline;
}
#opcoes_bg{
	display:none; 
	width:700px; 
	margin-left:-5px; 
	opacity:0.6; 
	background-color:#000; 
	height:170px; 
	position:absolute; 
	z-index:5; 
	top:53px; 
	padding:5px;
}
.opcoes_boxes{
	position:absolute;
	height:170px;
	top:60px;
	width:700px;
	display:none;
	z-index:6;
}
.opcoes_boxes img{
	margin: 20px 0px 0px 20px;
}
.opcoes_boxes img:hover{
	opacity:1;
}
#background_bg{
	display:none; 
	width:700px; 
	margin-left:-5px; 
	opacity:0.6; 
	background-color:#000; 
	height:220px; 
	position:absolute; 
	z-index:5; 
	top:53px; 
	padding:5px;
	overflow-y:auto;
}
.background_opcoes{
	position:absolute;
	height:220px;
	top:60px;
	min-width:700px;
	display:none;
	z-index:6;
	overflow-x:auto;
}
.background_opcoes_img{
	margin: 10px 0px 0px 20px;
	width:116px;
	float:left;
}
.boxes{
	position:relative;
	top:250px;
	z-index:99;
}
.box{
	position:absolute;
	width:300px;
	height:275px;
	float:left;
	text-align:center;
	margin-left:20px;
}
.usedBox{
	background:url(../imagens/layout/reticula.png) repeat;
	/*background-color:#FFF;*/
}
.usedBox a{
	text-decoration:none;
	color:#333;
}
.usedBox a:hover{
	text-decoration:underline;}
.formato1{
	border-bottom:1px dashed #999; 
	margin:10px; 
	height:55px;
	width:280px;
	clear:both;
	text-align:left;
}
.formato2{
	margin:10px;  
	clear:both;
}
.formato3{
	margin:16px;  
	clear:both;
}
.bg_opac{
	position:absolute;
	opacity:0.6;
	background-color:#000;
	width:100%;
	height:1200px;
	z-index:1;
	display:none;
}
.abaBox{
	float:left;
	width:140px;
	height:20px;
	margin: 3px 0 -1px 1px;
	padding-top:2px;
	border:1px solid #333;
	border-bottom:0px;
	color:#333;
	font-size:12px;
	background: url(../imagens/layout/aba-off.jpg) repeat-x;
	cursor:pointer;
	-webkit-border-radius: 6px 6px 0 0 ;
	-moz-border-radius:  6px 6px 0 0 ;	
}
.clearAba{
	border-top:1px solid #333;
	clear:both;
}
.mais_lidas{
	padding:5px;
	margin:0 10px 5px 10px;
	border-bottom:dotted 1px #333;
	text-align:left;
	color:#000;
	font-size:14px;
}



















