/* FOLHA DE ESTILOS GERAL DO SITE: AQUI DEVERÃO ENTRAR OS ESTILOS GENÉRICOS PARA O SITE*/
/* Definições dos elementos do site */
body{
	text-align: center;
	margin:0px;
	padding:0px;
	background: url("") #002b5c repeat-x;
}

div, td, select, input, textarea, a{
	font-family: verdana, arial, heveltica;
	font-size:12px;
	color: #6d6f71;
}

img{
	border:0px;
}

form{
	margin:0px;
	padding:0px;
}

ul, ol, li{
	margin:0px;
	padding:0px;
	list-style: none;
}

a{
	outline: none;
}

/* Fim das definições dos elementos do site */

/* Definições da estrutura do site */
#controlaConteudo{
	width:966px;
	position:relative;
	margin:auto;
	text-align:left;
}

#topo{
	background: url('/images/topo.gif') no-repeat top center;
	margin: 10px 0px 0px 0px;
	padding:10px;
	height: 95px;
}

#logo{
	margin:15px 30px 0px 0px;
	float:left;
}

/* Definições do menu do topo */

#menuTopo{
	float:left;
	margin: 30px 0px 0px 40px;
	height: 45px;
	position: relative;
}

#menuTopo li{
	float: left;
}

#menuTopo li a{
	color: #6d6f71;
	display: block;
	float: left;
	padding: 5px 15px 1px 15px;
	height: 20px;
	background: url('/images/linha_menu.gif') no-repeat right 5px;
	text-decoration:none;
}

#menuTopo li a:hover, #menuTopo .menuMarcado a{
	color: #7bc143;
}

#menuTopo li .segundoNivel{
	display:none;
	position:absolute;
	top:26px;
	left:0px;
	width: 503px;
}

#menuTopo li .segundoNivel li a{
	background: #fff;
	color: #6d6f71;
	display: block;
	float: left;
	padding: 3px 15px 3px 15px;
	border-right:none;
	text-decoration:none;
}

#menuTopo li .segundoNivel li a:hover{
	color: #6d6f71!important;
	font-weight: bold;
}

#container{
	background: url('/images/conteudo.jpg') no-repeat top center;
	margin: 0px 0px 5px 0px;
	padding: 50px 0px 0px 0px;
	height: 407px;
}

#lateral{
	float:left;
	text-align: right;
	width:130px;
	border-right:1px solid #dadada;
	height:360px;
}

#lateral h1{
	font-size: 14px;
	color: #7bc143;
	margin: 0px 5px 0px 20px
}

#conteudo{
	display:none;
	float:left;
	width:818px;
}

#texto{
	float:left;
	padding: 5px;
	overflow-y: auto;
	margin: 0px 0px 0px 10px;
	width: 450px;
	height:310px;
	line-height : 16px;
}

h2{
	font-size: 13px;
	margin: 10px 0px 12px 16px
}

#rodape{
	background: url('/images/rodape.jpg') no-repeat top center;
	width:966px;
	text-align: center;
	margin-top: -7px;
	padding-top: 12px;
	color: #264b74;
	font-size:11px;
	clear:both;
}

/* Fim das definições da estrutura do site */

/* Definições do contedo */
.floatLeft{
	float:left;
}

.floatLeftImg{
	float:left;
	margin-right:10px;
}

.floatRight{
	float:right;
}

.floatRightImg{
	float:right;
	margin-left:10px;
}

.center{
	text-align:center;
}

.clear{
	clear:both;
}

.block{
	display:block;
}

.none{
	display:none;
}
/*Fim das definições do conteudo*/

#destaqueArea{
	float:right;
	margin: 0px 15px 0px 0px;
}

#btnIdioma{
	float:right;
	margin: 30px 55px 0px 0px;
}
