/*inicialization*/
html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #452C27;
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	background-color: #e1c183;
	font-size: 10px;
}

h1, h2, h3, p, form { margin: 0; padding: 0; }

img {
	border: none;
}

/*main container*/
#wrapper {	
	margin: 0;
	width:940px;
	margin: 0 auto;
	border-left:#F5F1F0 2px solid;
	border-right:#F5F1F0 2px solid;
	border-bottom:#F5F1F0 2px solid;
}

/*header*/
#header {
	width:940px;
	margin-bottom:0 -3px;		
}

#header img {
	display:block;
}

/*hotel name text*/
#hotelname {
	font-size: 24px;
	color: #3D5324;
	letter-spacing: 0.3em;
	text-align:center;
	background:#FFFFFF;
	height: 33px;
	width:940px;
}

/*slogan text*/
#slogan {
	font-size: 16px;
	color: #F7E9B3;
	letter-spacing: 0.2em;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #6B563F;
	width:940px;
	height:20px;
}

/*content wrapper*/
#main {
	float:left;
	width:940px;
	background: url(../images/back.gif) repeat-y left bottom;
}

/*content main menu*/
#menu {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:175px;
	padding-right:5px;
	padding-top:30px;
	padding-bottom:40px;
}

/*content contenido*/
#content {
	float:left;
	width:520px;
	padding:24px;
	padding-bottom:44px;
}

/*content hotels  menu*/
#nigel_photo {
	float:left;
	width:156px;
	padding-left:17px;
	padding-right:17px;
	padding-top:25px;
	padding-bottom:25px;
}

/*content footer*/
#footer {
	clear:both;
	width:940px;
	height:25px;
	color:#804040;
	background: url(../images/back.gif) repeat-y left bottom;
}

/*main menu*/
#menu ul {
	width:170px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a {
	height: 20px;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: 0.7px;
	border-top:#9a5a37 1px solid;
}

#menu li a.last {	
	border-bottom:#9a5a37 1px solid;
}

#menu li a:link, #menu li a:visited {
	color:#5F3621;
	display: block;
	background: url(../images/arrow_a.gif) no-repeat 8px 50%;
	padding: 8px 0 0 20px;
}

#menu li a:hover, menu li #current, menu li a:active {
	color:#e1c183;
	background: url(../images/arrow_n.gif) no-repeat 8px 50%;
	padding: 8px 0 0 20px;
}

div.main_menu_space {
	width:175px;
	height:40px;
}
/*--------------------------------------------------*/

/*copyright */
div.copyright {
	font-size:10px;
	font-weight:bold;
	color:#6B563F;
	text-align:center;
	letter-spacing:0.1em;	
	padding-top:0.7em;
}

/*--------------------------------------------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6A2F20;
	margin-top:5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #89564f;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #89564f;
}

p {
	margin-top: 0px;
	line-height: 14px;
	padding-top:5px;
	padding-right:10px;
}

ol, ul {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 12px;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}

p.opinion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #6B563F;
}

a.opinion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	line-height: 13px;
	color: #6B563F;
	text-decoration:none;
}

div.rooms_content {
	float:left;
	width:250px;
	margin:2px;
	text-align:center;
}

div.rooms_content p{
	font-size:11px;
	font-weight:bold;
	margin-bottom:2px;
}

.div_places {
	float:left;
	display:block;
	width:510px;
	margin-bottom:15px;
}

.div_places img {
	float:left;
	border:#6A2F20 1px solid;
	margin-bottom:5px;
	margin-right:5px;
}

.div_facilities {
	float:left;
	width:250px;
	padding:2px;	
}

