body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td,div{font-size:11px}

#menuCategoria{
	width:190px; 
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	
}

#menuCategoria #tituloMenu{
	padding-top:3px;
	padding-bottom:5px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

#menuCategoria ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	border:1px solid #ccc;	
}

#menuCategoria li{
	background-image:url(/imagens/image9.png);
	background-repeat:no-repeat;
	background-position:3px 2px;
	padding-left:17px;
	padding-bottom:5px;	
}

#menuCategoria li a{
	color:#0D3859;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#cabecalho{
	display:table;
	width:100%;
	border-bottom:1px solid #ccc;
	line-height:20px;
}

#detalhe #cabecalho #titulo{
	float:left;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#00923F;
}

#detalhe #cabecalho #voltar{
	float:right;
	font-weight:bold;
}

/* NOTICIA */
#detalhe #textos{
	float:left;	
	display:table;
	width:460px;
	margin-top:10px;
}

#detalhe #textos #categoria{
	float:right;	
}

#detalhe #textos #data{
	float:left;	
}

#detalhe #textos #autor{
	float:left;	
	clear:both;
	color:#0D3859;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

#detalhe #textos #chamada{
	display:table;
	clear:both;
}

#detalhe #textos #texto{
	display:table;
	clear:both;
}

/* FOTO */
#detalhe #foto{
	float:left;	
	display:table;
	width:250px;
	margin-top:10px;
	padding-left:10px;
}

#detalhe #foto .botoes{
	margin-top:5px;
	margin-bottom:5px;
	display:table;
	width:250px;
	font-weight:bold;
	font-size:9px;
}

#detalhe #foto .botoes .prev{
	float:left;
	cursor:pointer;
}

#detalhe #foto .botoes .next{
	float:right;
	cursor:pointer;
}

#detalhe #foto .grande{
	border:1px solid #ccc;
	text-align:center;
}

#detalhe #foto .pqno{
	width:250px;
	overflow:hidden;	
	position:relative;
}

#detalhe #foto ul{
	list-style-type:none;
	padding:0px;
	margin:0px;	
}

#detalhe #foto li{
	text-align:center;
	padding-left:15px;
	padding-right:10px;
	width:100px;
	height:75px;
}

#detalhe #foto li img{
	cursor:pointer;
}
