/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#f2eee0;
}
.bg_centro{
	background-image:url(../images/bg_centro.jpg);
	background-repeat:repeat-x;
	background-color:#F2EFDC;
}
#conteudo {
	position:absolute;
	width:276px;
	height:100%;
	z-index:1;
	visibility: visible;
	top: 214px;

}
.conteudo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #424242;
}	
#menu {
	position:absolute;
	width:100%;
	height:150px;
	z-index:2;
	margin:0px auto;
}


/* -- ESTILOS FORMATAÇÃO FORMULÁRIOS -- */
form {
	margin:0;
	padding:0;
}
form fieldset {
	margin:0;
	padding:0;
	border:0;
}
form fieldset legend {
	display:none;
	margin:0;
	padding:0;
}
form label {
	font-weight:bold;
}

form p {
	margin:1px 0 0 0;

}
form fieldset input, textarea {
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	background-color:#fff;
	border:1px solid #CDCDCD;
}
form button {
	font:11px Tahoma, helvetica, "sans-serif";
	font-weight:bold;
	border:0;
	background-color:#fff;
	color:#7b7b7b
}

/* --  CLASSES CAMPOS -- */
.alinha_lado {
	float:left;
	width:70px
} 

.campos_um, .campo_quatro {
	width:333px;
	height:15px;
}

.campo_dois {
	width:50px;
}
.campo_tres {
	width:100px;
}

.campo_quatro {
	height:80px;
}

.btn_enviar {
	width: 130px;
}
