/*inicialization*/
html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F8FAFC;
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	background-color: #25493A;
	font-size: 10px;
}

h1, h2, h3, p, form { margin: 0; padding: 0; }

img {
	border: none;
}

/*main container*/
#wrapper {	
	margin: 0;
	width:920px;
	margin: 0 auto;
	border-left:#F5F1F0 3px solid;
	border-right:#F5F1F0 3px solid;
	border-bottom:#F5F1F0 3px solid;
}

/*header*/
#header {
	width:920px;
	margin-bottom:0 -3px;		
}

#header img {
	display:block;
}

/*hotel name text*/
#hotelname {
	font-size: 20px;
	color: #1e7799;
	letter-spacing: 0.2em;
	text-align:center;
	background:#FFF;
	height: 30px;
	width:920px;
}

/*slogan text*/
#slogan {
	font-size: 16px;
	color: #f7f1e5;
	letter-spacing: 0.2em;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #3d2f2f;
	width:920px;
}

/*content wrapper*/
#main {
	float:left;
	width:920px;
	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;
}

/*content contenido*/
#content {
	float:left;
	width:670px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:44px;
	padding-top:20px;
}

/*secret links*/
#secret-links {
	clear:both;
	float:left;
	width:920px;
	height:20px;
	color:#1990c8;
	background: url(../images/back.gif) repeat-y left bottom;
}

#secret-menu {
	float:left;
	color:#1990c8;
	width:180px;
}

#secret-menu a{
	color:#1990c8;
}

/*content footer*/
#footer {
	clear:both;
	width:920px;
	height:30px;
	background-color:#37939D;
	color:#FFFFF2;
}

/*main menu*/
#menu ul {
	width:170px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font-size: 10px;
	font-weight:bolder;
	letter-spacing: 0.5px;
	border-top:#99CCFF 1px solid;
}

#menu li a.last {	
	border-bottom:#99CCFF 1px solid;
}

#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background: url(../images/arrow_n.gif) no-repeat 8px 45%;
	padding: 8px 0 0 20px;
}

#menu li a:hover, menu li #current, menu li a:active {
	color: #255B9D;
	background: url(../images/arrow_a.gif) #FFF no-repeat 8px 45%;
	padding: 8px 0 0 20px;
}

div.main_menu_space {
	width:175px;
	height:50px;
}
/*--------------------------------------------------*/

/*copyright */
div.copyright {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;	
	padding-top:1.5em;
}

h1 {
	font-size: 24px;
	font-weight:lighter;
	color: #c2e7f7;
	letter-spacing: 0.2em;
	padding-top:7px;
}

h2 {
	font-size: 20px;
	color: #c2e7f7;
	letter-spacing: 0.1em;
	padding-top:7px;
}

h3 {
	font-size: 18px;
	font-weight:bolder;
	color: #c2e7f7;
	letter-spacing: 0.1em;
	margin-bottom:3px;
}

p {
	margin-top: 0px;
	line-height: 16px;
	padding-top:5px;
}

ol, ul {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 12px;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}

.facilities_act_div {
	float:left;
	width:300px;
	padding:2px;	
}

.facilities_other_div {
	float:left;
	width:300px;
	padding:2px;	
}

.div_places {
	float:left;
	display:block;
	width:600px;
	margin-top:10px;
}

.div_places p {
	margin-top: 0px;
	line-height: 14px;
	padding-top:2px;
}

.div_places img {
	float:left;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	margin-bottom:2px;
	margin-right:5px;
}

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: #c2e7f7;
	text-decoration:underline;
}

img.other_links {
	float:left;
	border:#FFFFFF 1px solid;
	margin-right:10px;
}

