body {
	font: 1em/150% Arial, Helvetica, sans-serif;
    background-image: url('/imagens/fundo.jpg');
    width: 100%;
	height: 100%;
    margin: 0px auto;
    padding: 0px;
    
}

body {
	 background: url('/imagens/fundo.jpg') center center no-repeat fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	color: #669;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font: bold 36px/100% Arial, Helvetica, sans-serif;
}

/************************************************************************************
ESTRUTURA
*************************************************************************************/
#pagewrap {
	padding: 0px;
	width: 100%;
	margin: 0px auto;
    
}
#header {
	height: 380px;
    
}
#content {
    text-align: center;
    /*clear: both;
	width: 600px;
	float: left;*/
}

.aviso{
    
    width: 49%;
    float: left;
     
}
.texto_aviso{
    
    width: 50%;
    float: right;
   
}

#sidebar {
	width: 300px;
	float: right;
}
#footer {
	clear: both;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* para 980px ou menos */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 94%;
	}
	/*#sidebar {
		width: 30%;
	}*/

}

/* para 700px ou menos */
@media screen and (max-width: 700px) {

	#content {
		width: auto;
		float: none;
	}
	/*#sidebar {
		width: auto;
		float: none;
	}*/

}

/* para 480px ou menos */
@media screen and (max-width: 480px) {

	#header {
		height: auto;
	}
	h1 {
		font-size: 24px;
	}
	/*#sidebar {
		display: none;
	}*/

}

/* bordas e linhas */
#content {
	
    background: rgba(255,255,255,0.8);
}
#sidebar {
	background: #f0efef;
}
#header, #content, #sidebar {
	margin-bottom: 5px;
}
#aviso, #texto_aviso {
/*border: solid 1px #ccc;*/	
}
