/*general definitions*/
html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0;
	padding: 0;
}
 
body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	background-color:#330000;
}

h1, h2, h3, p, form { margin: 0; padding: 0; }

img {
	border: none;
}

/*div definitions*/
#content {
	float:left;
	width:415px;
}

#menu {
	width:148px;
	margin-right:10px;
	margin-top:20px;
}

#front_view_img {
	float:left;
	width:235px;
	height:278px;
	margin-right:5px;
}

#front_view {
	float:left;
	width:415px;
}

#restaurant_img {
	float:left;
	width:255px;
	height:180px;
	margin-right:5px;
}

#new_facade_img {
	float:left;
	width:220px;
	height:210px;
	margin-right:3px;
}

#new_building {
	float:left;
	width:385px;
	padding-left:30px;
}

/*styles definitions*/
p {
	margin-top: 5px;
	line-height: 16px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #3C1E00;
	letter-spacing: 0.1em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3C1E00;
	letter-spacing: 0.1em;
}

ol {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#new_building p {
	font-size: 10px;
	text-align:left;
	line-height: 13px;
	margin-top: 2px;
}

#front_view p {
	margin-top: 0px;
	line-height: 16px;
}

.info-text	{
	text-align:center;
	color: #B5B4A6;
	letter-spacing: 0.1em;
	margin-top: 3px;
	margin-bottom: 2px;
}

.copyright {
	font-size:10px;
	font-weight:bold;
	color: #DAD3C1;
	letter-spacing:0.1em;
	text-align:center;
	height:15px;
}

/*inicio main menu*/
#menu ul {
	width:148px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 2px;
	border-top: #DCD7C9 1px solid;
}

#menu li a.last {
	border-bottom: #DCD7C9 1px solid;
}

#menu li a:link, #menu li a:visited {
	color: #474030;
	display: block;
	background: url(../images/arrow-n.gif) no-repeat 14px 45%;
	padding: 8px 0 0 35px;
}

#menu li a:hover, menu li #current, menu li a:active {
	color: #73684F;
	background: url(../images/arrow-a.gif) no-repeat 14px 45%;
	padding: 8px 0 0 35px;
}
/*fin main menu*/

/*inicio hotel menu*/
.hotelname {
	color: #DAD3C1;
	font-size:30px;
	letter-spacing: 0.2em;
	text-align:center;
	height:40px;
	margin-top:10px;
}

.hotels_label {
	font-size: 12px;
	font-weight: bold;
	color: #8f8878;
}

a.hotels_label {
	font-size: 12px;
	font-weight: bold;
	color:#737260;
	text-decoration: none;
}

a.hotels_label:hover {
	color: #656454;
}

a.hotel_link {
	font-size: 10px;
	font-weight: bolder;
	color:#737260;
	text-decoration: none;
}

a.hotel_link:hover {
	color: #656454;
}
/*fin hotels menu*/
