/****************************/
/** CSS By Eduardo Resende **/
/****************************/

/******************/
/** Barra Titulo **/
/******************/

#barraTit{
	width: 736px;
	height: 57px;
	clear: both;
}

.barraTitBorda{
	width: 736px;
	height: 5px;
	clear: both;
}

#barraTitCont{
	width: 736px;
	height: 47px;
	background-image: url(../imagens/barra_tit_bg.gif);
	background-repeat: repeat-x;
	clear: both;
}

#txtBarraTit{
	width: 172px;
	height: 17px;
	padding-top: 16px;
	padding-left: 28px;
}

/**************/
/** Conteúdo **/
/**************/

#conteudoGeral{
	width: 736px;
	height: auto;
	margin-top: 13px;
	clear: both;
}

#contEsqueda{
	width: 200px;
	height: auto;
	float: left;
}

#contDireita{
	width: 493px;
	height: auto;
	float: right;
	padding-left: 28px;
	padding-right: 15px;
}

#contAssistente{
	width: 736px;
	height: auto;
	clear:both;
}


/* Menu Lateral */
.mLateralBorda{
	width: 200px;
	height: 5px;
	clear: both;
}

#mLateralCont{
	width: 200px;
	height: auto;
	background-image: url(../imagens/m_lateral_bg.gif);
	background-repeat: repeat-y;
	clear: both;
}

#mLateralCont ul{
	padding: 3px 0px 3px 8px;
	margin: 0px;
}

#mLateralCont li{
	list-style: none;
	padding-left: 8px;
	font-family: "Verdana", Arial, Helvetica;
	font-size: 10px;
	color: #454545;
	padding-top: 2px;
	padding-bottom: 2px;
}

#mLateralCont li a{
	background-image: url(../imagens/li01.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
	color: #454545;
}

#mLateralCont li a:hover{
	background-image: url(../imagens/li02.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
	color: #000;
}
/* Fim Menu Lateral */

/* Migalha */
#migalha{
	width: 100%;
	height: 15px;
	border-bottom: solid 1px #EAEEF2;
	font-family: "Verdana", Arial, Helvetica;
	font-size: 9px;
	color: #19435E;
}

#migalha a{
	color: #787878;
	text-decoration: none;
}

#migalha a:hover{
	color: #787878;
	text-decoration: underline;
}
/* Fim Migalha */

/* Conteudo */
#conteudo{
	width: 100%;
	height: auto;
	margin-top: 12px;	
}

#bIntEmpresa{
	width:490px;
	height:101px;
	border-bottom:dashed 1px #DCDCDC;
	padding-top:10px;
	margin-bottom:15px;
	padding-bottom:15px;
}

#bInt01{
	width:210px;
	height:101px;
	float:left;
}

#bInt02{
	float:left;
	width:270px;
	height:101px;
	padding-left:10px;
}

.consBox01{
	width:363px;
	height:59px;
	margin-bottom:12px;
	clear:both;
}

.consBox02{
	width:101px;
	height:59px;
	float:left;
}

.consBox03{
	width:101px;
	height:59px;
	float:left;
	margin-left:30px;
}

.consBox04{
	width:363px;
	height:59px;
	margin-bottom:12px;
	margin-top:12px;
	clear:both;
}

.infoBoxCons{
	width:294px;
	height:18px;
	border-bottom: dashed 1px #DDDDDD;
	margin-top: 2px;
	/*margin-bottom: 5px;*/
}

.infoBoxBt{
	width:11px;
	/*height:7px;*/
	float:left;
	margin-top: 5px;
	margin-right: 5px;
}

.infoBoxTxt{
	width:272px;
	/*height:7px;*/
	float:left;
	/*padding-top:2px;*/
}

.concessionarias{
	width: 170px;
	height: 112px;
	float:left;
	margin-right:24px;
	margin-bottom:15px;
}
/* Fim Conteudo */


/************/
/** Fontes **/
/************/
h3{
	font-family: "Verdana", Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #2D5D7C;
	margin-top: 0px;
	margin-bottom: 12px;
}

p{
	font-family: "Verdana", Arial, Helvetica;
	font-size: 11px;
	color: #363636;
	line-height: 15px;
	margin: 0px;
}

p a{
	color: #363636;
	text-decoration: none;
}

p a:hover{
	color: #363636;
	text-decoration: underline;
}

br{
	line-height: 12px;
}

.azulClaro{
	color: #0D5296;
}

.azul, .azul a, .azul a:hover{
	color: #3C5E81;
}

.laranja{
	color:#EE9841;
}

.vermelho{
	color: #D70000;
}

hr{
	height: 1px;
	border-top: dashed 1px #DDDDDD;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.hr{
	height: 1px;
	border-top: dashed 1px #DDDDDD;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0px;
	margin: 0px;
}