/*INÍCIO - TAGS GENÉRICAS*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-color: #F2FAF2;
}

a {
	font-weight: bold;
	color: #006633;
}

a:hover {
	color: #009900;
}

li{
	list-style-type: none;
	border-bottom: 2px solid #FFF;
}

/*FIM - TAGS GENÉRICAS*/

.Titulo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}

.Titulo2 {
	font-size: 11px;
	font-weight: bolder;
	color: #006600;
	text-decoration: none;
}

.texto1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
}

.texto2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
}

.textoBranco {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

.Autor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.Texto1_adm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
.textoAlerta1 {
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

.Menu {
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}
hr {
	color: #FFFFFF;
}

#selecionanoticia {
	display: none;
}

.boxDir {
	position: relative;
	width: 100%-5px;
/*	text-align:center;*/
	padding: 2px 5px 5px 5px;
	background: #E5F9F8 URL(imagens/caixa_fundo.jpg) 0px -1px repeat-x;
	border: 1px solid #060;
}

#divw3c {
	text-align:right;
	position: static;
	z-index:1;
	bottom: auto;
	left: auto;
	right: auto;
	elevation: level;
}
/* INÍCIO - CONTROLE DE LAYOUT */
#marca{
	position: absolute;
	height: 128px;
	width: 100px;
}

#bannerSuperior{
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: 0px;
	height: 60px;
	width: 468px;
}

#redesSociais{
	position: relative;
	top: 30px;
	margin-left: auto;
	margin-right: 0px;
	height: 40px;
	width: 468px;
	text-align: right;
}

.botao1{
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px #FFF, -1px -1px #CCC;
	background: transparent URL(imagens/botao1.png) 0px 0px repeat-x;
	border: 1px solid #CCC;
	-moz-border-radius: 0.3em; /*Cantos arredondados para Firefox e outros*/
	-webkit-border-radius: 0.3em;
	-khtml-border-radius: 3px;
}

.botao1:hover{
	text-shadow: 1px 1px #CCC, -1px -1px #FFF;
	border: 1px solid #999;
}

#pagina{
	width: 760px;
	margin: auto;
}

#superior{
	
}

#conteudo{
	position: relative;
	min-height: 410px;
}

#rodape {
	width: 760px;
	margin: auto;
	color: #FFF;
	text-align:center;
	font-size: 9px;
	line-height:150%;
	background: #060;
}

#boasVindas{
	height: 20px;
	width: 100%;
	padding: 3px 0px 0px 5px;
	margin-top: 5px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px #060, -1px -1px #060;
	background: transparent url(imagens/barra_superior.jpg) no-repeat;
}

#publicidade{
	width: (100%)-15px;
	padding: 0px 0px 5px 15px;
	border-top: 1px solid #060;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

#utilidadePublica{
	width: (100%)-15px;
	padding: 0px 0px 5px 15px;
	border-top: 1px solid #060;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

#paginas{
	position: inherit;
	top: 0px;
	left: 21%;
	width: 53%;
/*	margin: 4px;*/
}

#colunaEsquerda{
	position: absolute;
	width: 20%;
}

#colunaDireita{
	position: absolute;
	top: 2px;
	right: 0px;
	margin-right: 0px;
	margin-left: auto;
	width: 25%;
}

.textoBoxDir{
	color: #FFF;
	text-shadow: 1px 1px #060, -1px -1px #060;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

#destaque{
	height: 17px;
	padding: 3px;
	background-color: #F7D533;
}
/* FIM - CONTROLE DE LAYOUT */
