
body{
	font-size: 14pt;
	line-height: 1.5em;
	letter-spacing: 0.025em;
	min-width: 1200px;
}

section, article{
	margin: 0 0 5em 0;
}

		
/************/
/* Wrappers */
/************/
.wrapper{
	padding: 3.5em 0 3em 0;
}

.wrapper .title{
	font-size: 1.4em;
	width: 20em;
	height: 2.25em;
	top: -2.25em;
	line-height: 2.25em;
	margin-bottom: -2.25em;
	margin-left: -10em;
	padding-top: 0.5em;
}

#header-wrapper{
	padding: 0;
}


/**********/
/* Header */
/**********/
#header{
	position: relative;
	padding: 13em 0;
}


/***************/
/* Menu do Top */
/***************/
#nav{
	position: absolute;
	/*position: fixed;*/
	display: block;
	top: 2.0em;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999999;
	white-space:nowrap;
	overflow:hidden;
}

#nav > ul > li > ul{
	display: none;
}

#nav > ul{
	display: inline-block;
	border-radius: 0.35em;
	background-color: rgba(39,42,51,0.8);
	padding: 0 1.5em 0 1.5em;
}

#nav > ul > li{
	display: inline-block;
	text-align: center;
	padding: 0 1.5em 0 1.5em;
}
		
#nav > ul > li > a,
#nav > ul > li > span{
	display: block;
	color: #ddd;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.7em;
	letter-spacing: 0.2em;
	height: 5em;
	line-height: 5em;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	outline: 0;
}
			
#nav > ul > li:hover > a,
#nav > ul > li.active > a,
#nav > ul > li.active > span{
	color: #fff;
}

.dropotron{
	background: #222835 url('https://est.no.comunidades.net/estilos/style60/04/css/images/overlay.png');
	background-color: rgba(39,42,51,0.8);
	padding: 1em 1.5em 1em 1.5em;
	border-radius: 0.35em;
	text-align: left;
	margin-top: -1.25em;
	margin-left: -1px;
}
	
.dropotron.level-0{
	margin-top: -1px;
	margin-left: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
	
.dropotron a, .dropotron span{
	display: block;
	color: #eee;
	color: rgba(255,255,255,0.75);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.7em;
	letter-spacing: 0.25em;
	border-top: solid 1px rgba(255,255,255,0.15);
	line-height: 3em;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
		
.dropotron li:first-child a,
.dropotron li:first-child span{
	border-top: 0;
}
		
.dropotron li:hover > a,
.dropotron li:hover > span{
	color: #fff;
}


/************/
/* Conteudo */
/************/
#main{
	margin-top: 0px;
	margin-bottom: 1em;
}

