@charset "utf-8";
body, html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	background-image: url(../images/back_body.jpg);
	background-repeat: repeat-x;
	color: #555;
}
/* CSS Document */

#container {
	width: 950px;
	background-image: url(../images/back_shadow.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-width: 950px;
}
#header {
	background-image: url(../images/back_utils.png);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center -160px;
}
#header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#footer {
	background-image: url(../images/back_footer.jpg);
	background-repeat: repeat-x;
	height: 35px;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	color: #333;
}
#footer a {
	color: #333;
}
a {
	color: #F90;
	font-weight: bold;
}
a.locations {
	color: #666;
}
a:hover {
	text-decoration: none;
}
.mnu {
	overflow: hidden;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}
.mnu ul {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.mnu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(../images/back_utils.png);
	background-position: right -40px;
	float: left;
	height: 40px;
	background-repeat: no-repeat;
}
.mnu li a {
	color: #000;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 14px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-left: 14px;
}
.mnu li a:hover {
	text-decoration: underline;
}

.mnu li:hover {
	background-image: url(../images/back_utils.png);
	background-repeat: no-repeat;
	background-position: right -120px;
}


.mnu li.left {
	background-image: url(../images/back_utils.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	float: left;
	width: 20px;
	height: 40px;
}
.mnu li.right {
	background-image: url(../images/back_utils.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	float: left;
	width: 20px;
	height: 40px;
}


#content {
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
	min-height: 600px;
}
.leftside {
	width: 200px;
	margin: 0px;
	float: left;
	z-index: 10;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}

.rightside {
	width: 720px;
	margin-left: 15px;
	float: left;
	padding-right: 10px;
}
.pager a {
	margin-right: 2px;
	margin-left: 2px;
}
.pager {
	text-align: right;
	margin-bottom: 10px;
}
ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
h1 {
	padding: 0px;
	color: #F90;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 18px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	color: #3D72A8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	color: #F90;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.btn {
	background-image: url(../images/back_utils.png);
	background-position: right -360px;
	background-repeat: no-repeat;
	text-align: right;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
	padding-right: 20px;
	margin-left: 20px;

}
.btn .btnText {
	margin-left: -15px;
	padding-left: 10px;
	background-image: url(../images/back_utils.png);
	background-position: 0px -360px;
	height: 20px;
}
.btn .btnText a {
	text-decoration: none;
	color: #666;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}


.box {
	margin-bottom: 20px;
	text-align: left;
}
.box .leftTop {
	background-image: url(../images/back_boxblue.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
	height: 10px;
	float: left;
}
.box .rightTop {
	background-image: url(../images/back_boxblue.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
	margin-left: 15px;
}
.box .leftMid {
	background-image: url(../images/back_boxblue.png);
	background-repeat: repeat;
	background-position: left -15px;
}
.box .rightMid {
	background-image: url(../images/back_boxblue.png);
	background-repeat: repeat;
	background-position: right -15px;
	margin-left: 15px;
	padding-right: 15px;
}
.box .rightBot {
	background-image: url(../images/back_boxblue.png);
	background-position: right bottom;
	height: 10px;
	margin-left: 15px;
}
.box .leftBot {
	background-image: url(../images/back_boxblue.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 10px;
	width: 15px;
	float: left;
}





.mid {
	overflow: hidden;
}
.mnuLeft {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.mnuLeft li {
	margin-bottom: 5px;
}

.mid .colLeft {
	float: left;
	width: 320px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.mid .colRight {
	width: 320px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 30px;
}
img.border {
	padding: 3px;
	border: 1px solid #999;
}
a img {
	padding: 3px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#propimages img.border {
	margin-top: 10px;
	text-align: center;
	margin-left: 10px;
}
img.floatborder {
	float: left;
	border: 1px solid #999;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 3px;
}
.icons {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.icons .sleeps {
	background-image: url(../images/ico_sleeps.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 48px;
	text-align: center;
	float: left;
}
.icons .dblbeds {
	background-image: url(../images/ico_dblbeds.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 48px;
	text-align: center;
	float: left;
}
.icons .twinbeds {
	background-image: url(../images/ico_twinbeds.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 48px;
	text-align: center;
	float: left;
}
.icons .singlebeds {
	background-image: url(../images/ico_singlebeds.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 48px;
	text-align: center;
	float: left;
}
.icons .cots {
	background-image: url(../images/ico_cot.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 48px;
	text-align: center;
	float: left;
}
.icons .bathroom {
	background-image: url(../images/ico_bath.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 48px;
	text-align: center;
	float: left;
}
.divider {
	background-image: url(../images/img_divider.png);
	clear: both;
	background-repeat: no-repeat;
	height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 0px 10px;
	margin-left: 10px;
}
form {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
form label {
	font-weight: bold;
}
form label.s {
	width: 50px;
	line-height: 20px;
	height: 20px;
	float: left;
}
form label.sl {
	width: 80px;
	line-height: 20px;
	height: 20px;
	float: left;
}
form label.m {
	width: 150px;
	float: left;
}
form input, select , textarea{
	margin-bottom: 15px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
}
form #dateArrival {
	float: left;
}
form br {
	clear: left;
}



.error {
	color: #C00;
	margin-left: 10px;
	text-align: left;
}
#frmContactos input[type=text] {
	float: left;
	display: inline;
}
ul.icodetails {
	list-style-type: none;
}
.icodetails li img {
	float: left;
}
.icodetails li {
	display: block;
	height: 32px;
	line-height: 32px;
}
img.floatrightborder {
	float: right;
	border: 1px solid #999;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 3px;
}
.dropdowncont {
	position: absolute;
	visibility: hidden;
	width: 300px;
}
p.italic {
	font-style: italic;
	font-weight: bold;
}
span.underline {
	text-decoration: underline;
}

.partners li {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	list-style-type: none;
}
.clearfloat {
	clear: both;
}
#frmSearch table td a img {
	margin: 0px;
	padding: 0px;
}
.oneCol {
	width: 920px;
	overflow: hidden;
	margin-left: 15px;
	padding-right: 10px;
}
