@charset "UTF-8";

body {
	background-color:#FFF;
	margin: 0px 0px 0px 0px;
}
#main {
	margin: auto;
	width: 1024px;
	text-align:center;
}
#header {
	margin: 0px;
	padding: 0px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height:117px;
	}
#header-logo {
	-margin-bottom: -5px; /* madre puta ie6 */
	position:relative;
	float:left;
	width: 268px;
}
#header-menu {
	position:absolute;
	left:290px;
	width:730px;
	-width:700px;
	float:right;
	text-align:left;
}
#footer {
	padding-top:10px;
	margin-top:10px;
	font-size:12px;
	margin:auto;
	text-align:center;
	width:1024px;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#footer a {
	font-family:Arial;
	color: #706f6f;
	text-decoration:none;
}