/*inicialization*/
html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #293231;
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	background-color: #78765f;
	font-size: 10px;
}

h1, h2, h3, p, form { margin: 0; padding: 0; }

img {
	border: none;
}

/*--------------------------------------------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #49524F;
	padding-top:5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #49524F;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #49524F;
}

p {
	margin-top: 10px;
	line-height: 14px;
	padding-right:10px;
}

ol, ul {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 12px;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}

/*--------------------------------------------------*/

/*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: #503c3e;
	letter-spacing: 0.3em;
	text-align:center;
	background:#FFFFFF;
	height: 33px;
	width:940px;
}

/*slogan text*/
#slogan {
	font-size: 16px;
	color: #DFDEC8;
	letter-spacing: 0.2em;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #55846A;
	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:170px;
	padding:10px;
	padding-top:25px;
	padding-bottom:25px;
}

/*content footer*/
#footer {
	clear:both;
	width:940px;
	height:25px;
	background: url(../images/back.gif) repeat-y left bottom;
	color:#FFFFF2;
}

/*main menu*/
#menu ul {
	width:170px;
	list-style: none;
	margin: 0;
	padding: 0;
}

li.menu-off {
	height: 20px;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: 0.7px;
	padding: 8px 0 0 20px;
	color: #c3c29b;
	display: block;
	background: url(../images/menu-off.gif) no-repeat 8px 50%;
	border-top:#c3c29b 1px solid;
}

li.menu-off-last {
	height: 20px;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: 0.7px;
	padding: 8px 0 0 20px;
	color: #a3966d;
	display: block;
	background: url(../images/menu-off.gif) no-repeat 8px 50%;
	border-top:#c3c29b 1px solid;
	border-bottom:#c3c29b 1px solid;
}

#menu li a {
	height: 20px;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: 0.7px;
	border-top:#c3c29b 1px solid;
}

#menu li a.last {	
	border-bottom:#c3c29b 1px solid;
}

#menu li a:link, #menu li a:visited {
	color: #665E59;
	display: block;
	background: url(../images/arrow_a.gif) no-repeat 8px 55%;
	padding: 8px 0 0 20px;
}

#menu li a:hover, menu li #current, menu li a:active {
	color: #293231;
	background: url(../images/arrow_n.gif) no-repeat 8px 55%;
	padding: 8px 0 0 20px;
}

div.main_menu_space {
	width:175px;
	height:40px;
}
/*--------------------------------------------------*/

/*copyright */
div.copyright {
	font-size:10px;
	font-weight:bold;
	color:#867B75;
	text-align:center;
	letter-spacing:0.1em;
	padding-top:0.9em;
}

#nigel_photo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	margin-left:10px;
	margin-right:10px;
	color: #665E59;
}

#nigel_photo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	line-height: 13px;
	color: #665E59;
	text-decoration:none;
}

div.other_links {
	float:left;
	width:500px;
	padding:0px;
	margin-top:5px;	
	margin-bottom:3px;	
}

div.other_links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color: #626052;
	text-decoration:underline;
}

div.rooms {
	float:left;
	width:510px;
	margin:0px;
}

div.rooms_content {
	float:left;
	width:250px;
	margin:1px;
	text-align:center;
}

div.rooms_content_prin {
	float:left;
	width:510px;
	margin:0px;
	text-align:center;
}

div.rooms_content p{
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}

div.rooms_content_prin p{
	font-size:11px;
	font-weight:bold;
	margin-bottom:2px;
}

.facilities_act_div {
	float:left;
	width:250px;
	padding:2px;	
}

.facilities_other_div {
	float:left;
	width:250px;
	padding:2px;	
}

.div_places {
	float:left;
	display:block;
	width:510px;
	margin-bottom:15px;
}

.div_places img {
	float:left;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	margin-bottom:5px;
	margin-right:5px;
}
