/*início - configuração geral*/

.menulink {
	font-family: arial, sans-serif;
	font-weightt: bold;
	font-size: 11px;
	color: #5e5e5e;
}
.menulink:hover {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

.menulink1 {
	font-family: arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}
.menulink1:hover {
	font-family: arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #535353;
}

.menulink2 {
	font-family:arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.menulink2:hover {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

.menulink3 {
	font-family: arial, Helvetica;
	font-weight: bold;
font-size: 14px;
	color: #fff;
}
.menulink3:hover {
	font-family: arial, Helvetica;
	font-weight: bold;
font-size: 14px;
	color: #c0cedf;
}

.menulink4 {
	font-family: arial, Helvetica;
	font-weight: bold;
font-size: 10px;
	color: #fff;
}
.menulink4:hover {
	font-family: arial, Helvetica;
	font-weight: bold;
font-size: 10px;
	color: #c0cedf;
}

A:hover {
  color: #848484;
  text-decoration: none;
  }

A {
  color: #000;
  text-decoration: none;
  }

p {
  margin: 20 20 50px;
}

.conteudo {
	color: #000000;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 24px;
}

.conteudo1 {
	color: #777777;
	font-size: 13px;
	font-family: arial, sans-serif;
}

.conteudo2 {
	color: #333333;
	font-size: 11px;
	font-family: verdana, Arial;
}

.conteudo3 {
	color: #333333;
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
}

.titulo {
	color: #516949;
	font-size: 18px;
	font-weight: bold;
	font-family: arial, sans-serif;
	
}

.titulo1 {
	color: #4f6986;
	font-weight: 400;
	font-size: 25px;
	font-family: arial, sans-serif;

}

.titulo2 {
	color: #a1b4ca;
	font-size: 15px;
	font-weight: bold;
	font-family: arial, sans-serif;
}

.titulo3 {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	font-family: arial, sans-serif;
}

.titulo4{
	color: #a1b4ca;
	font-size: 17px;
	font-weight: bold;
	font-family:  arial, sans-serif;
}


.campo-area {
	font-family: Arial;
	font-size: 12px;
	background-color: #EAEAEA;
	font-weight: normal;
	color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

.botao {
	font-family: Arial;
	font-size: 13px;
	border: 4px solid #2e6238;
	font-weight: bold;
	background-color: #2e6238;
	color: #FFFFFF;
}

/*fim - configuração geral*/ /*início - divs*/
#geral {
  width: 980px;
  margin: 0em auto;
  margin-top: 0px;
  margin-botton: 0px;
 }

/*início - topo*/
#topo {
  width: 980px;
  height: 162px;
  margin: 0px;
}
#logo {
  width: 120px;
  height: 27px;
  margin: 0px;
}

/*fim - topo*/ 

/*início - conteudo*/

#conteudo {
	width: 980px;
}

#conteudo_interno {
	width: 980px;
	background:#FFF;
	height:auto;
}

#conteudo_interno2 {
	width: 980px;
	height:1000px;
	background:#ffa1a1;
	height:auto;
}

#slider {
	width: 980px;
	height: 400px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#area {
	width: 980px;
	float: left;
	background-color:#FFFFFF;
	
}

#area1 {
	width: 960px;
	height: 16px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 8px 20px 0px 0px;
	text-align:right;
	background-color:#FFFFFF;


}

#area2 {
	width: 980px;
	height: 18px;
	float: left;
	background-color:#FFFFFF;
}

#titulos {
  width: auto;
  margin: 8px 0px 8px 12px;
  height: auto;
  float: left;
}

#rodape {
	float: left;
	width: 100%;
	height: 40px;
	background-color:#28405a;
	color:#FFFFFF;
	position: absolute;
	bottom: 0;
	
}

#rodape2 {
	float: left;
	width: 100%;
	height: 40px;
	background-color:#28405a;
	color:#FFFFFF;
}

#rodape1 {
	float: left;
	width: 100%;
	height: 296px;
	background-image:url(../images/rj.jpg);
}

/*fim - conteúdo*/
