body {
	background:url(../img/body-back.jpg) top left repeat-x #b0b8c2;
	margin:0;
	padding:0;
}

body, td, p, input, textarea, select {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#16191d
}

a img {
	border:0;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

form {
	margin:0;
	padding:0;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

#site {
	width:924px;
	margin:0 auto;
}

#topmenu {
	height:92px;
}
#topmenu #logo {
	float:left;
	width:250px;
	text-align:left;
}
#topmenu #links {
	float:right;
	width:630px;
	text-align:right;
	padding-top:26px;
}

#topmenu #links a {
	display:inline-block;
	background:url(../img/toplink-back.jpg) top left no-repeat;
	padding-top:4px;
	width:85px;
	height:20px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-left:21px;
}
#topmenu #links a.big {
	background:url(../img/toplink-big-back.jpg) top left no-repeat;
	width:117px;
}

#topmenu #links a.on , #topmenu #links a:hover {
	background:url(../img/toplink-back-on.jpg) top left no-repeat;
}
#topmenu #links a.bigon , #topmenu #links a.big:hover , #topmenu #links a.bigon:hover {
	background:url(../img/toplink-big-back-on.jpg) top left no-repeat;
	width:117px;
}

#header {
	padding-top:20px;
	padding-right:35px;
	height:54px;
	background:url(../img/header-top.jpg) top left no-repeat #16191d;
	text-align:right;
}

#header h1 {
	color:#fff;
	font-size:28px;
	padding:0;
	margin:0;
	text-align:right;
}

#header2 {
	padding-left:17px;
	padding-top:8px;
	height:25px;
	border-bottom:1px solid #c6c6c6;
	background-color:#4c5259;
}
#header2 h2 , #header2 h2 a {
	font-size:12px;
	padding:0;
	margin:0;
	color:#fff;
	font-weight:bold;
}

#content {
	background:url(../img/content-back.jpg) top left repeat-y #f8f8f8;
}

#leftmenu {
	float:left;
	width:228px;
}

#leftmenu a {
	color:#4c5259;
	display:block;
	padding-top:6px;
	height:23px;
	border-bottom:1px solid #d2d2d2;
	padding-left:30px;
	text-decoration:none;
	font-weight:bold;
	background:url(../img/leftlink.jpg) 17px 7px no-repeat;
}
#leftmenu a:hover {
	text-decoration:underline;
}
#leftmenu a.on {
	color:#fff;
	background:url(../img/leftlink-on.jpg) 17px 7px no-repeat #7e858c;
}


#rightcontent {
	float:right;
	width:636px;
	padding:290px 30px 30px 30px;
	background:url(../img/content-top.jpg) top left no-repeat;
}

#rightcontent h3 {
	color:#16191d;
	font-size:18px;
	font-weight:bold;
}

.graytext {
	color:#4c5259;
}

.grayfield {
	color:#4c5259;
	font-weight:bold;
	font-size:11px;
}

.required {
	color:#a00000;
	font-weight:bold;
}

.contentservicios {
	background:url(../img/content-servicios-top.jpg) top left no-repeat !important;
}


.contentcabanas {
	background:url(../img/content-cabanas-top.jpg) top left no-repeat !important;
}


.contentconsignatariatext {
	background:url(../img/content-consignataria-top.jpg) top left no-repeat !important;
}

.contentcontacto {
	background:none !important;
	padding:30px !important;
}

.contentconsignataria {
	background:none !important;
	padding:20px !important;
	width:656px !important;
}

.contentgalerias {
	background:none !important;
	padding:20px !important;
	width:656px !important;
}


.video {
	border:2px solid #c2ccd5;
	width:310px;
	height:232px;
	margin-bottom:17px;
	background-color:#16191d;
	float:left;
}
.sep {
	float:left;
	width:20px;
	height:232px;
}
.contentcontacto table {
	width:100%;
}
.contentcontacto table td {
	border:1px solid #e0e0e0;
	background-color:#fff;
	width:50%;
	line-height:25px;
}

.contentcontacto table td input {
	width:247px;
	border:1px solid #909090;
}

.contentcontacto table td textarea {
	width:550px;
	height:120px;
	border:1px solid #909090;
}

#footer {
	padding-top:30px;
	margin-bottom:60px;
	background:url(../img/footer.jpg) top left no-repeat;
	font-size:11px;
	color:#373d44;
	font-weight:bold;
}

#footerhome {
	padding-top:30px;
	margin-bottom:60px;
	background:url(../img/footerhome.jpg) top left no-repeat;
	font-size:11px;
	color:#373d44;
	font-weight:bold;
}

ul li {
	margin-bottom:10px;
}

.resalt {
	font-weight:bold;
	color:#641b3a;
}








#errormessage , .errormessage {
	float: none;
	clear: both;
	padding: 15px;
	margin: 15px;
	border: 1px solid #CC0000;
	background: #F6C6C6;
	color:#990000;
}

#infomessage , .infomessage {
	float: none;
	clear: both;
	padding: 15px;
	margin: 15px;
	border: 1px solid #3CB717;
	background: #E5FEC7;
}


#errormessage ul, .errormessage ul {
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
	border:0;
}

#errormessage li, .errormessage li {
	border:0;
	padding:0;
}

#errormessage span, .errormessage span {
	color:#CC0000;
	font-weight:bold;
}

#infomessage ul , .infomessage ul {
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
	border:0;
}

#infomessage li, .infomessage li {
	border:0;
	padding:0;
}

#infomessage span , .infomessage span {
	color:#3e9b01;
	font-weight:bold;
}


#mx-paging-search {
	clear: both;
	margin: 15px 0;
	text-align: center;
}

.mx-paging-search-item a {
	font-size:12px;
	color:#16191d;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding: 0 5px;
}

.mx-paging-search-disabled {
	font-size:12px;
	color:#666;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding: 0 5px;
}