/* CSS Document */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	background: #ffffff url(/imgs/404_fundopg.gif) repeat-x;
}

#corpo {
	width: 500px;
	margin: 30px auto 0 auto;
}

#corpo h1 {
	display: block;
	height: 70px;
	margin-bottom: 15px;
}

#corpo h1 span {
	display: none;
}

#corpo h2, #corpo h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

#corpo h2 {
	font-size: 16px;
}

#corpo h2.url {
	font-size: 16px;
	margin: 0 0 14px 0;
	font-weight: normal;
}

#corpo h3 {
	font-size: 12px;
	font-weight: bold;
}

#corpo h3.url2 {
	font-size: 12px;
	font-weight: normal;
}








