/**
Definição de cor
azul: #069
*/

html { overflow-y: scroll; }
a img { border: none; }
a { color: #0083ca; }

body {
	background-image: url('../imagem/bg-topo.png');
	background-position: top center;
	background-repeat: repeat-x;
	font-family: 'Trebuchet MS', Trebuchet, Calibri, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

h1 { font-size: 20px; font-weight: bold; margin-bottom: 20px;}
h2 { font-size: 20px; font-weight: bold; margin: 50px 0 10px 0;}

p { font-size: 12px; line-height: 20px; }

hr { border: none; }

.invisivel {display: none; }
.lista { line-height: 22px; }

#corpo { margin: 30px 0; }

/* cabeçalho */
#cabecalho-interno, #corpo-interno, #rodape-interno {
	width: 800px;
	margin: 0 auto;
}

#cabecalho { height: 120px; margin-bottom: 20px;}
#cabecalho-interno img {
	float: left;
}
#cabecalho-interno .cabecalho-titulo {
	color: #fff;
	font-size: 14px;
	float: left;
	line-height: 120px;
}

#cabecalho-interno .cabecalho-titulo { margin-left: 80px; }
/* fim cabeçalho */

/* menu */
#menu li a {
	color: #000;
	font-size: 34px;
	line-height: 32px;
	text-decoration: none;
}
#menu li a:hover {
	color: #069;
}
/* fim menu */

/* colunas */
#coluna-menu { width: 240px; float: left; clear: left; }
#coluna-principal {
	float: left;
	margin-left: 60px;
	min-height: 300px;
	width: 460px;
}
.coluna-clear, .clear { clear: both; }
#coluna-principal p {
	margin-bottom: 15px;
}
/* fim colunas */

/* rodapé */
#rodape {
	background-color: #069;
	background-image: url('../imagem/bg-rodape.png');
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	height: 230px;
}

#rodape h3 { color: #cecece; font-size: 18px; font-weight: normal; line-height: 50px;}

#rodape .rodape-submenu a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

#rodape .rodape-submenu a:hover {
	color: #000;
}

#rodape .rodape-submenu {
	float: left;
	line-height: 20px;
	margin: 40px 20px 40px 0;
	width: 140px;
}

#submenu-empresas {
	width: 240px;
}

#rodape .credito {
	color: #cecece;
	font-size: 11px;
}

#rodape .credito small, #rodape .credito a {
	margin-left: 15px;
}

#rodape .credito a {
	color: #cecece;
	font-size: 11px;
}

#rodape .credito a:hover {
	color: #fff;
}
/* fim rodapé */

/* formulários */
textarea { font-family: 'Trebuchet MS', Trebuchet, Calibri, Tahoma, Arial, sans-serif; font-size: 11px; resize: none; }

label {
	clear: left;
	color: #069;
	float: left;
	font-size: 11px;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
	width: 80px;
}

label.error {
	color: red;
	display: block;
	margin: -5px 0 15px 80px;
	text-transform: none;
	width: 300px;
}

input, select, textarea{
	border: solid 1px #0083CA;
	color: #333;
	float: left;
	padding: 4px;
	margin-bottom: 10px;
}

.input-submit {
	background-color: #069 !important;
	clear: both;
	color: #fff;
	margin-left: 80px;
}
/* fim formulários */