@charset "utf-8";

/* CSS Document */



body {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 12px;

	;

	color: #4a4747;

	margin: 0px;

	background-color: #ceced0;

	width: 100%;

}

a {

	color:#000;

	text-decoration:underline;

}

a:hover {

	text-decoration:none;

}

.header {

	margin: auto;

	height: 210px;

	width: 1024px;

	background-color: #eae5d0;

	background-image: url(../images/header-bkg.jpg);

	border-bottom: 1px solid #543c0d;

}

.headerContent {

	width: 80%;

	height: 170px;

	margin: 0 auto;

	position:relative;

	color: #383636;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 10px;

	font-weight: bold;

}

.logoWraper {

	width: 100%;

	position:absolute;

	top:15px;

	left:1px;

	z-index:1;

}

img.logo {

	border: none;

	vertical-align: middle;

}

img.logo2 {

	margin-top: 50px;

}

.topMenu {

	padding-top: 15px;

	color: #383636;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 10px;

	font-weight: bold;

	border: 1px solid green;

	position:relative;

}

.follow {

	/*float: right;

	margin-left: 4em;

	margin-right: 20px;*/

	position:absolute;

	top:15px;

	right:190px;

	z-index:2;

}

.follow img {

	vertical-align: middle;

	top: 0px;

	border: none;

	margin-right:5px;

}

.language {

	/*float: right;

	margin-left: 4em;*/

	position:absolute;

	top:15px;

	right:1px;

	z-index:2;

}

.language img {

	vertical-align: middle;

	top: 0px;

	border: none;

}

*html .language img {

	margin-top: 4px;

	vertical-align: text-bottom;

}

*:first-child+html .language img {

	margin-top: 4px;

	vertical-align: text-bottom;

}

.search form {

	position: relative;

	width: 180px;

	font-family: Verdana, Geneva, sans-serif;

	color: #383636;

	font-size: 11px;

}

.sInput {

	height: 15px;

	width:140px;

	border:1px solid #A69D7C;

	background:#FFFFFF;

	position: absolute;

	left:40px;

	top:15px;

	#top: 25px; /*Para Internet Explorer */

    _top: 25px; /* Para Internet Explorer 6 */

}

/**:first-child+html .sInput {

	top: 90px;

}*/

.sImg {

	margin: 0px;

	padding: 0px;

	width:21px;

	height:21px;

	background:url(../images/search_icon.jpg) no-repeat;

	border:none;

	position: absolute;

	left:182px;

	top:15px;

	#top: 25px; /*Para Internet Explorer */

    _top: 25px; /* Para Internet Explorer 6 */

}

/*

*:first-child+html .sImg {

	margin-top: 50px;

}

*/

table, tr, td {

	border: none;/**/

	/*border: 1px solid #000;/**/

	margin: 0px;

	padding: 0px;

}

table.headerContent {

	vertical-align: bottom;

}

ul.menu {

	list-style: none;

	width: 950px;

	height:40px;

	padding: 0px;

	border-left: 1px solid #7C7C7C;

	margin:0 auto;

	margin-top:14px;

	/*margin:14px 0px 0px 100px;*/

	/*border: 1px solid #7C7C7C;*/

}

/**html ul.menu {

	margin-top: -5px;

}

*:first-child+html ul.menu {

	margin-top: 12px;

}*/

ul.menu li {

	float: left;

	width:105px;

	/*border:red solid 1px;*/

	text-align:center;

	position: relative;

}

ul.menu li a {

	padding: 6px 0px;

	display:block;

	text-decoration: none;

	color: #5f4c20;

	font-weight: bold;

	border-right: 1px solid #7C7C7C;/*background-image: url(../images/menu-left.jpg);

	background-repeat: repeat-y;*/

}

ul.menu li a.current {

	background-image: url(../images/link-current.png);

	background-repeat: repeat-x;

}

ul.menu li a:hover {

	background-image: url(../images/link-current.png);

	background-repeat: repeat-x;

}

ul.menu li.tab-about{

	width:125px;

}

ul.menu li.tab-program{

	width:100px;

	z-index: 1;

}

ul.menu li.tab-moviles{

	width:155px;

}

ul.menu li.tab-hotels{

	width:135px;

	z-index: 1;

}

ul.menu li.tab-restaurants{

	width:145px;

}

ul.menu li.tab-gallery{

	width:130px;

}

ul.menu li.tab-contact{

	width:160px;

}



ul.menu li ul {

	position: absolute;

	top:26px;

	left:-1px;

	display: none;

	width:100%;

	margin:0 auto;

	list-style: none;

	border:1px solid #7C7C7C;

	border-top:none;

	width:100px;

	z-index:200;

	padding:0;

	margin:0;

	background:#f1ebdb;

}

ul.menu li.tab-hotels ul {

	width:290px;

}

ul.menu li ul li {

	display: list-item;

	float: none;

	margin: 0 auto;

	width:100%;

	border:none;

	text-align:left;

}

ul.menu li ul li a:link, ul.menu li ul li a:visited {

	border:none;

}

ul.menu li ul li a:hover{

}



.page {

	width: 1024px;

	margin: auto;

	background-image: url(../images/page-bkg.jpg);

	background-repeat: no-repeat;

}



.page img{

	border:1px solid #000000;



}

.breadcrumbs {

	clear: both;

	margin-left: 130px;

	padding-top: 10px;

	font-size: 10px;

}

.breadcrumbs a {

	text-decoration: underline;

	color: #262626;

}

.breadcrumbs a:hover {

	text-decoration: none;

}

.content {

	width: 700px;

	float: left;

}

.content h2 {

	font-size: 20px;

	margin-left: 130px;

}

*html .content h2 {

	margin-top: 20px;

}

*:first-child+html .content h2 {

	margin-top: 20px;

}

.content p {

	margin-left: 80px;

	margin-right: 30px;

}

.content img.large {

	width: 460px;

	height: 305px;

	margin-left: 130px;

	margin-bottom: 30px;

	border: solid 10px #FFF;

}

.content ul {

	margin: 3em 2em;

}

.title {

	text-decoration: underline;

	font-size: 14px;

	font-weight: bolder;

	padding-left: 0px;

	padding-right: 40px;

	padding-bottom: 10px;

}

.sideTitle {

	text-decoration: underline;

	font-size: 12px;

	font-weight: bolder;

	padding-left: 50px;

	padding-right: 40px;

}

.sideTitle-first {

	text-decoration: underline;

	font-size: 12px;

	font-weight: bolder;

	padding-left: 50px;

	padding-right: 40px;

}

.sidebar {

	/*border-left: solid 1px;*/

	background-image: url(../images/sidebar-left.jpg);

	background-repeat: repeat-y;

	margin-left: 20px;

	margin-right: 10px;

	width: 290px;

	min-width: 10em;

	float: right;

}

.sidebar-box {

	padding-bottom:20px;

}

.sidebar-box p{

	margin-bottom:0;

	margin-top:0;

}

.sidebar img {

	margin: 3px 85px;

	width: 124px;

	height: 96px;/*border: solid 1px #000;*/

}

*html .sidebar img {

	margin-bottom: 0px;

}

*:first-child+html .sidebar img {

	margin-bottom: 0px;

}

.sidebar p {

	font-size: 11px;

	padding-left: 50px;

	padding-right: 40px;

	text-align: justify;

}

.sidebar a.more {

	margin-left: 200px;

	font-size: 11px;

	color: #4a4747;

}

.footer {

	clear: both;

	height: 68px;

	width: 1024px;

	margin: auto;

	background-color: #eee8db;

	font-size: 11px;

	color: #5f4c20;

	background-image: url(../images/footer-bkg.jpg);

	border-top: 1px solid #543c0d;

}

.footer p {

	padding-top: 5px;

	margin-top: 0px;

}

.footer br.f {

	margin-bottom: 5px;

}

.footer img {

	vertical-align: middle;

}

.footer a {

	text-decoration: none;

	color:#5F4C20;

}

.footer a:hover {

	text-decoration: underline;

}

.home {

	width: 1024px;

	margin: auto;

	background-image: url(../images/page-bkg.jpg);

}

.none {

	padding-top: 35px;

	background-image: url(../images/header-shadow.jpg);

	background-repeat: repeat-x;

}

.headerShadow {

	margin: auto;

	width: 1024px;

	padding-top: 4px;

	background-image: url(../images/header-shadow.jpg);

	background-repeat: repeat-x;

	font-size:1px;

	line-height:1px;

}

.slideshow {

	height: 298px;

	width: 798px;

	margin: auto;

	padding: 0px;

	position: relative;

}

.slideshow img {

	border: none;

}

.slideWraper {

	position: absolute;

	color: #FFF;

	font-family: "Arial Black", Gadget, sans-serif;

	font-weight: bold;

	top: 30px;

	left: 150px;

	width: 798px;
	
	height:250px;
}

p.text1 {

	font-size: 40px;

	margin: 0px;

	padding: opx;

}

p.text2 {

	font-size: 20px;

	margin: 0px;

	padding: 0px;

}

p.text3 {

	font-size: 20px;

	margin: 0px;

	padding: 0px;

}

.bullets {

	position:relative;

	height: 17px;

/*	margin:2px 110px 2px 0px;*/

	/*margin: 20px 275px 2px 0;*/

	margin:20px auto;

	margin-bottom:2px;

	padding:0 10px 0 0;

	z-index: 0;

	width:788px;

}

.bullets ul{

	position:absolute;

	top:0px;

	right:0px;

	margin:0px;

	padding:0px;

	list-style: none;

}

.bullets li{

	list-style-type: none;

	float:left;

	width:20px;

	height: 17px;

}



.bullets a {

	float:left;

	width: 15px;

	height: 15px;

	color:#46515e;

	text-decoration: none;

	background: url(../images/bullet-off.png) no-repeat;

	padding-right: 15px;

	margin:0px;

	line-height:15px;

	font-size:13px;

}

.bullets a.activeSlide {

	background-image: url(../images/bullet-on.png);

	background-repeat: no-repeat;

	color: #cfca7d;

	width: 15px;

	height: 15px;

	padding-right: 15px;

}

.main-column {

	overflow:hidden;

/*	width:750px;*/

	width:900px;

	margin:0 auto;

	text-align:center;

}

.column {

/*	margin: 3em 2em;*/

	margin: 2em 1em;

	width: 200px;

	float:left;

}

.column img {

	width: 200px;

	margin-bottom: 1.5em;

	height: 155px;

	border: solid 1px #000;

	/*-moz-border-radius: 6px; 

	-webkit-border-radius: 6px; 

	border-radius: 6px;*/

}

.column p {

	width: 100%;

	text-align: left;

	font-size: 11px;

}

a.more {

	font-size: 11px;

	color: #4a4747;

}

table.table_forms td {

	padding:2px;

	font-weight:bold;

	font-size:11px;

}

.table_forms img{

	border:none;

	vertical-align:middle;

}

table input {

	/*background:url("../images/contact/shadow.gif") repeat-x scroll center top #FFFFFF;*/

	border-color:#A69D7C;

	border-style:solid;

	border-width:1px;

	color:#333333;

	font-size:100%;

	margin:0;

	padding:2px 0;

	width:70%;

	-moz-border-radius: 2px; 

	-webkit-border-radius: 2px; 

	border-radius: 2px;

}

table textarea {

	/*background:url("../images/contact/shadow.gif") repeat-x scroll center top #FFFFFF;*/

	border-color:#A69D7C;

	border-style:solid;

	border-width:1px;

	color:#333333;

	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;

	font-size:100%;

	margin:0;

	width:100%;

	-moz-border-radius: 2px; 

	-webkit-border-radius: 2px; 

	border-radius: 2px;

}

table.select {

	background:url("../images/contact/shadow.gif") repeat-x scroll center top #FFFFFF;

	border-color:#7C7C7C #C3C3C3 #DDDDDD;

	border-style:solid;

	border-width:1px;

	color:#333333;

	font-size:100%;

	margin:0;

	padding:2px 0;

	width:70%;

}

table input.button {

	width:100px;

	background-color:#ddd;

	font-weight:bold;

	border:#999999 solid 1px;

}

table input.dates {

	width:150px;

}

.ui-datepicker-trigger {

	padding-left:5px;

}

#ui-datepicker-div {

	font-size:11px;

}

label.error {

	display:block;

	font-size:10px;

	color:#F00;

	font-weight:normal;

}

.loading {

	display:none;

}

.successfull_message {

	display:none;

	/*ext-align:center;

	font-weight:bold;*/

	font-style:italic;

}

.pagination_photos_link {

}

.loading_pages {

	/*width:50px;

	height:25px;*/

	display:none;

}

.pages_i {

	/*float:left;*/

	height:25px;

	text-align:left;

}

.pagination_content{

padding:10px 0px;

}

.pagination_photos_link a:link, .pagination_photos_link a:visited {

	color:#ffffff;

	background-color:#565657;

}

.pagination_photos_link a {

	text-decoration:none;

	voice-family:inherit;

	color:#FFF;

	padding:4px;

	font-size:10px;

	line-height:10px;

}

.pagination_photos_link a:hover {

	color:#FFFFFF;

	background-color:#3f2500;

	font-size:10px;

}

.pagination_photos_link a.activeSlide {

	color:#FFFFFF;

	background-color:#3f2500;

	font-size:10px;

}

.pagination_photos_link p {

	font-size:10px;

	font-weight:bold;

}

img.images_gallery {

	border:solid #666 1px;

}

.alignments_gallery{

	margin:0px 30px 0px 80px;

}

.alignments_gallery td{

	padding-bottom:15px;

}

.contact, .slide-navigation {

	margin-left:80px;

}

.contact p {

	margin:0px 0px 10px;

}

#packages{

	margin:0px 30px 0px 80px;

}

.package-box{

	overflow:hidden;

	width:100%;

	margin-bottom:15px;

	border-bottom:1px #666666 dashed;

}

.package-box img{

	float:left;

	margin:0px 10px 10px 0px;

}

.package-box p{

	margin:0px 0px 10px;

}



.program-box{

	overflow:hidden;

	width:175px;

	height:140px;

	float:left;

	margin-right:15px;

	margin-bottom:15px;

	text-align:center;

	border-bottom:1px #666666 dashed;

}

.program-box img{

}

.program-box p{

	margin:0px 0px 10px;

}

.program-box .title{

	text-align:center;

	padding-right:0px;

	font-size:11px;

}

.clear{

	clear: both;

}





.movilidades_container{

	margin-left:210px;

}



.gallery_container{

	margin-left:55px;

}



.home_container{

	margin-left:107px;

}



#slideshow{

	z-index:0;

	width:798px;
	

}
