body{
	border: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;	
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#div_menu {
	z-index:200;
	position:absolute;
	width:182px;
	height:466px;
	left: 1px;
	top: 51px;
}

.cabecalho{
	width: 920px;
	margin-left: 78px;
	text-align: left;
}

#cemporcento{
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

#tudo{
	width: 999px; 
	background: url("../img/fundo_borda.jpg") no-repeat center top;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}

#geralzao{
	
	background: url("../img/borda.jpg");
	width: 999px;
	margin-bottom: 0px;	
}

.geral{
	
	width: 918px;
	height: 100%;
	_height: 450px;
	position: relative;
	left: 71px;	
	background-image: url("../img/fundo_conteudo2.png");
	background-repeat: no-repeat;
}

.linha{
	width: 100%;
	height: 100%;
}

.menu {
	font-family:Tahoma;
	color:#FFF; 
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

.a_menu {
	position:relative;
	z-index:200;
}

.submenu {
	z-index:100;
	visibility:hidden;
	position:absolute;
	width:168px;
	background-color:#274F72;
	left:-5px;
	top:-12px;
}

#menu_sup {
	background-image: url("../img/fundo_menu_sup.png");
	position:relative;
	width:200px;
	z-index:2;
	float: left;
}

#menu_inf {
	background-image: url("../img/fundo_menu.png");
	position:relative;
	width:200px;
	z-index:0;
	float: left;
}
.conteudo {
	background-image: url("../img/linha_conteudo.png"); 
	position:relative;
	width:708px;
	float: right;
	padding:5px;
	min-height: 450px;
	height: 100%;
}

.rodape {
	background: url("../img/rodape.jpg") center no-repeat;
	height: 123px;
	clear: both;
	
}

/* estilo para home */
#titulo_noticia {
	color: #293462;
	font-size: 26px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	position: relative;
	margin-left: 50px;
}

#noticia {
	text-align: center;
	position: absolute;
	left: 40px;
	width: 647px;
}

#destaque {
	text-align: center;
	position: absolute;
	top: 240px;
	left: 35px;
	width: 647px;
}

.texto_noricia {
	background-image: url("../img/texto_noticia.jpg");
	padding: 15px;
	padding-bottom: 15px;	
	position: relative;
	width: 335px;
	height: 125px;
	float: left;
	top: 23px;
	text-align: justify;
	font-size: 12px;
}

.foto_noticia {
	background-image: url("../img/foto_noticia.jpg");
	text-align: center;
	padding: 5px;
	position: relative;
	width: 272px;
	height: 187px;
	float: right;	
}

.texto_noticia_sem_foto {
	background: url("../img/texto_sem_foto.jpg") no-repeat;
	padding: 15px;
	padding-bottom: 15px;	
	position: relative;
	width: 618px;
	height: 125px;
	top: 23px;
	text-align: justify;
	font-size: 12px;
}

.texto_destaque {
	background-image: url("../img/texto_destaque.jpg");
	padding: 15px;
/*	margin: 15px;
	_margin: 10px;*/
	padding-bottom: 15px;	
	position: relative;
	width: 335px;
	height: 125px;
	float: right;
	top: 23px;
	font-size: 12px;
	text-align: justify;
}

.foto_destaque {
	background-image: url("../img/foto_destaque.jpg");
	text-align: center;
	padding: 5px;
	position: relative;
	width: 272px;
	height: 187px;
	float: left;	
}

.texto_destaque_sem_foto {
	background: url("../img/texto_sem_foto.jpg") no-repeat;
	padding: 15px;
	padding-bottom: 15px;	
	position: relative;
	width: 618px;
	height: 125px;
	top: 23px;
	font-size: 12px;
	text-align: justify;
}

.mais_noticias {
	position: absolute;
	top: 440px;
	z-index: 500;
	left: 580px;
}

/* fim estilo para home */

.linha_select {
	color: #FFFFFF;
	background: #293462;
}

.linha_clara {
	color: #FFFFFF;
	background: #5A7994;
}

.titulo {
	color: #293462;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size:12px;
}

.txtvermelho {
	color: #FF3333;
}