body {
	background:		url(../img/bg-body.jpg) repeat;
	margin: 0; padding: 0;
}

#contenedor {
width: 100%;
height: 100%;
}

#logo {
left: 50%; top: 50%;
margin-left: -254px;
margin-top: -284px;
position: absolute;
width: 508px;
height: 176px;
display: block;
}

#pie {
	position: absolute;
	width: 100%;
	bottom: 16px;
	background-image: url(../img/bg-pie.jpg);
	height: 232px;
	clear: both;
	display: block;
	color: #585040;
	margin-bottom: 0;
	text-align: right;
	left: 0px;
}

h1, h2 {
margin: 0;
padding: 0;
}

h2 {
padding-right: 20px;
margin-top: 10px;
font-family: "trebuchet MS";
font-weight: 100;
font-size: 10px;
color: #000;
}

address {
font-style: normal;
font-weight: 100;
}

a {
text-decoration: underline;
color: #000;
}

a:hover {
text-decoration: none;
background-color: #333;
color: #fff;
}
