@charset "utf-8";

html, body {
	height: 100%;
	}

#global {
	min-height: 100%; 
	position: relative;
	}

/* hack para IE6 que trata height como min-height */
* html #global {
	height: 100%;
	}
	
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#header {
	background-image: url(../img/bg2_fill.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 95px;
}
#header_banner {
	background-image: url(../img/banner_01_liso.gif);
	background-repeat: no-repeat;
	height: 197px;
	width: 100%;
	background-color: #028AC6;
}
.menu {
	color: #FFFFFF;
	float: right;
	position: relative;
	margin-top: 40px;
	margin-right: 150px;
	font-size: 13px;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	color: #3FA7D5;
	font-weight: bold;
}
#conteudo {
	height: auto;
	width: 100%;
}
#conteudo_c {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 150px;
	text-align: justify;
}
.esq {
	width: 550px;
	float: left;
	text-align: left;
}

#global #conteudo #conteudo_c strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2095C0;
	font-size: 13px;
}

#rodape {
	height: 100px;
	width: 100%;
	background-color: #2D374B;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: -1px;
}
.previa {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.rodape_central {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.rodape_central a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.rodape_central a:hover {
	color: #028AC6;
}

#rodape .end {
	width: 250px;
	margin-top: 24px;
	margin-left: 50px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	
}
#rodape .end2 {
	width: 280px;
	float: left;
	margin-top: 24px;
	margin-left: 15px;
}

.logo {
	float: left;
	margin-left: 50px;
}
#email {
	width: 550px;
}
