﻿html, body {
	font-family:"Segoe UI";
	font-weight:normal;
	font-size:12px;
	background-color:#e8e8e8;
	margin-top:0;
}

.principal {
	width: 790px; 
	position: absolute;
	left: 50%;
	margin-left: -395px;
	background-color:#ffffff;
	padding:10px;
	padding-top:0;
}

.logo {
	height: 100px; 
	width: 590px;
	float:left;
	margin-top:0;
}

.referencia {
	height: 85px; 
	width: 200px;
	float:left;
}

.menu {
	font-size:14px;
	width:780px;
	height:41px;
	background-image:url(../images/fundo_menu.jpg);
	background-repeat:no-repeat;
}

ul.menu {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.menu li {
	display:block;
	width:195px;
	float:left;
	margin:0;
	padding:0;
}

ul.menu li a {
	float:left;
	text-decoration:none;
	padding:10px 15px;
}

ul.menu li:hover {
	height:41px;
}

ul.menu a {
	color:#ffffff;
	font-weight:bold;
}

ul.menu a:hover {
	color:#ebebeb;
	font-weight:bold;
}

.menu_2 {
	font-size:12px;
	width:634px;
	height:34px;;
	background-image:url(../images/fundo_menu_2.jpg);
	background-repeat:no-repeat;
}

ul.menu_2 {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.menu_2 li {
	display:block;
	width:auto;
	float:left;
	margin:0;
	padding:0;
}

ul.menu_2 li a {
	float:left;
	text-decoration:none;
	padding:10px 10px;
}

ul.menu_2 li:hover {
	height:41px;
}

ul.menu_2 a {
	color:#02487d;
	font-weight:bold;
}

ul.menu_2 a:hover {
	color:#333333;
	font-weight:bold;
}

.rodape {
	text-align:center;
}

.lateral_esquerda {
	width: 190px;
	height: 750px;
	float: left;
}

.lateral_direita {
	width: 520px;
	height: 750px;
	float: right;
}

.destaques {
	height: 675px;
	border:1px solid #cccccc;
}

.financiamento {
	border:1px solid #cccccc;
}

.busca_perfil {
	width:220px;
}

.central_atendimento {
	width:220px;
}

.conteudo {
	width:790px;
}