body {
	background: #034569;
	color: #fff;	
}

#topo {
	height:160px;
	text-align:center;
	background: url(bg_topo.jpg) repeat-x top left;
}

#topo h1 {
	font-size: 2.6em;
	color:#ffbf73;
	margin-top:10px;
	text-shadow: #000 2px 2px 5px;
}

#topo h2 {
	color: #ffbf73;
	text-shadow: #000 2px 2px 5px;
}

#topo h3 {
	color: #64aad0;
	text-shadow: #000 2px 2px 5px;
}


input {
	float: right;
}

form {
	line-height: 1em;
	text-align:left;
	text-shadow: #000 2px 2px 3px;
}

fieldset {
	position: relative; 
}
fieldset legend {
	position: absolute;
	top: -10px;
	left: 5px;
	background:#034569;
}

form legend {
	border: 1px;
	font-weight: bold;
	font-size: 1.6em;
}


fieldset#parametros {
	box-shadow: #000 0px 0px 4px;
	margin:30px 0;
}

fieldset#resultados {
	box-shadow: #000 0px 0px 4px;
	margin:30px 0;
}
