@charset "iso-8859-1";
/* CSS Document */

html{height:100%;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	height:100%;
}

.Topo {
	width: 100%;
	height: 166px;
	float:left;
	background-image:url(../img/bkg_top.jpg);
	background-repeat:repeat-x;
}

.BoxTopo {
	width: 960px;
	margin:auto;
	height: 158px;
	background-image:url(../img/logo.png);
	padding-top: 8px;
	background-position:center;
	background-repeat:no-repeat;
}

.BoxTotalConteudo {
	width: 100%;
	float:left;
	background-image:url(../img/bkg_content.jpg);
	background-repeat:repeat-x;
}

.BoxMenu {
	width: 960px;
	height: 46px;
	margin:auto;
}

.Menu {
	width: 780px;
	height: 40px;
	margin-left: 90px;
	margin-right: 90px;
	margin-bottom: 6px;
	background-color: #5f5f5f;
}
	

.Menus {
	width: 130px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color:#FFF;
	text-align:center;
	float:left;
}

.Banner {
	width: 960px;
	height: 350px;
	margin:auto;
}

.DivContent {
	width: 960px;
	height: 16px;
	margin:auto;
	background-image:url(../img/div_content.jpg);
	background-repeat: repeat-x;	
}

.Content {
	width: 960px;
	padding-top: 10px;
	margin:auto;
}

.Pesquise {
	width: 300px;
	margin-right: 10px;
	float:left;
}

.TituloPesquise {
	width: 262px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bkg_titulo.jpg);
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	padding-left: 38px;
	margin-bottom: 5px;
}

.Destaques {
	width: 650px;
	float:left;
}

.TituloDestaques {
	width: 612px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bkg_titulo1.jpg);
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	padding-left: 38px;
	margin-bottom: 5px;
}

.Destaque {
	width: 650px;
	padding-bottom: 7px;
}

.Base {
	width: 100%;
	height: 75px;
	background-color: #faa831;
	float:left;
}

.BoxBase {
	position:relative;
	width: 960px;
	height: 75px;
	margin:auto;
	font-size:14px;
	color: #5f5f5f;
}

.BaseTable{
	position:absolute;
}

.links {
	color: #5f5f5f;
	font-size: 14px;
}

.all{
	margin-top:-75px;
	height: 100%;
	*height:100%;
}

.footerfix{
	height:75px;
}

	