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

html{}
body {
	margin:0; padding:0; 
	background:#000000 url(../images/back.jpg) top center no-repeat;
	font-family:"Trebuchet MS", sans-serif;
	color:#ffffff;
}

#lineTop {
	margin:0 auto 0;
	clear:both;
	width:100%;
	height:21px;
	text-align:center;
	background:#e84838;
	border:0px red solid;
}

#logo {
	margin:10px auto 0;
	clear:both;
	width:940px;
	height:120px;
	text-align:center;
}



/*-----------------------*/
#hq {
	margin:0 auto 0;
	width:940px;
	height:237px;
	clear:both;
	border:0px red solid;
}
#hq #hqBt	{float:left; width:121px; height:137px; padding-top:100px; text-align:center;}
#hq .hqHome	{float:left; padding:12px 0 0 12px; /* width:698px; */  width:686px; height:225px; background:url(../images/base_hq_home.png) no-repeat; border:0px red solid;}

.itemHq 	{float:left; margin:0 2px 0 2px;}
/*-----------------------*/


#menu {
	margin:12px auto 0;
	padding:0;
	clear:both;
	/* width:698px; */ 
	width:940px;
	height:31px;
	text-align:center;
	border:0px red solid;
	background:url(../images/base_menu.png) top center no-repeat;
}
.itemMenu {
	padding-right:25px;	
	font-family:"Trebuchet MS", sans-serif;
	color:#ffffff;
	font-size:14px;
	text-decoration:underline;
}
.itemMenu:hover {color:#f5d215; text-decoration:underline;}


#boxHome {
	margin:12px auto 0;
	clear:both;
	width:940px;
	border:0px red solid;
}
#box1 {float:left; width:470px; height:350px; position:relative; border:0px blue solid;}
	#box1 #imgCapa	{position:absolute; top:50px; left:65px; width:160px; height:243px; z-index:5;}  
	#box1 #txt		{position:absolute; top:10px; left:280px; width:180px; z-index:10;} 


#boxContent {
	margin:12px auto 0;
	clear:both;
	width:940px;
}
#box2 {float:left; width:450px; padding:10px; border:0px red solid;}
#boxContent #box2 h2 {margin-top:21px; font-family:"Trebuchet MS", sans-serif; color:#f5d215; font-size:14px; font-weight:bold;}
#boxContent #box2 p {font-family:"Trebuchet MS", sans-serif; color:#ffffff; font-size:12px;}
.miniatura {float:left; border:1px #ffffff solid; margin-right:20px;}

#boxContent h2 {margin-top:21px; font-family:"Trebuchet MS", sans-serif; color:#f5d215; font-size:14px; font-weight:bold;}
#boxContent p {font-family:"Trebuchet MS", sans-serif; color:#ffffff; font-size:12px;}
#boxContent a {font-family:"Trebuchet MS", sans-serif; color:#efcd14; text-decoration:none; font-size:12px;}

#float 		{position:relative; width:10px; height:10px; z-index:2000; border:0px red solid;}
#floatItem	{position:absolute; top:-520px; left:608px; z-index:2001; border:0px red solid;}

#lineBot {
	margin:0 auto 0;
	clear:both;
	width:940px;
	height:7px;
	text-align:center;
	background:#e84838;
}


#footer {margin:12px auto 0; padding:0; width:940px; clear: both; text-align:center;}
#footer #footerMenu	 {float:left; padding:12px 0 0 100px; text-align:center;}
#footer #hoplon		 {float:left; padding:6px 0 0 20px;}

.linkBot, .linkBot:hover  {font-family:"Trebuchet MS", sans-serif; color:#ffffff; text-decoration:underline; font-size:11px}



/*** padrões ***/
#space {clear:both; height:10px; width:10px;}
h1	{font-family:"Trebuchet MS", sans-serif; color:#ffffff; font-size:18px;}
p	{font-family:"Trebuchet MS", sans-serif; color:#ffffff; font-size:14px;}
a	{font-family:"Trebuchet MS", sans-serif; color:#efcd14; text-decoration:none; padding-right:12px;}



