body {
background: #E2FEFF;

}
/* ========================================================================= */

#div_corpo{
	width:  794px;
	height: auto;
	margin: 0 auto;
	border: #67905A	0px solid;
	}
	
#div_cabecalho{
	width: 794px;
	height:180px;
	background-image: URL("/imagem/estacaodigital/cabecalho.jpg");
	}

#div_cabtitulo{
	width:  794px;
	height: 47px;
	background-image: URL("/imagem/estacaodigital/cab_titulo.jpg");
}
	
#div_menu{
	width: 175px;
	height: auto;
	margin: auto;
	text-align: left;
	float: left;
	padding: 0;
	}
	
#div_conteudo{
	width: 619px;
	height: auto;
	margin: 0 auto;
	float: right;
	border: #9BCD9B	0px solid;
	}

#div_texto{
	width: 581px;
	height: auto;
	margin: 0 auto;
	text_align: left;
	padding: 5px;
	float: left;
	border: #9BCD9B	0px solid;
	}

#div_detalhe{
	width: 22px;
	height: 65px;
	float: right;
	background-image: url("/imagem/estacaodigital/detalhe.jpg");
	background-repeat: no-repeat;
	}	
 


/* ========================================================================= */

p {text-align:justify;
   text-indent: 25px;
}
p.estdig {
 	text-align:justify;
	letter-spacing: 1px;
}
p.titulo {
  font-style: normal;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 25px;
  font-family: Verdana, Sans-Serif;
  text-align:right;
  color: #000;
  margin: 0;
  padding: 7px 33px 3px 5px;
	}

a.lnk1:link {text-decoration: underline; color: black;}
a.lnk1:visited {text-decoration: underline; color: black;}
a.lnk1:hover {text-decoration: underline; color: black;}
a.lnk1:active {text-decoration: underline; color: black;}

/* ========================================================================= */

/* ======*/
/* 	MENU */
/* ======*/
#menubv {
	width: 170px;
	padding: 0;
	margin: 0;
	font: 11px Verdana, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#menubv li {
	border-bottom: 1px solid #374343;
	margin: 0;
}
#menubv li a {
	display: block;
	padding: 5px 0px 5px 0.5em;
	font-weight:bold;
	border-left: 10px solid #D4DACC;
	background-color: #ECEDD2;
	color: #15501a;
	text-decoration: none;
}
#menubv li a:hover {
	border-left: 10px solid #12368a;
	background-color: #c9d4cc;
	text-indent: 10px;
	color: #0f0f55;
}
/* Fix IE. Hide from IE Mac \*/
* html #menubv ul li { float: left; height: 1%; }
* html #menubv ul li a { height: 1%; }
/* End */

/* == Fim menu ==*/
