@charset "utf-8";
/* CSS Document */



body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:2em;
	padding:0;
	margin:0;
	background:url(images/fnd.jpg) #e4e5e7 repeat-x top center;
	color:#440403;
}

h1 {
	font-family:Calibri, Arial, Helvetica, sans-serif; 
	font-size:40px; 
	line-height:1em; 
	color:#999999; 
	font-weight:normal;
	padding:0;
	margin:0;
}

a {
	color:#930E07;
}
a:hover {
	text-decoration:none;
}

input.b {
	background:#930E07;
	color:#FFF;
	border:0;
	padding:5px;
}

div#wrapper {
	width:889px;
	margin:0 auto;
	position:relative;
}

div#principal {
	width:829px;
	height:760px;
	clear:both;
	background:url(images/fnd_web.jpg) no-repeat top center;
	padding:40px 30px 0 30px;
}

div#pie {
	width:889px;
	height:17px;
	clear:both;
	background:url(images/fnd_pie.jpg) top center;
}

a.solicita {
	display:block;
	padding:10px 0 0 0;
	height:43px;
	background:url(images/btn_solicite.jpg) no-repeat;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	line-height:1em;
}
a.solicita:hover {
	color:#CCCCCC;
}

div#form {
	position:absolute;
	top:80px;
	left:;
	width:589px;
	height:421px;
	background:url(images/fnd_form.png) no-repeat;
	left: 159px;
	display:none;
}

span#msg {
	line-height:1em;
	color:#990000;
}

.error {
	border:1px #990000 solid;
}


h2 {
	font-size: 18px;
	color: #930E07;
	font-weight: normal;
}
