/* CSS Document */
/*-------basicas---------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696767;
	/*background-image: url(img/basicas/fundo.jpg);*/
	background:#fff;
	margin: 0px;
	background-repeat: repeat-x;
}
a {
	color: #696767;
}
a:hover {
	text-decoration: none;
}

h1 {margin:10px 0 10px 0; padding:0; font:22 Geneva, Arial, Helvetica, sans-serif; color:#000000; font-weight:normal;}

/*----------divs----------*/
#topo {
	margin: auto;
	height: 70px;
	width: 765px;
	padding-top: 25px;
	padding-bottom: 9px;
	/*background-image: url(img/basicas/fundo_topo.jpg);
	background-repeat: no-repeat;*/
}
#fundo_menu {
	height: 25px;
	width: auto;
	background-color: #ccc;
}
#menu {
	margin: auto;
	height: auto;
	width: 765px;
}
#tudo {
	margin: auto;
	height: auto;
	width: 765px;
	/*background-image: url(img/basicas/fundo_tudo.jpg);
	background-repeat: no-repeat;*/
}
#inicial {
	height: 307px;
	width: 564px;
	padding-top: 10px;
	padding-left: 201px;
}
#esquerda {
	float: left;
	height: auto;
	width: 460px;
	text-align: right;
}
#direita {
	height: auto;
	width: 290px;
	float: right;
	padding-top: 10px;
	padding-left: 15px;
}
#rodape {
	margin: auto;
	height: auto;
	width: 730px;
	padding-left:33px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #bfbfbf;
}

/*-----------affter para firefox-----------*/
#tudo:after {
	content: ".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

/*-----------estilos-----------*/
.formulario {
	color: #bfbfbf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #8D8D8D;
	border: 1px solid #8D8D8D;
	margin-top: 2px;
	margin-bottom: 2px;
}

.txt_maior { font:14px Arial, Helvetica, sans-serif}

.borda01 {border:1px solid  #E4E4E4;}
