/* ---------- HTML --------- */
body {
	background-image: url(/imagens/fundo_site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #A5C3DB;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36618F;
	line-height: 14px;
}
a {
	color: #FF6600;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #006699;
	text-decoration: underline;	
}
h2 {
	margin-bottom: 5px;

}
li {
	font-size: 14px;
	color: #FF6600;
	list-style-image: url(/imagens/li_marcacao.gif);
	list-style-type: none;
	margin-left: 15px;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
}
p {
	line-height: 14px;
	margin-top: 0px;
}
/* ---------- DIAGRAMACÃO --------- */
#AREA_CLIENTE {
	position: absolute;
	top: 38px;
	text-align: right;
	font-size: 11px;
	color: #375F89;
	z-index: 300;
	margin-left: 510px;
}
#AREA_CLIENTE td {
	padding-left: 7px;
}
#CANTOS {
	position:absolute;
	margin-top: -80px;
	display: block;
	width: 144px;
	height: 179px;
	right: 0px;
}

#CONTEUDO, #CONTEUDO_LONGO {
	float: left;
	display: block;
	position: relative;
	width: 510px;
	padding-left: 20px;

}
#CONTEUDO_LONGO {
	width: 720px;
	padding-left: 10px;
}

#LOGO {
	margin-top: 10px;
	margin-left: 30px;

}
#MEIO {
	background-image: url(/imagens/conteudo/conteudo_fundo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
}
#MENU {
	color: #FFFFFF;
	position: absolute;
	top: 104px;
	left: 28px;
	z-index: 100;
}
#MENU_CONTATOS {
	height: 104px;
	width: 150px;
	display: none;
	position: absolute;
	top: 14px;
	z-index: 11;
	left: 155px;
}
#MENU_PORTIFOLIO {
	height: 130px;
	width: 150px;
	display: none;
	position: absolute;
	top: 14px;
	z-index: 11;
}
#MENU_SERVICO {
	height: 104px;
	width: 150px;
	display: none;
	position: absolute;
	top: 14px;
	z-index: 11;
	left: 75px;
}
#MIGALHA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	top: 132px;
	left: 28px;
	z-index: 1;
	background-image: url(/imagens/migalha_marcacao.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
}
#MIGALHA a{
	color: #FFFFFF;
	text-decoration:none;
}
#MIGALHA a:hover{

	text-decoration:underline;
}
#PRINCIPAL {
	width: 760px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#RODAPE {
	background-image: url(/imagens/rodape/rodape_fundo.jpg);
	background-position: center top;
	height: 70px;
	clear: both;
	position: relative;
	width: 760px;
	float: left;
}
#TITULO {
	width: 180px;
	float: left;
	display: block;
	position: relative;
	z-index: 1;
}
#TOPO {
	background-image: url(/imagens/topo/topo_fundo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 126px;
	padding-top: 25px;
	position: relative;
	overflow: visible;
	z-index: 99;
}
#VOLTAR {
	margin-left: 10px;
}
.Direitos {
	position: absolute;
	right: 160px;
	display: block;
	top: 35px;
}
/* -------- Formularios -------- */
input {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #939597;
	border-left-color: #939597;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D9DCDE;
	border-bottom-color: #D9DCDE;
}
form {
	margin: 0px;
	padding: 0px;
}
.Botao {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
