@charset "utf-8";
/* CSS Document */
/*Limpar Navegador*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*Clear Float*/
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*Tags Principais Individuas*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
	background:url(../Imagens/bg-body.jpg) repeat;
}
/*Base Principal*/
#base_principal {
	width:1062px;
	margin:0 auto;
}
.div_top {
	width:auto;
	height:537px;
}
.div_img_esq {
	float:left;
	background:#FFFFFF;
	height:306px;
}
.bg_bottom {
	background:url(../Imagens/bg-bottom.jpg) repeat-y;
}
.txt_bottom {
	width:843px;
	margin:0 auto;
	padding:20px 50px 20px 50px;
	line-height:18px;
}
.txt_bottom img{
	float:right;
}
.txt_bottom h1 {
	font-size:16px;
	font-weight:bold;
	margin:20px 0;
	color:#9C0A0D;
}
.txt_bottom p {
	font-size:14px;
}
.div_bottom {
	width:903px;
	margin:0 auto;
	clear:both;
}
.div_bottom address {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	margin:10px 0;
	font-style:normal;
}
.div_bottom a {
	color:#FFFFFF;
	text-decoration:none;
}

.submit{
	width:395px;
}