#geral {
	width: 100%;
	margin: auto;
	position: relative;
	height: auto;
}
.tituloazul {
	font-family: Arial;
	font-size: 12px;
	color: #063962;
}
.textos {
	font-family: Arial;
	font-size: 11px;
	color: #6A6A6A;
	line-height: 16px;
}
body{
	margin:0px;
	padding:0px;
}
#englobaconteudo {
	margin: auto;
	height: auto;
	width: 950px;
	position: relative;
	display: table;
}
.btnbusca {
	background-color: #062945;
	cursor:pointer;
	float: right;
	height: auto;
	width: auto;
	position: relative;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: thin solid #084779;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 10px;
	padding-bottom: 5px;
}
.btnbuscafrente {
	background-color: #062945;
	cursor:pointer;

	height: auto;
	width: auto;
	position: relative;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: thin solid #084779;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 10px;
	padding-bottom: 5px;
}
#englobaatendimento {
	background-color: #063962;
	height: 50px;
	width: 100%;
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D8D0C4;
	margin-bottom: 30px;
}
#englobaatendimentoadm {
	background-color: #063962;
	height: auto;
	width: 95%;
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D8D0C4;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5%;
}
.textobranco {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
}
#atendimento {
	margin: auto;
	height: 50px;
	width: 950px;
	position: relative;
}
#atendimentoesq {
	float: left;
	height: 35px;
	width: 500px;
	position: relative;
	padding-top: 15px;
}
#boxmenu {
	background-color: #F5F2ED;
	float: left;
	height: 137px;
	width: 303px;
	position: relative;
	background-image: url(../img/logo-admin.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
	padding-left: 160px;
	padding-top: 27px;
}
#tabela {
	float: left;
	width: 950px;
	position: relative;
	margin-top: 30px;
}

#boxavisos {
	background-color: #F5F2ED;
	float: right;
	height: 134px;
	width: 423px;
	position: relative;
	padding-top: 30px;
	padding-left: 30px;
}

#atendimentodir {
	float: right;
	width: 400px;
	position: relative;
	height: 38px;
	padding-top: 12px;
}
/*LINKS*/
	/*link cinza*/
.linkcinza {
	font-family: Arial;
	font-size: 11px;
	color: #585653;
	line-height: 20px;
	text-decoration: none;
}
.linkcinza:link {
	font-family: Arial;
	font-size: 11px;
	color: #585653;
	line-height: 20px;
	text-decoration: none;
}
.linkcinza:visited {
	color: #585653;
	text-decoration: none;
}
.linkcinza:hover{
	color: #D47D00;
	text-decoration: none;
}
.linkcinza:active {
	color: #585653;
	text-decoration: none;
}

