* {
	margin: 0px;
	padding: 0px;
}
.header  {
	height: 92px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff6c3;
	display: block;
	width: 170px;
	float: left;
	padding-top: 45px;
	margin-left: 205px;
}
.header  .menuAlto  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF6C3;
	width: 390px;
	margin-top: 56px;
}
.header  a  {
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF6C3;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FDE76D;
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
}
.header  a:hover  {
	text-decoration: underline;
}
