html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

div, img, form, ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family:Arial;
	color:#7D7D7D;
	font-size:12px;
	background-color:#7D7D7D;
}

a {
	text-decoration:none;
	color:#254683;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-family:"Myriad Pro";
	font-size:21px;
	color:#254683;
}

h2 {
	font-family:Arial;
	font-size:18px;
	color:#00AEEF;
}

#wrapper {
	width: 800px;
	margin: 10px auto;
	padding: 0px;
	border:#000000 2px solid;
	background-color:#FFFFFF;
}

#header {
	height:171px;
	background-image:url(/images/header.jpg);
}

#menu {
	height:21px;
	background-color:#7D7D7D;
	line-height:21px;
	color:#FFFFFF;
	font-family:"Myriad Pro";
	font-size:14px;
}

#menu a {
	color:#FFFFFF;
}

#menu a:hover, #menu a.selected {
	color:#00AEEF;
	text-decoration:none;
}

.barra_celeste {
	height:5px;
	background-color:#00AEEF;
	width:800px;
}

#content {
	margin:5px 30px;
}

#footer {
	text-align:center;
}