@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	background-color: #D8D8C0;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 62.5%;	
}


p {
	font-size: 1.2em;
	color: #666;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 2.1em;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #666;
}
a:hover {
	border-bottom: 1px dotted #CCC;
	color: #21AEF5;
}



ul {
	list-style: none;
	margin: 0;
	padding: 0;
}




img {
	border: none;
}


#container {
	width: 750px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid #BDCDD0;
	background-color: #FFF;
}

#header {
	height: 75px;
}

#lang_chooser {
	float: left;
	margin-left: 10px;
	margin-top: 30px;
}

#logo {
	float: right;
	margin-top: 5px;
}

#bottom_header {
	clear: both;
}

#monoSlideshow {
	float: left;
	border: 5px solid #BDCDD0;
	margin-left: 10px;
	width: 490px;
}

#menu {
	float: right;
	font-size: 1.4em;
	margin-top: 0.7em;
	margin-right: 10px;
	margin-left: 10px;
	width: 210px;
}
#menu li a {
  	height: 35px;
	text-decoration: none;
	border-bottom: 1px dotted #999;	
}		
#menu li a:link, #menu li a:visited {
	color: #333;
	display: block;
	padding: 8px 0 0 10px;
}
#menu li a:hover {
	color: #FFF;
	font-weight: bold;
	background-color: #BDCDD0;
	padding: 8px 0 0 10px;
	border-bottom: 1px dotted #999;	
}

#content {
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
}

#content_left {
	float: left;
	margin-top: 35px;
	width: 500px;
}

#reservation {
	float: right;
	background-color: #E8D8A7;
	width: 205px;
	margin-top: 35px;
}
#reservation p {
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	color: #555;
	margin-bottom: -10px;
}
#reservation select {
	display: inline;
	height: 1.3em;
	border: 1px solid #BDCDD0;
	background-color: #EEE;
	color: #666;
	font-size: 1em;
	margin-bottom: 15px;
	width: 50px;
	height: 1.7em;
}
#reservation .reserveButton{
	height: 2em;
	cursor: pointer;
	border: outset 1px #495983;
	background: #999;
	color: #495983;
	font-weight: bold;
	padding: 1px 2px;
	background: url(../layout/formbg.gif) repeat-x left top;
	margin-bottom: 20px;
}

#icons {
	background-color: #FFF;
	width: 205px;
	text-align: center;
	padding-top: 25px;
}

#flaPresentation {
	text-align: center;
}

#footer {
	padding-top: 5px;
	clear: both;
	text-align: center;
	border-top: 1px solid #BDCDD0;
	width: 75%;
	margin: auto;
}

#map {
	margin: 0;
	width: 450px;
	height: 300px;
	border: 2px solid #BDCDD0;
	margin-left: 20px;	
}

#reserve_form {
	margin: auto;
	width: 90%;
}
#reserve_form label {
	width: 100%;
	display: block;
	padding-left: 5px;
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
}
#reserve_form input {
	display: block;
	width: 350px;
	height: 1.6em;
	border: 1px solid #BDCDD0;
	background-color: #F6F6F6;
	color: #666;
	font-size: 1em;
	padding-top: 5px;
	margin-left: 20px;
}
#reserve_form textarea {
	display: block;
	width: 350px;
	height: 100px;
	border: 1px solid #BDCDD0;
	background-color: #F6F6F6;
	color: #666;
	padding-top: 5px;
	margin-left: 20px;
	font-size: 1em;
	font-family: arial,helvetica,clean,sans-serif;
}

#reserve_form .enviar {
	width: 150px;
	height: 25px;
	cursor: pointer;
	border: outset 1px #21AEF5;
	background: #999;
	color: #666;
	font-weight: bold;
	padding: 1px 2px;
	background: url(../images/formbg.gif) repeat-x left top;
	margin-left: 5em;
}

#reserve_form .select_small {
	width: 60px;
	margin-left: 20px;
	border: 1px solid #BDCDD0;
	height: 1.3em;
}

#reserve_form .select_large {
	width: 160px;
	margin-left: 20px;
	border: 1px solid #BDCDD0;
	height: 1.3em;
}


.table_title {
	font-weight: bold;
	font-size: 1.1em;
}


.tosee_pics {
	border: 5px solid #BDCDD0;	
}


/* 
------------------------------------------------------------------------------
	ALERT MESSAGES 
------------------------------------------------------------------------------
*/
#alert-msg {
	text-align: center;
	width: 75%;
	margin:auto;
}
.alert {
	background: #fff6bf url(../layout/alert-messages.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos .................................. POSITION HACK */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	line-height: 18px;
}




/**/
/* MOOTOOLS ACCORDION CSS */
/**/



.toggler {
	color: #333;
	margin: 0;
	margin-left: 10px;
	padding: 2px 5px;
	background: #BDCDD0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
}
 
.element {
	margin-left: 20px;
	margin-right: 20px;
}
 
.element p {
	margin: 0;
	padding: 4px;
}

.element li {
	margin-left: 50px;
	list-style: square;
	font-size: 1.2em;
	color: #666;
	line-height: 1.5em;	
}
 
