/* GERAL */
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}

body {
	background: #362e21 url(../images/fundoPadrao.jpg) center top;
}

p {
	margin-bottom: 20px;
}

input, select, textarea {
	color: #666666;
	font-size: 16px !important;
}


/* Formatação */
.padrao {
	font-size: 14px;
	color:#666666;
}

.destaque {
	color:#6c623f;
}

.titulo {
	font-size: 28px;
	color:#6c623f;
}

.t10 {
	font-size: 10px;
}

.t12 {
	font-size: 12px;
}

.branco {
	color: #FFFFFF;
}

.centro {
	text-align: center;
}

.direita {
	text-align: right;
}

.justificado {
	text-align: justify;
}


/* Ajustes */
.margemCFundo {
	margin-top: 34px;
}

.margemB10 {
	margin-bottom: 10px;
}

.margemB20 {
	margin-bottom: 20px;
}

.margemC20 {
	margin-top: 20px;
}

.conteudo {
	padding: 40px 75px 0 65px;
	text-align: left;
}

.conteudoContato {
	padding: 40px 0 0 65px;
	text-align: left;
}

.contato {
	background-color: #6E6243;
	position: relative;
	padding: 0 10px 0 10px;
}

.rolagem {
	height: 328px;
	overflow: auto;
	padding-right: 3px;
}

.formButton {
	border:#999 1px solid;
	background-color:#E77817;
	font-size:10px;
	color:#FFF;
}

.fLargo {
	width:275px;
}

.fGigante {
	width:600px;
}

.fMedio {
	width:125px;
}

.fCurto {
	width:50px;
}

.label {
	padding-right:10px;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	width:200px;
}

.dados {
	padding-top:5px;
	padding-bottom:5px;
}

/* Menu */
.botao {
	background-image: url();
	background-position: left top;
	background-repeat: no-repeat;
	width: 170px;
	height: 39px;
	display: block;
}

.botaoEmpresa {
	background-image: url(../images/menuEmpresa.jpg) !important;
	width: 169px !important;
}

.botaoAdvogados {
	background-image: url(../images/menuAdvogados.jpg) !important;
}

.botaoAtuacao {
	background-image: url(../images/menuAtuacao.jpg) !important;
}

.botaoContato {
	background-image: url(../images/menuContato.jpg) !important;
	width: 171px !important;
}

.botao:hover {
	background-position: left bottom;
}

.botaoOn, .botaoOn:hover {
	background-position: left 50%;
}

.bandeira {
	background-image: url();
	background-position: left top;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	float:right;
}

.bandeiraBR {
	background-image: url(../images/bandeiraBR.jpg) !important;
}

.bandeiraEN {
	background-image: url(../images/bandeiraEN.jpg) !important;
}

.bandeiraOn, .bandeiraOn:hover {
	background-position: left 50%;
}

.bandeira:hover {
	background-position: left bottom;
}