@import url('style.css');
@import url('select_box.css');
@import url('../js/jquery.jscrollpane.css');

body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
}

.abs() {
	position: absolute;
}

.hide {
	display: none;
	.abs;
	top:0;
	left:0;
}

#nav1s {
	left: 11px;
    position: absolute;
    top: 3px;
    z-index:1000;
}

#nav2s {
	left: 94px;
    position: absolute;
    top: 3px;
    z-index:1000;
}

#nav3s {
	left: 181px;
    position: absolute;
    top: 3px;
    z-index:1000;
}

#nav4s {
	left: 265px;
    position: absolute;
    top: 4px;
    z-index:1000;
}

#nav5s {
	left: 352px;
    position: absolute;
    top: 3px;
    z-index:1000;
}

#nav6s {
	left: 438px;
    position: absolute;
    top: 3px;
    z-index:1000;
}

.center-wrapper {
	margin: 0 auto;
	width: 985px;
}

.clear {
	clear: both;
}

.no-margin {
	margin: 0;
}

.hidden {
	display: none;
}

a {
	text-decoration: none;
}

.titulo {
	font-size: 19.86px;
	font-family: arial;
	display: block;
}

.paragraph {
	font-family: arial, sans-serif;
	text-align: justify;
	font-size: 12px;
}

.container {
	width: 100%;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/*************** Color */

@gray-home : #707070;

@black-home : #191919;

@pink : #d92195;


/*************** font-family */

.georgia( @size : 12px  ) {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: @size;
}

.arial( @size : 12px ) {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: @size;
}

/****************  Functions */

.border-radius ( @size: 5px ) {
	-webkit-border-radius: @size;
	-khtml-border-radius: @size;
	-moz-border-radius: @size;
	border-radius: @size;
}

/*************** Home */


#wrapper-home {
	margin: 0 auto;
	position: relative;
	width:840px;
}

#wrapper-home header {
	position: relative;
}

#wrapper-home header h1 {
	left:0;
	position: relative;
	top:10px;
}

#wrapper-home header a {
	
}


#wrapper-home header a span {
	color: white;
}

#wrapper-home nav {
	position: relative;
	width: 837px;
}

#wrapper-home nav img {
	position: absolute;
}

#mapa-1 {
	left:2px;
	top: -5px;
}

#h-map-1:hover {
	border: solid 1px #000;
}

#mapa-2 {
	left:210px;
	top:-99px;
}

#mapa-3 {
	left:210px;
	top:112px;
}

#mapa-4 {
	left:418px;
	top:-19px;
}

#mapa-5 {
	left:418px;
	top:239px;
}

#mapa-6 {
	left:627px;
	top:-101px;
}


#hoja-1 {
	background: url(../img/hoja-sup.png) no-repeat;
	height: 76px;
	right: 138px;
	top: 0;
	width: 113px;
	.abs;
}

#hoja-2 {
	background: url(../img/hoja-inf.png) no-repeat;
	height: 76px;
	right: 308px;
	top: 135px;
	width: 113px;
	.abs;
}

#info-1 {
	top: 22px;
	right: 200px;
	width:210px;
	.abs;
}

#info-2 {
	top: 598px;
	left: 226px;
	width:210px;
	.abs;
}

#info-3 {
	padding-left: 10px;
	top: 340px;
	right: 1px;
	width:200px;
	.abs;
}

#info-1 > h3,
#info-2 > h3,
#info-3 > h3 {
	color:  @black-home;
	font-weight: normal;
	font-style: italic;
	.georgia(22px);
}

#info-1 > p,
#info-2 > p,
#info-3 > p {
	color: @gray-home;
	font-style: italic;
	margin-top:3px;
	.georgia(10px);
}

#info-3 > form {
	margin-top: 12px;
}


#info-2 > p{
	width: 147px;
}

#search_form {
	background: #f5f5f5;
	border: 1px solid #DADADA;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	color: #494949;
	display: block;
	font-size: 13px;
	font-family: Georgia;
	font-style: italic;
}

/******** wrapper */

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

/******** Header */

#wrapper header {
	height: 130px;
	position: relative;
	width:100%;
}

#wrapper header h1{
	left: 0;
	top:10px;
	.abs;
}

#wrapper header nav{
	background: url(../img/main-nav.png) no-repeat;
	height: 45px;
	padding-top: 0;
	right: 0;
	top:80px;
	.abs;
	width: 753px;
}

#wrapper header nav ul {
	.abs;
	top:-30px;
	left: 67px;
}

#wrapper header nav ul li {
	float: left;
	width: 85px;
}

#wrapper header nav ul li a {
	width: 85px;
	text-align: center;
	display: block;
	font-size: 11px;
	color: #D92195;
}

#wrapper header nav ul li a:hover {
	text-decoration: underline;
}

.title-main-nav {
	color: #000;
	cursor:pointer;
	display: block;
	font-style: italic;
	.georgia(13px);
	z-index: 2;
	width: 50px;
}

#mapster_wrap_0 {
	z-index: 2;
}

#wrapper header nav img {
	float: left;
}

#wrapper header nav img:fist-child {
	margin-left: 20px;
}

#navigation {
	margin-left: 8px;
}


/********* Filter */

#filter {
	clear: both;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 9px;
	position: relative;
	width:100%;
}

#filter form {
	right: 0;
	top:0;
	.abs;
}

#filter form .select-box {
	display: inline-block;
	margin-left: 5px;
}

#filter form .select-box .select-container-trigger {
	background: #d8d8d8;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: auto;
	min-width: 135px;
}


#filter form .select-box .select-container-options {
	background: #D8D8D8;
	/*url(../img/filter-bg.png) no-repeat 50% 0*/
	margin-top: 5px;
	min-width: 135px;
	padding: 4px 0;
}

#filter form .select-box .select-container-options ul {
	margin: 0 5px;
}

#filter form .select-box .select-container-options ul li a {
	color: #000000;
	font-style: normal;
	.arial(11px);
}

#filter form .select-box .select-container-options ul li a:hover {
	background: none;
	color: #444;
}

#filter form .select-box .select-container-trigger .select-trigger {
	color: #d92195;
	font-size: 12px;
	font-style: normal;
}

#filter form .select-box .select-container-trigger .select-trigger .select-title-trigger {
	display: inline-block;
	margin-right: 25px;
	min-width: 105px;
}




/********** main-content */

#main-content {
	float: left;
	margin-bottom: 70px;
	width: 100%;
}

/*********** Sidebar */
#main-content aside {
	float: left;
	width: 182px;
	min-height: 200px;
}

/*********** second-menu */

#second-menu {
	margin-bottom: 20px;
}

#second-menu > ul {
	
}

#second-menu > ul li {
	margin-bottom: 5px;
}


#second-menu > ul > li > a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-style: italic;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	position: relative;
	width: 155px;
	.georgia(16px);
}

#second-menu > ul > li > a img{
	height: 28px;
	left:0;
	top:0;
	.abs;
	z-index: 1;
}

#second-menu > ul > li > a span {
	position: absolute;
	z-index: 2;
}

.item-green {
	background: url(../img/sprites-second-menu.png) no-repeat;
}

.item-blue {
	background: url(../img/sprites-second-menu.png) no-repeat 0 -30px;
}

.item-brown {
	background: url(../img/sprites-second-menu.png) no-repeat 0 -60px;
}

.item-red {
	background: url(../img/sprites-second-menu.png) no-repeat 0 -118px;
}

.item-pink {
	background: url(../img/sprites-second-menu.png) no-repeat 0 -89px;
}

#second-menu > ul li a:hover {
	
}

#second-menu > ul li ul {
	display: none;
}

#second-menu > ul li > ul li {
	
}


#second-menu > ul li > ul li a{
	color: #000;
	display: block;
	font-style: normal;
	padding: 3px 0;
	.arial(12px);
	max-width: 166px;
	width:166px;
}

#second-menu > ul li ul li a img {
	margin-left:3px;
	margin-right: 10px;
	margin-bottom:4px;
	vertical-align: middle;
}

#second-menu > ul li ul li a:hover{
	background: #e5e4e4;
}

/*********** Banner */

#banner {
	
}

#banner a {
	display: block;
	margin-bottom: 30px;
}

#banner a img {
	width:155px;
}

/*********** Primary-content */

#main {
	float: left;
	margin-left: 4px;
	width: 814px;
}

/*********** Breadcrums */

#breadcrums {
	background: url(../img/breadcrums.png) no-repeat;
	color: #fff;
	height: 22px;
	line-height: 21px;
	margin-bottom: 8px;
	width: 100%;
}

#breadcrums a {
	color: #fff;
	font-size: 14px;
	height: 22px;
}

#breadcrums a:first-child {
	margin-left: 10px;
}

#breadcrums a:hover,
#breadcrums a.current {
	border-bottom: solid 1px #fff;
}

/********** Name section */

#name-section {
	height: 100px;
	position: relative;
	width: 100%;
}

#name-section h2 {
	color: #000;
	font-size: 20px;/*24px;*/
	font-weight: normal;
	left:0;
	top: 40px;
	.abs;
	width: 165px;
}

#name-section h2 a {
  color: #000;
}

#name-section h2 a:hover {
  text-decoration: underline;
}

#name-section img {
	right: 0;
	top:0;
	.abs;
}

/*********** content */

#content {
	position: relative;
}

/*********** pagination */

.container-pagination {
	clear: both;
	height: 22px;
	margin: 8px 0;
	position: relative;
}

.pagination {
	right:0;
	top: 0;
	.abs;
}

.pagination a {
	background: #f3f3f3;
	border: solid 1px #e8e8e8;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #6e6e6e;
	display:inline-block;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	margin-left: 5px;
	padding: 0 5px;
}

.pagination a img {
	vertical-align: middle;
}

.pagination a:first-child {
	margin: 0;
}

.pagination .current {
	background: #d92195;
	border-radius: 0;
	color: #fff;
}

.pagination a:hover {
	border: solid 1px #999;
}


/*********** details */

#details {
	border-top: solid 1px #e5e5e5;
	padding-top: 10px;
}

#details-photo {
	background: url(../img/gal-bg.png) no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 290px;
	width: 334px;
}

#details-photo img {
	margin: 10px 0 0 9px;
}


#details h3,
#gallery h4 {
	color: @pink;
	font-size: 18px;
	font-weight: normal;
}

#details p,
#gallery span {
	color: #5e5e5e;
	font-size: 12px;
}

#gallery {
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

#gallery span {
	display: block;
}

#gallery nav {
    margin-top: 8px;
    overflow: hidden;
    padding: 0 14px;
}

#gallery nav.gallery-images-container {
	height: 100px;
  width: 775px;
}

#gallery nav.gallery-images-container img {
	height: 93px;
}

#prev-gal-btn,
#next-gal-btn {
	position: absolute;
	top: 128px;
}

#prev-gal-btn{
	left: 0;
}

#next-gal-btn {
	right: 15px;
}

#gallery > a#prev-gal-btn img,
#gallery > a#next-gal-btn img {
	border: none;
}


#gallery nav a{
	display: block;
    float: left;
    margin-bottom: -3px;
    margin-right: 8px;
}

#gallery nav a img{
	border: solid 3px #d6d6d6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 93px;
}

/********** list */
#list {
	border-top: solid 1px #e5e5e5;
	float: left;
	padding-top: 10px;
	padding-bottom:50px;
	width: 815px;
}

#list > div {
	border-top: solid 1px #e5e5e5;
	min-height: 152px;
	padding-top:10px;
	width: 100%;
}

#list > div:first-child {
	border-top: none;
}

.item-list {
	float: left;
	width: 50%;
}

.img-item-list {
	float: left;
	margin-right:7px;
	width: 158px;
}

.img-item-list > img {
	height: 100px;
	margin: 5px 0 0 5px;
	width: 148px;
}


.info-item-list {
	float: left;
	position: relative;
	padding-right: 12px;
	width: 230px;
}

.info-item-list > p {
	color: #5e5e5e;
	font-size: 12px;
	margin-bottom: 15px;
	text-align: justify;
}

.info-item-list > a {
	display: block;
}

.title-item-list,
.saber-mas,
.en-donde {
	color: @pink;
}

.title-item-list:hover,
.saber-mas:hover,
.en-donde:hover {
	color: @pink;
	text-decoration: underline;
}

.title-item-list {
	font-size: 18px;
	margin-bottom: 3px;
	max-width: 185px;
	line-height: 17px;
}

.saber-mas {
	font-size: 12px;
	right: 12px;
	top:6px;
	position: absolute;
}

.en-donde {
	font-size: 12px;
}

.c-windsurf {
	background: url(../img/c-windsurf.png) no-repeat;
	height: 127px;
	width: 158px;
}

.c-surf {
	background: url(../img/c-surf.png) no-repeat;
	height: 151px;
	width: 158px;
}

.c-velero {
	background: url(../img/c-velero.png) no-repeat;
	height: 139px;
	width: 158px;
}

.c-ski {
	background: url(../img/c-ski.png) no-repeat;
	height: 148px;
	width: 158px;
}

.c-snorkeling {
	background: url(../img/c-snorkeling.png) no-repeat;
	height: 151px;
	width: 158px;
}

.c-pesca {
	background: url(../img/c-pesca.png) no-repeat;
	height: 127px;
	width: 158px;
}

/********** nav-footer */

#footer {
	background: url(../img/footer-bg.jpg) no-repeat 50% 0;
	clear: both;
	height: 45px;
	padding-top: 95px;
	width: 100%;
}

.footer-nav {
	margin: 0 auto;
	margin-top: 10px;
}

.footer-nav a {
	border-left: solid 1px #3aa208;
	color: #3aa208;
	font-size: 11px;
	margin:0;
	padding: 0 3px;
}

.footer-nav a:hover {
	text-decoration: underline;
}

.footer-nav a:first-child,
.footer-nav a.first-child {
	border-left: none;
	padding-left: 0;
}

.footer-nav a.f-pink {
	color: #d92195;	
	border-left: solid 1px #d92195;
}

.footer-nav a.first-child.f-pink {
	border-left: none;
}

.footer-nav a.f-icon {
	border: none;
}

#second-footer-nav {
	width: 170px;
	margin-bottom: 10px;
}

#first-footer-nav {
	width: 600px;
}

/********** lightbox gallery *******/

#lightbox-gallery {
	background: url(../img/lightbox-container.png) no-repeat;
	display: none;
	height: 417px;
	position: absolute;
	top: 60px;
	width: 495px;
	z-index: 20000;
}

#lightbox-overlay {
	background: #fff;
	display: none;
	filter: alpha(opacity=80);
	height: 640px;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#close-lightbox {
	color: @pink;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10000;
}

#next-image,
#prev-image {
	top: 160px;
	position: absolute;
}

#next-image {
	right: 12px; 
}

#prev-image {
	left: 15px;
}

#lightbox-gallery > img,
#lightbox-gallery > div {
	/*height: 312px;*/
	left: 44px;
	max-width: 412px;
	min-height: 312px;
	position: absolute;
	top: 25px;
	/*width: 412px;*/
}
#lightbox-gallery > img {
	max-height: 312px;
  max-width: 412px;
}

#lightbox-gallery > div.dinamic-video {
	height: auto;
	left: 0;
	position: absolute;
	top: 25px;
	border: solid 10px #e6e6e6;
}

#lightbox-gallery.background-white {
	background: white;
	top: 10px;
	padding: 10px;
}

/************** list-box *******/

#list-lightbox {
	background: url(../img/listbox.png) no-repeat;
	display: none;
	height: 406px;
	position: absolute;
	width: 311px;
	z-index: 20000;
}

#list-lightbox > h3 {
	margin-top: 32px;
}

#list-lightbox > h3,
#list-lightbox > h4 {
	color: @pink;
	font-style: italic;
	font-weight: normal;
	.georgia(18px);
	margin-left: 45px;
}

#list-lightbox > h4 {
	.georgia(14px);
}

#list-lightbox > div {
	height: 255px;
	overflow: auto;
	margin-left: 45px;
	margin-top: 12px;
	width: 235px;
}

#close-listbox {
	color: @pink;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 28px;
	right: 28px;
}

#listbox-places .estado {
	color: #646464;
	font-size: 12px;
}

#listbox-places .bold {
	font-weight: bold;
}

#listbox-places .lugar {
	color: #646464;
	font-size: 12px;
	font-style: italic;
}


/**** Modificaciones Home ****/

#menu-mosaico {
	position: absolute;
	top: -1px;
	left: 0;
}

#wrapper-home header {
	z-index: 10000;
	width: 211px;
}

#wrapper-home header a span {
	display: none;
}

#mos1 {
    height: 377px;
    left: 0;
    position: absolute;
    top: 95px;
    width: 210px;
    z-index: 0;
}

#mos2 {
    height: 377px;
    left: 208px;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 0;
}

#mos3 {
    height: 377px;
    left: 210px;
    position: absolute;
    top: 209px;
    width: 210px;
    z-index:0;
}

#mos4 {
    height: 377px;
    left: 418px;
    position: absolute;
    top: 79px;
    width: 210px;
    z-index: 0;
}

#mos5 {
    height: 377px;
    left: 627px;
    position: absolute;
    top: -1px;
    width: 210px;
    z-index: 0;
}

#mos6 {
    height: 377px;
    left: 418px;
    position: absolute;
    top: 337px;
    width: 210px;
    z-index: 0;
}

#hoja-1 {
	z-index: 1000;
}

#hoja-2 {
	z-index: 1000;
}
