
/* Website Desenvolvido por Rafael Buse */

/* GERAL */

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
.clear {
	clear: both;
}
body {
	margin: 0;
	background-image: url(../images/background.jpg);
	height: 100%;
}
#principal {
	width: 100%;
	height: 100%;
}
.centro {
	margin-left: auto;
	margin-right: auto;
	width: 998px;
}
#topo {
	width: 100%;
}
#menu {
	width: 100%;
	height: 50px;
	background: url(../images/fundomenu.png) repeat-x;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	margin-left: 30px;
	margin-top: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2e3192;
}
#menu a {
	text-decoration: none;
	color: #2e3192;
}
#menu a:hover {
	text-decoration: underline;
}
#conteudo {
	width: 100%;
}
#rodape {
	width: 100%;
}
#rodape span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #2e3192;
}
#rodape a {
	color: #2e3192;
}
#titulo {
	width: 998px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFF;
	text-align: right;	
}
#titulo span {
	margin-right: 15px;
	color: #2e3192;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.conteudobox {
	background-color: #FFF;
	width: 998px;
}
.conteudobox ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
}
.conteudobox li {
	float: left;
}

/* PRINCIPAL */

#boxjobs {
	background-color: #fff;
	float: left;
	border: 15px solid #fff;
	margin-left: 30px;
	width: 401px;
	height: 114px;
}
#boxjobs li {
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2e3192;
	margin-top: 10px;
}
#boxclientes {
	background-color: #fff;
	float: right;
	border: 15px solid #fff;
	margin-right: 30px;
	width: 458px;
	height: 114px;
}
#boxclientes li {
/*	float: left;
	width: 152px;
	height: 135px;
	text-align: center; */
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2e3192;
	margin-top: 6px;
	list-style: none;
}
.tituloboxes {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #2e3192;
}
.tituloboxes a {
	text-decoration: none;
	color: #2e3192;
}

/* EMPRESA */

#conteudoboxempresaesq {
	background-color: #FFF;
	width: 598px;
	float: left;
	height: 582px;
}
#conteudoboxempresadir {
	background-color: #FFF;
	width: 380px;
	float: right;
	height: 582px;
}
#titulos {
	color: #2e3192;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.textogeral {
	color: #2e3192;
	font-size: 14px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	text-indent: 20px;
	line-height: 24px; 
}

/* EQUIPAMENTOS */

#conteudoboxfrotaesq {
	background-color: #FFF;
	width: 590px;
	padding: 10px;
	height: 720px;
	float: left;
}
#conteudoboxfrotadir {
	background-color: #FFF;
	padding: 10px;
	height: 720px;
	width: 350px;
	float: right;
}
#conteudoboxfrotadir ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
}
#conteudoboxfrotadir li {
	float: left;
}
.textofrota {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;	
	color: #2e3192;
}

/* SERVICOS */

.textogeralnoident {
	color: #2e3192;
	font-size: 14px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 25px; 
}

/* CLIENTES */

.conteudoboxclientes {
	background-color: #FFF;
	width: 998px;
}
.conteudoboxclientes ul {	
	padding: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #2e3192;
	font-size: 12px;
}
.conteudoboxclientes li {
	list-style: none;
}

/* CONTATO */

#contato #esquerda {
	float: left;
	background-color: #FFF;
	width: 500px;
	height: 360px;
}
#contato #direita {
	float: right;
	background-color: #FFF;
	width: 478px;
	height: 360px;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2e3192;
	font-size: 10px;
	width: 63px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
}
.legendacampo {
	color: #2e3192;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	padding-left: 69px;
}
.campoformularioimput {
	border: 1px solid #CCC;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #999;
	padding: 3px;
	width: 300px;
	height: 32px;
}
.campoformularioarea {
	border: 1px solid #CCC;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #999;
	padding: 3px;
	width: 300px;
	height: 90px;
}
.campoformularioimput:hover {
	border: 1px solid #999;
	color: #999;
}
.campoformularioarea:hover {
	border: 1px solid #999;
	color: #999;
}
.campoformularioimput:focus {
	border: 1px solid #999;
	color: #999;
}
.campoformularioarea:focus {
	border: 1px solid #999;
	color: #999;
}
#boxform {
	width: 377px;
	margin-top: 20px;
	margin-left: 40px;
}
.divcampos {
	margin-bottom: 5px;
}
#textocontato {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #2e3192;
}
#log {
	width: 500px;
	margin-top: 10px;
}
#log_res {
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #2e3192;
}
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(loader.gif) no-repeat center;
}