/*=======================
		estrutura
=========================*/

/*Todos os elementos: div, ol, span, h1, h2, h3....*/



/*a {text-decoration:none;color:#666666;}
a:hover {text-decoration:none;color:#ea0d0d;}*/
a {
color:#666666;
font-family:"Trebuchet MS",Tahoma,Verdana,Arial;
font-size:11px;
text-decoration:none;

}

body
{
	background:#000000; 
}

#container {
	width:795px;
	position:relative;
	top:0;
	left:50%;
	margin-left:-395px;
	float:left;
	font-family:"Trebuchet MS",Tahoma,Verdana,Arial;
font-size:11px;
	background: url(../images/bgcont.jpg) left top repeat-y; 
}
/*header*/
#header {
	width:795px;
	height:260px;
	float:left;
	background: url(../images/bg_div.jpg) left bottom repeat-x;

}

#busca
{
	width:193px;
	background-color:#efefef !important;
	float:left;
}
#busca h2
{
	width:193px;
}
#busca #frameForm
{
	margin-left:13px;
}

#conteudo {
	width:602px;
	background-color:#efefef;
	float:left;
	padding-bottom:10px;
}



/*---------------------------*/


#listDesLanca{
	float:left;
}
#listDesLanca li{
	float:left;
	width:287px;
	height:130px;
	list-style:none;
	border:1px solid #efefef;
	background: url(../images/bglist.jpg) left bottom repeat-x;
	padding:5px;
}
#listDesLanca img{
	border: 2px solid #efefef;
	margin-bottom:10px; 
}
.imgespaco
{
	float:left;
	padding:5px; 
	background-color:#FFFFFF; 
}
#listDesLanca li h3{ }
#listDesLanca li h3 a{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	color:#663333;
	
}
#listDesLanca li p a{
	font-family:Verdana, Arial;
	font-size:9px;
	color:#666666;
	margin-bottom:10px !important;
}


#nov
{
	float:left;
	margin-bottom:10px;
}
#nov h2
{
	width:300px;
	height:32px;
	text-indent:-5000px;
	background: #efefef url(../images/titNov.jpg) no-repeat left top;
}
#nov ol li{margin:10px 0 0 10px; width:280px; list-style:none;}
#nov ol li h3
{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#663333;
}
.data{color:#663333 !important;}
#nov ol li p
{
	font-family:Verdana, Arial;
	font-size:9px;
	color:#666666;
}
#nov a{	padding:10px 0 0 10px !important; float:left;}
/*rodape*/
#rodape {
	width:795px;
	height:30px;
	background-color:#efefef;
	border-top:5px solid #cccccc;
	float:left;
	
}
#rodape p {
	color:#666666;
	text-align:center;
	margin-top:5px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*border:1px solid red;*/
