<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { margin: 0; padding: 0; z-index: 1;
} 
html, body { height: 100%;
} 
#total {
	width: 790px;
	text-align: center;
	position: relative;
	min-height: 100%;
	margin:0 auto;
	background: url('../img/sombra.png') center;
}
* html #total { height: 100%; } 
#conteudo {
	width: 780px;
	margin-left: 5px;
	padding-bottom: 125px;
	background: #FFF;
}
/* contendo float */
.contemfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.contemfloat { display: inline-block; }
/* Hides from IE-mac \*/
* .contemfloat { height: 1%; }
.contemfloat { display: block; }
/* End hide from IE-mac */
#anima {
	position:relative;  /*Contexto de posicionamento */
	margin:0;
	text-align:center;
}	
#data {
	padding: 10px 0 0 0;
	float:right;
	margin-left: 76%;
	font-family:Verdana;
	font-size:10px;
	color: #464646;
	z-index: 5;
	position: absolute;
}
#rodape{
	width: 780px;
	height: 95px;
	min-height: 95px;
	bottom: 0;
	left: 5px;
	position: absolute;
	text-align: center;
	display:inline;
	background: url('../img/back_endereco.gif');
}
#rodape1{
	width: 30%;
	height: 75px;
	z-index:5;
	margin-top: 10px;
	padding: 10px 20px 0 15px;
	float:right;
	display:inline;
	background: url('../img/separador.gif') no-repeat left;	
	text-align: justify;
}
#rodape2{
	width: 22%;
	height: 75px;
	z-index:5;
	margin-top: 10px;
	padding: 10px 20px 0 15px;
	float:right;
	display:inline;
	background: url('../img/separador.gif') no-repeat left;	
	text-align: justify;
}
#clear{
	clear:both;
}
#meio {
	width: 680px;
	text-align: justify;
	padding: 10px 50px 10px 50px;
	display:inline-block;
}
#meio1{
	width: 44%;
	z-index:5;
	padding: 0 40px 0 0;
	float:left;
	display:inline;
	text-align: justify;
	border-right: 1px solid #ffff00;
}
#meio2{
	width: 44%; 
	z-index:5;
	float:right;
	display:inline;
	text-align: justify;
}
#obras1{
	width: 60%;
	z-index:5;
	padding: 10px 25px 10px 30px;
	float:left;
	display:inline;
	text-align: justify;
}
#obras2{
	width: 245px; 
	padding: 40px 0 40px 0;
	z-index:5;
	float:right;
	display:inline;
	text-align: right;
}
#submenu {
	width: 740px;
	border: 0;
	height: 25px;
	min-height: 25px;
	padding: 0 20px 10px 20px;
	position: relative;
	text-align: center;
}</pre></body></html>