body{
	background-color: #d2cdaf;
	background-image: url(imgs/fundo2.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
#conteudo{
	background-color: #FFFFFF;
	background-image: url(imgs/fundo2.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}

#empresa{
	background-image: url(../imgs/fundoEmpresa.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.empresa2{
	position:relative;
	width:auto;
	height:400px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(imgs/fundoEmpresa2.jpg);
}
#boxBase{
	position:absolute;
	width:auto;
	height:20px;
	padding-bottom:0px;
	border-bottom:1px solid rgb(74,70,59);
	border-top:1px solid rgb(74,70,59);
	border-right:1px solid rgb(74,70,59);
	border-left:1px solid rgb(74,70,59);
	background-color:rgb(74,70,59);
	
	
}

.inputBase{
	background-color: rgb(37,33,29);
	border-bottom:1px solid rgb(37,33,29)  ;
	border-top:1px solid rgb(37,33,29);
	border-right:1px solid rgb(37,33,29);
	border-left:1px solid rgb(37,33,29);
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;		
}

.texto{
color:#FFFFFF;
font-size: 10px;
font-family: Tahoma, Verdana;
}

.texto2{
color:#FFFFFF;
font-size: 11px;
font-family: Tahoma, Verdana;
}

.texto3{
color: rgb(47,46,40);
font-size: 18px;
font-family: Tahoma, Verdana;
}

.texto4{
color: rgb(14,14,14);
font-size: 12px;
font-family: Tahoma, Verdana;
text-align: justify;
}

#table{
	background:url(imgs/fundoEmpresa.jpg);
	
}

#thumb{
	width:130px;
	height:97px;
	border:4px solid rgb(106,104,89);
}

#thumbCarro{
	width:140px;
	height:97px;
	border:4px solid rgb(106,104,89);
	
	
}	
	
#boxServico{
	width:300px;
	height:230px;
	border:4px solid rgb(106,104,89);
	background-repeat:no-repeat;
	
	
}	

#thumb2{
	width:auto;
	height:280px;
	border:0px solid rgb(106,104,89);
	background-repeat:no-repeat;
}	

/* LINKS */

a.texto4_link:link {
	color: #0e0e0e;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
a.texto4_link:visited {
  color: #0e0e0e;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
a.texto4_link:hover {
	color: #0e0e0e;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
}
a.texto4_link:active {
	color: #0e0e0e;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
