@charset "utf-8";

/** Tags ********************************************************************************************************/
body {
	background-color: #787878;
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active{
	color: #00f;
	text-decoration: none;
}

a:hover{
	color: #00f;
	text-decoration: underline;
}

/** HP **********************************************************************************************************/
#apresentacao{
	position: absolute;
}

.idiomas{
	color: #CCC;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}
	.idiomas a:link, .idiomas a:visited, .idiomas a:active{
		text-decoration: none;
		color:#CCC;
	}	
	.idiomas a:hover{
		color:#FFF;
	}
	
/** Container ***************************************************************************************************/
#container{
	background-color: #fff;
	margin: 0 auto;
	width: 769px;
	border: 5px solid #ccc;
	border-bottom: none;
	border-top: none;
}

/** Menu ********************************************************************************************************/
#menu{
	background: #C4D7ED url(../img/m_null.gif) repeat-x;
	background-position: 0 3px;
	padding-top: 3px;
}

/** Conteudo ****************************************************************************************************/
#conteudo{
	padding: 15px;
	width: 738px;
}

#box_pesq{
	background: url(../br/img/box_pesq.gif) no-repeat;
	height: 103px;
	padding: 78px 13px 13px 14px;
	width: 534px;
}

#box_pesqen{
	background: url(../en/img/box_pesq.gif) no-repeat;
	height: 103px;
	padding: 78px 13px 13px 14px;
	width: 534px;
}

#box_pesqes{
	background: url(../es/img/box_pesq.gif) no-repeat;
	height: 103px;
	padding: 78px 13px 13px 14px;
	width: 534px;
}

.campo_pesq{
	background-color: #f4f8fd;
	border: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 16px;
	margin-top: 1px;
	text-indent: 2px;
	width: 252px;
}

.select_pesq{
	background-color: #f4f8fd;
	border: 1px solid #80a0c7;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 21px;
	width: 259px;
}

.bot_pesq{
	margin-top: 4px;
}

#resultado_busca{
	margin-top: 15px;
}

	#resultado_busca .tHeader{
		background-color: #50769e;
		border-left: 1px solid #3e6083;
		border-right: 1px solid #7297bd;
		color: #fff;
		font-weight: bold;
		padding: 5px 8px;
	}

	#resultado_busca .linha{
		border-bottom: 1px solid #8c8c8c;
		padding: 3px 8px;
	}

	#resultado_busca .linha2{
		background-color: #ebf1f8;
		border-bottom: 1px solid #8c8c8c;
		padding: 3px 8px;
	}
	
.label{
	color: #50769e;
	font-weight: bold;
}

.nome_carro{
	margin-top: 10px;
	font-weight: bold;
	color: #069;
	font-size: 14px;
}

/** Faixa *******************************************************************************************************/
#faixa{
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 748px;
}
/** Rodape ******************************************************************************************************/
#rodape{
	background: #ccc;
	margin: 0 auto;
	width: 769px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

/** Mapa ******************************************************************************************************/
.mapa{
	float: left;
}

/** Dados ******************************************************************************************************/
.dados{
	margin-left: 10px;
	float: left;
	display: none;
	width:250px;
}

.dados strong{
	color: #375d81;
	}