*{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

textarea, input{
	font-family:Arial, Courier New;
	font-size:12px;
}

strong{
	font-family:Arial;
	font-size:11px;
	line-height:14px;
	color:#868686;
	font-weight:bold;
	
}

img{
	border:0px;
}

body{
	background:#efefef;
	margin:0px auto;
}

/* BOXES */

.div-outline{
	height:599px; 
	left:50%; 
	margin:-299.5px 0 0 -497.5px; 
	position:absolute; 
	top:50%; 
	width:996px;
	z-index:1000;
}

.div-outline-1{
	border:1px solid white;
	height:599px; 
	width:995px;
	z-index:1000;
}

.div-outline-2{
	margin:0px auto;
	border:12px solid #e3e3e3;
	width:971px;
	height:575px;
	z-index:1000;
}

.div-outline-3{
	margin:0px auto;
	border:1px solid white;
	width:969px;
	height:573px;
	background-color:white;
	z-index:1000;
}

/* CABECA */
.div-player{
	float:left;
}

.div-logo-smart{
	float:left;
}

.div-logo-ago{
	float:left;
	padding-top:13px;
	margin-right:20px;
}

/* CONTEUDO */
.div-conteudo{
	display:inline-block;
	height:auto;
	margin-top:20px;
	width:965px;
	/*border:1px solid red;*/
	clear:both;
}

.div-conteudo-home{
	display:inline-block;
	height:auto;
	margin-top:0px;
	width:965px;
	/*border:1px solid red;*/
	clear:both;
}

.div-conteudo-home img{
	margin-bottom:5px;
}

.div-conteudo-esq{
	float:left;
	width:275px;
	font-family:Courier New;
	/*border:2px solid green;*/
	padding-left:15px;
	padding-top:7px;
}

.div-conteudo-esq h1{
	font-family:Courier New;
	color:#868686;
	font-size:12px;
	font-weight:bold;
}

.div-conteudo-esq p{
	font-family:Arial, Courier New;
	color:#868686;
	font-size:11px;
	line-height:14px;
}

.div-conteudo-dir{
	float:left;
	width:673px;
	margin:0px auto;
	text-align:left;
	/*border:2px solid blue;*/
}

.div-conteudo-dir h1{
	font-family:Courier New;
	color:#868686;
	font-size:25px;
	font-weight:bold;
}

.div-conteudo-dir hr{
	width:558px;
	height:6px;
	border:3px solid #c7c7c7
}

.divisoria{
	width:558px;
	height:7px;
}

.div-conteudo-dir p{
	font-family:Courier New;
	color:#868686;
	font-size:13px;
}

.div-conteudo-dir .p-lbl{
	padding-top:8px;
}

.div-coluna{
	float:left;
	width:310px;
	margin-right:10px;
	/*border:1px solid green;*/
}

.div-coluna-home{
	float:left;
	width:206px;
	margin-right:10px;
	/*border:1px solid green;*/
}

.div-coluna-home h1{
	font-family:Arial, Courier New;
	color:#fca016;
	font-size:12px;
}

.div-coluna-home p{
	font-family:Arial, Courier New;
	color:#868686;
	font-size:11px;
}


.div-coluna-home a{
	font-family:Arial, Courier New;
	color:#868686;
	font-size:11px;
	text-decoration:none;
}

.div-coluna-home a:hover{
	font-family:Arial, Courier New;
	color:silver;
	font-size:11px;
	text-decoration:none;
}

.div-coluna h2{
	font-family:Courier New;
	color:#868686;
	font-size:12px;
}

.div-coluna p{
	font-family:Arial, Courier New;
	color:#868686;
	font-size:11px;
	line-height:14px;
}

.div-coluna strong{
	font-family:Arial, Courier New;
	color:#868686;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
}

.lnk{
	font-family:Arial, Courier New;
	color:#868686;
	font-size:11px;
	text-decoration:underline;
}

.lnk:hover{
	font-family:Arial, Courier New;
	color:silver;
	font-size:11px;
	text-decoration:none;
}

/* FOTOS */

.div-fotos{
	background:url('imagens/fotos_meio.jpg') no-repeat;
	width:969px; 
	height:326px;
	margin:0px auto;
	margin-top:61px;
	text-align:center;
}

.div-fotos-concessionaria{
	background:url('imagens/fotos_concessionaria_meio.jpg') no-repeat;
	width:969px; 
	height:326px;
	margin:0px auto;
	margin-top:61px;
	text-align:center;
}

.div-fotos-interna{
	width:710px;
	height:135px;
	margin:0px auto;
	text-align:center;
	clear:both;
}

.div-fotos-interna-concessionaria{
	width:895px;
	height:135px;
	margin:0px auto;
	text-align:center;
	clear:both;
}

.foto{
	float:left;
	width:150px;
	height:113px;
	border:10px solid #efefef;
	margin-left:50px;
	margin-bottom:25px;
}

.foto-concessionaria{
	float:left;
	width:150px;
	height:113px;
	border:10px solid #efefef;
	margin-left:10px;
	margin-bottom:25px;
}

/* VIDEO */

.div-video{
	background:url('imagens/video_meio.jpg') no-repeat;
	width:969px; 
	height:326px;
	margin:0px auto;
	margin-top:61px;
	text-align:center;
}

.div-video-interna{
	width:320px;
	height:265px;
	margin:0px auto;
	margin-top:15px;
	text-align:center;
	border:10px solid #efefef;
}

/* CONTATO */

.div-form-contato{
	margin-top:10px;
	display:inline-block;
	height:auto;
}

.div-informacao{
	margin-top:10px;
	display:inline-block;
	height:auto;
	font-family:Arial;
	font-size:11px;
	line-height:14px;
	color:#868686;
}

.div-informacao p, li{
	font-family:Arial;
	font-size:11px;
	line-height:14px;
	color:#868686;
	
}

.div-td{
	font-family:Arial, Courier New;
	color:#868686;
	font-size:13px;
}

.div-td-pad{
	font-family:Arial, Courier New;
	color:#868686;
	font-size:13px;
	padding-top:6px;
}

/* OBJETOS */

.ct{
	color:#868686;
	font-size:13px;
	border:1px solid #dcdcdc;
}

.w40{width:40px;}
.w50{width:50px;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}

.h100{height:100px;}
.h137{height:137px;}
.h140{height:140px;}
.h143{height:143px;}
.h145{height:145px;}
.h150{height:150px;}
.h200{height:200px;}


/* RODAPE */
.div-rodape{
	margin:0px auto;
	width:995px;
	text-align:center;
	margin-top:10px;
}

.div-rodape p{
	font-family:Arial, Courier New;
	margin-bottom:5px;
	color:#868686;
	font-size:11px;
}

.div-rodape a{
	font-family:Arial, Courier New;
	font-size:10px;
	color:silver;
	text-decoration:none;
}

.div-rodape a:hover{
	font-family:Arial, Courier New;
	font-size:10px;
	color:gray;
	text-decoration:none;
}

.divBannerFlutuante{
	height:425px;
	left:160px;
	position:absolute;
	top:158px;
	width:485px;
	z-index:4000;
	display:none;

}

.divBannerFlutuante .bt-fechar-banner{
	position:absolute;
	right:20px;
	top:399px;
	z-index:4000;
	cursor:pointer;
}

