
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900');
@import url("jscripts/font-awesome/css/font-awesome.min.css");

/*********/
/* Geral */
/*********/
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #444;
	background: #f9f9f9;
}

.geral{
	background: #f9f9f9;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #333;
}
	
a{
	text-decoration: underline;
	color: #444;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}
	
a:hover{
	text-decoration: none;
}

strong, b{
	font-weight: 700;
}
	
em, i{
	font-style: italic;
}

p{
	margin-bottom: 0.6em;
}

img{max-width:100%;}

.titulo {visibility:hidden;overflow:hidden;line-height:0;padding:0;font-size:0px;}
.warning{color: #CC0000;}


/*******************/
/* Section/Article */
/*******************/
section, article{
	margin-bottom: 0;
}
		
section > :last-child, article > :last-child{
	margin-bottom: 0;
}

section:last-child, article:last-child{
	margin-bottom: 0;
}
		

/************/
/* Wrappers */
/************/
.wrapper{
	position: relative;
}

.tituloSite{
        overflow: hidden;
        height:50px;
        width:90%;
	text-align:center;
	margin:0 auto;
}

.wrapper .title{
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	display: block;
	font-weight: 700;
	letter-spacing: 0.05em;
	-moz-border-top-left-radius:5px; -webkit-top-left-radius:5px; border-top-left-radius:5px;
	-moz-border-top-right-radius:5px; -webkit-top-right-radius:5px; border-top-right-radius:5px;
}
		
.wrapper .title:before{
	content: '';
	position: absolute;
	bottom: -38px;
	left: -35px;
	width: 35px;
	height: 38px;
	background: url('https://est.no.comunidades.net/estilos/style60/04/css/images/shadow.png');
}
		
.wrapper .title:after{
	content: '';
	position: absolute;
	bottom: -38px;
	right: -35px;
	width: 35px;
	height: 38px;
	background: url('https://est.no.comunidades.net/estilos/style60/04/css/images/shadow.png');
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}


/***********/
/* Estilo2 */
/***********/
.wrapper.style2{
	background2: #f9f9f9;
}
		
.wrapper.style2 .title{
	background2: #f9f9f9;
	color: #999;
}


/***********/
/* Estilo3 */
/***********/
.wrapper.style3{
	background: #f3f3f3 url('https://est.no.comunidades.net/estilos/style60/04/css/images/overlay.png');
}
		
.wrapper.style3 .title{
	background: #f3f3f3 url('https://est.no.comunidades.net/estilos/style60/04/css/images/overlay.png');
	color: #888;
}
			

/**********/
/* Header */
/**********/
#header-wrapper{

}

#footer-wrapper{
	color: #eee;
	color: rgba(255,255,255,0.9);
}


/********/
/* Topo */
/********/
#topo{padding-bottom:20px; clear:both; text-align:center;}


/************/
/* Conteudo */
/************/
.post p{
	text-align: justify;
}


/****************/
/* Menu Lateral */
/****************/
.graphite {padding-top:0px;}
.graphite .accordion a {color: #36C;}
.graphite .accordion ul a {color: #36C;}
.graphite .accordion a.dcjq-parent {color: #36C;}
.graphite .accordion a.dcjq-parent:hover {color: #333;}
.graphite .accordion a:hover {color: #333;}

ul,li{border:0;outline:none;margin:0;padding:0;}
ul, ul li{list-style: none;}
.graphite {margin-bottom: 30px;}
.graphite .accordion {font-size:14pt;}
.graphite .accordion, .graphite .accordion li {margin: 0; padding: 0; border: none;}
.graphite .accordion a {padding: 6px 0px 6px 25px;  text-decoration:none; margin-top: 0px; display: block; position: relative;}
.graphite .accordion li a {background: url(https://est.no.comunidades.net/estilos/html5/arrow_black_right7.png) no-repeat 0 54%;}
.graphite .accordion ul a {padding-left:25px; background:none;}
.graphite .accordion a .dcjq-icon {position: absolute; top: 50%; left: 0px; width: 20px; margin-top: -7px; height: 15px;}
.graphite .accordion a.dcjq-parent.active .dcjq-icon {background: url(https://est.no.comunidades.net/estilos/html5/arrow_black_down7.png) no-repeat 0 center;}
.graphite .accordion a:active{}


/**********/
/* Coluna */
/**********/
.coluna {
        margin-top:8px;
}


/**********/
/* Footer */
/**********/
#footer-wrapper {
	background: #282b34 url('https://est.no.comunidades.net/estilos/style60/04/css/images/overlay.png');
	color: #eee;
}
		
#footer-wrapper #footer{	
	text-align: center;
}

#footer-wrapper a{
	color: #eee;
	text-decoration: underline;
}
		
#footer-wrapper a:hover{
	text-decoration: none;
}


/********/
/* Site */
/********/

/* 2 Colunas */
.\33 u, .\33 u\24 { width: 25%; clear: none; margin-left: 0; }
.\39 u, .\39 u\24 { width: 75%; clear: none; margin-left: 0; }

/* 3 Colunas */
.\32 u, .\32 u\24 { width: 21%; clear: none; margin-left: 0; }
.\38 u, .\38 u\24 { width: 58%; clear: none; margin-left: 0; }

