/*
estrutura geral de divs
*/
html, body {
	height:100%;
}

body {
	background:url(../img/fundo-total.jpg) top center no-repeat #5BB6FF;
	margin:0px auto;

}

#all{
	background: url(../img/fundo-rodape.png) bottom center no-repeat;
	z-index:0;
	min-height:100%;
}

#container{
	margin:0px auto;
	width:900px;
	position:relative;
}

#topo {
	height:160px;
	background-color:333;
}

#logotipo{
	position:absolute;
	top:42px;
	left:90px;
}

#social-media{
	position:absolute;
	top:42px;
	right:90px;
	
}

#top-menu{
	margin:0px auto;
	width:839px;
	height:40px;
	background: url(../img/fundo-menu-top.png);
	border:1px solid #b1dcff;
	top:160px;
}

#destaque{
	height:160px;
	background: url(../img/fundo-destaque.png) top center no-repeat; 
	position:absolute;
	top:344px;
	width:900px;
}

#destaque-content{
	color:#FFFFFF;
	padding-left:62px;
	padding-top:18px;
	width:775px;
	}

#destaque-content img {
margin-right:0px;
}	
	
/*Propriedades da Tabela de Destaque*/

#col01 {
width:8%;
}

#col02 {
width:23%;
}

#col03{
width:8%;
}

#col04 {
width:23%;
}

#col05 {
width:8%;
}

#col06{
width:23%;
}

#page-content{
	margin:0px auto;
	width:720px;
	background-color:#fff;
	border:1px solid #b6dfff;	
	margin-top:35px;
}

#page-content-top{
	height:94px;
}

#page-content-middle{
	height:137px;
}

#page-content-bottom{
	!padding-bottom:10px;
}


.conteudo-esq{
width:480px;
padding:10px;
}

.conteudo-dir{
width:190px;
padding:10px;
border-left:1px solid #f3f3f3;

}

#all-sections{
	margin:0px auto;
	width:770px;
	background-color:#52a3e5;
	border:1px solid #6bbdff;
	margin-top:35px;
	padding:10px;
}

#rodape{
	height:190px;
}

#rodape-content{
	margin:0 auto;
	width:740px;
	padding:10px;
	color:#fff;
}

#rod-esq{
	float:left;
}

#rod-dir{
	float:right;
	font-size:1.4em;
}
