@import url("design.css");
/* ------------------------------------------------------------------------
version: 1.0
author: Favus Interactive Editoração Eletrônica LTDA-ME
email: projeto@favus.com.br
website: http://www.favus.com.br
phone: 55 (11) 3837 0555 | 3554 4349
*/

body{
	margin: 0 auto;
	padding-top: 0px;
	text-align: center;
	background-color: #FFF;
	font-family: Tahoma;
	background-image: url(../imagens/back_geral.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #0063a9;
	line-height: 15px;
}

img{
	border: 0px solid #000;
}

#principal{
	width: 778px;
	border: 0px solid #000;
	/*background-image: url(../imagens/backPrincipal.jpg);
	background-repeat: no-repeat;*/
	text-align: left;
	margin-top: 2px;
}

#logo{
	width: 242px;
	height: 38px;
	float: left;
	position: absolute;
	margin-top: 24px;
	margin-left: 60px;
	border: 0px solid #000;
}

#texto{
	width: 242px;
	height: 470px;
	float: left;
	margin-top: 70px;
	text-align: justify;
	position: absolute;
	margin-left: 65px;	
	border: 0px solid #000;
}

#form{
	width: 239px;
	height: 257px;
	position: absolute;
	margin-left: 430px;
	margin-top: 50px;
	border: 0px solid #000;
}

#contato{
	width: 239px;
	height: 146px;
	position: absolute;
	margin-left: 435px;
	margin-top: 400px;
	border: 0px solid #000;
	text-align: right;
	position: absolute;	
}

#formulario{
	width: 239px;
	border: 0px solid #000;
	margin: 0;
	padding: 0;
}

#formulario .coluna1{
	width: 60px;
	text-align: right;
	line-height: 14px;
}

input{
	background-color: #01528d;
	font-size:11px;
	font-family: Verdana, Arial;
	color: #ffffff;
	font-weight: normal;
}

select{
	background-color: #01528d;
	font-size:11px;
	font-family: Verdana, Arial;
	color: #ffffff;
	font-weight: normal;
}

textarea{
	background-color: #01528d;
	border: 1px #005973 dotted;
	font-size:11px;
	font-family: Verdana, Arial;
	color: #ffffff;
	font-weight: normal;
}

#imagem{
	width: 170px;
	height: 50px;
	margin-top: 10px;
	margin-left: 50px;
	padding-right: 5px;
	border: 0px solid #006ab6;

}




