div#header {
	width: 100%;
	height: 119px;
	background-image: url(../images/header_pattern.jpg);
	background-repeat: repeat-x;
}

div#header_content {
	width: 816px;
	height: 119px;
	margin: auto;
	background-image: url(../images/centered_header_pattern.jpg);
	background-repeat: repeat-x;
}

div#header_left {
	float: left;
	width: 300px;
	height: 119px;
}

div#header_left a {
	display: block;
	width: 300px;
	height: 119px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#header_right {
	float: right;
	width: 360px;
	height: 119px;
}

div#header_right_top {
	float: left;
	width: 360px;
	height: 49px;
	background-image: url(../images/header_right_top_bg.jpg);
	background-repeat: no-repeat;
}

div#header_right_top p {
	float: left;
	width: 190px;
	padding: 23px 0 0 25px;
	margin: 0 0 0 0;
	font-size: 11px;
	color: #e8deca;
}

div#header_right_top a {
	display: block;
	float: left;
	width: 103px;
	height: 21px;
	padding: 0px;
	margin: 19px 0 0 18px;
	background-image: url(../images/button_reservas.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#header_right_bottom {
	float: left;
	width: 360px;
	height: 68px;
	background-image: url(../images/header_right_bottom_bg.jpg);
	background-repeat: no-repeat;	
}

div#header_right_bottom a {
	display: block;
	float: left;
	font-size: 13px;
	color: #401c1c;
	text-decoration: none;
}

div#header_right_bottom a:hover {
	text-decoration: underline;
}

div#header_right_bottom a#header_right_bottom_novedades {
	margin: 0px;
	padding: 27px 0 0 44px;
}

div#header_right_bottom a#header_right_bottom_comentarios {
	margin: 0 0 0 52px;
	padding: 27px 0 0 35px;
}

