@charset "utf-8";
/*---------------------------------------------------------------------------------------- General ------------------------------------------------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#6a6a6a;
	font-size:12px;
	line-height:18px;
	}
	
body#home {
	background:url(./imagenes/body_pics/bck_home.jpg) 0px 48px repeat-x;
	}
	
body#gral {
	background:url(./imagenes/body_pics/bck_gral.gif) 0px 48px repeat-x;
	}
	
img {
	display:block;
	border:none;
	}
	
#container {
	width:980px;
	margin:0px auto;
	background:url(./imagenes/body_pics/bck_container.gif) repeat-y;
	overflow:hidden;
	}
	
#content_main {
	width:728px;
	float:left;
	text-align:left;
	padding-top:50px;
	}
	
#content_right {
	width:225px;
	float:right;
	text-align:left;
	padding-top:50px;
	}

.clear {
	clear:both;
	height:20px;
	}
	
a {
	color:#ff7900;
	text-decoration:none;
	}
	
a:hover {
	color:#ff7900;
	text-decoration:underline;
	}
	
h1 {
	color:#225477;
	}
	
/*----------------------------------------------------------------------------------------- Header ------------------------------------------------------------------------------------*/

	
.container2 {
	width:980px;
	margin:0px auto;
	text-align:center;
	position:relative;
	display:block;
	}
	
#logo {
	position:absolute;
	top:-48px;
	left:0px;
	width:305px;
	height:137px;
	background:url(./imagenes/body_pics/logo.png);
	}

#navigation {
	width:100%;
	height:94px;
	margin:48px 0px 1px 0px;
	position:relative;
	}
	
#navbar {
	float:right;
	height:93px;
	list-style:none;
	margin:0px;
	padding:0px 3px;
	background:url(./imagenes/body_pics/bck_navbar_li.jpg) no-repeat right;
	}
	
#navbar li {
	float:left;
	padding-left:3px;
	text-align:center;
	height:94px;
	line-height:93px;
	color:#FFFFFF;
	margin:0px;
	background:url(./imagenes/body_pics/bck_navbar_li.jpg) no-repeat left;
	font-size:12px;
	}

#navbar li a {
	padding:40px 20px 40px 20px;
	text-decoration:none;
	color:#FFFFFF
	}
	
#navbar li a:hover {
	padding:38px 20px 40px 20px;
	background:url(./imagenes/body_pics/bck_navbar_hover.jpg) repeat-x;
	text-decoration:none;
	}
	
#header_home {
	width:100%;
	height:392px;
	background:url(./imagenes/body_pics/shadow_navbar.jpg) no-repeat center top;
	position:relative;
	}
	
#header_home #header_home_txt {
	width:400px;
	float:right;
	color:#FFFFFF;
	text-align:left;
	margin-top:50px;
	font-size:14px;
	line-height:18px;
	}
	
#header_home #header_home_txt h1{
	font-size:40px;
	letter-spacing:-1px;
	line-height:40px;
	font-weight:normal;
	color:#FFFFFF;
	}
	
#header_home #header_home_txt a{
	display:block;
	width:173px;
	height:30px;
	padding:0px;
	margin:0px;
	}
	
#rope1 {
	background:url(./imagenes/body_pics/rope.jpg) repeat-x;
	width:100%;
	top:518px;
	right:0px;
	position:absolute;
	height:44px;
	}
	
#rope2 {
	background:url(./imagenes/body_pics/rope2.jpg) repeat-x;
	width:100%;
	top:131px;
	right:0px;
	position:absolute;
	height:44px;
	z-index:1;
	}
	
#foto_header {
	width:512px;
	height:375px;
	background:url(./imagenes/body_pics/BORRAR_FOTO_HEADER.png) no-repeat top left;
	position:absolute;
	top:50px;
	left:30px;
	}
		
.lan {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	}		
		
		
			
/*------------------------------------------------------------------------------------------ Footer -----------------------------------------------------------------------------------*/

	
#sub-footer {
	width:980px;
	background:url(./imagenes/body_pics/bck_subfooter.gif) no-repeat 738px 0px;
	height:63px;
	clear:both;
	}
	
#footer {
	width:100%;
	background:#eaeaea;
	border-top:#b4b0b0 solid 1px;
	padding:15px 0px;
	color:#979797;
	text-align:center;
	overflow:hidden;
	}
	
#footer a {
	text-decoration:none;
	padding:0px 10px;
	color:#979797
	}
	
#footer a:hover {
	text-decoration:underline;
	padding:0px 10px;
	color:#979797
	}
	
#footer .line {
	height:1px;
	border-bottom:#FFFFFF solid 1px;
	background:#b4b0b0;
	margin:15px 0px;
	}
	
#footer img {
	float:left;
	margin:13px 20px 10px 0px;
	}
	
#credits {
	width:71px;
	height:46px;
	position:absolute;
	bottom:0px;
	right:10px;
	}
	
#footer p {
	text-align:left;
	}
	

/*------------------------------------------------------------------------------------------ Right ------------------------------------------------------------------------------------*/


#content_right .box_right {
	background:url(./imagenes/body_pics/bck_box_right.jpg) no-repeat bottom left;
	text-align:left;
	width:185px;
	padding:10px 20px 20px 20px;
	margin-bottom:10px;
	color:#225477;
	}
	
#content_right .box_right img {
	margin-bottom:10px;
	}
	
#content_right .box_right p {
	margin:0px;
	padding:0px;
	}
	
#content_right .box_right h1 {
	padding:0px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	margin:0px;
	text-transform:uppercase;
	}

#content_right .box_clima {
	background:#c5d8e5;
	border:#aecde3 solid 1px;
	padding:5px;
	width:208px;
	color:#225477;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	}


 
/*------------------------------------------------------------------------------------------ Home -------------------------------------------------------------------------------------*/

.sifr1, .sifr2 {
	font-size:14px;
	letter-spacing:-1px;
	color:#ff7900;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}
	
#content_main .titulo,
#content_right .titulo {
	font-size:18px;
	letter-spacing:0px;
	color:#ff7900;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}

.div3 {
	width:212px;
	float:left;
	padding:0px 15px;
	text-align:center;
	}
	
.div_lines {
	border-left:#e5e5e5 solid 1px;
	border-right:#e5e5e5 solid 1px;
	}
	
.div3 p {
	text-align:justify;
	}
	
.div3 a {
	text-align:left;
	color:#ff7900;
	text-decoration:none;
	padding-top:10px;
	}
	
.div3 a:hover {
	text-align:left;
	color:#ff7900;
	text-decoration:underline;
	padding-top:10px;
	}
	
.foto {
	float:left;
	padding:8px;
	border:#bababa solid 1px;
	margin-right:15px;
	}
	
.foto2 {
	float:left;
	padding:8px;
	border:#bababa solid 1px;
	margin:10px 10px 10px 0px;
	}
	
.result_content {
	width:728px;
	padding:30px 0px;
	background:url(./imagenes/body_pics/bck_results_content.gif) no-repeat top;
	position:relative;
	margin-top:50px;
	}
	
.result_content .pest{
	display:block;
	width:442px;
	height:30px;
	position:absolute;
	top:-29px;
	left:0px;
	text-align:left;
	padding:0px 143px;
	}	

.result_content .pest a.pest_on,
.result_content .pest a.pest_on:hover {
	display:block;
	width:207px;
	height:30px;
	background:url(./imagenes/body_pics/pest_on.gif) no-repeat top left;
	color:#27445b;
	text-decoration:none;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	float:left;
	margin:0px 5px;
	}
	
.result_content .pest a.pest_off:hover{
	display:block;
	width:207px;
	height:30px;
	background:url(./imagenes/body_pics/pest_on.gif) no-repeat top left;
	color:#27445b;
	text-decoration:none;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	float:left;
	margin:0px 5px;
	}
	
.result_content .pest a.pest_off{
	display:block;
	width:207px;
	height:30px;
	background:url(./imagenes/body_pics/pest_off.gif) no-repeat top left;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	float:left;
	margin:0px 5px;
	}
	

.div_result {
	width:184px;
	float:left;
	padding:0px 29px;
	text-align:center;
	background:url(./imagenes/body_pics/bck_results.jpg) no-repeat 58% 100%;
	padding-bottom:20px;
	margin-bottom:20px;
	}
	
.div_result p {
	text-align:left;
	padding-left:10px;
	}
	
.div_result a.title {
	width:182px;
	height:31px;
	background:url(./imagenes/body_pics/bck_tit_result.gif) no-repeat left top;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	line-height:31px;
	text-decoration:none;
	display:block;
	font-weight:bold;
	}
	
.div_result a.title:hover {
	width:182px;
	height:31px;
	background:url(./imagenes/body_pics/bck_tit_result.gif) no-repeat left top;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	line-height:31px;
	text-decoration:underline;
	display:block;
	font-weight:bold;
	}
	
.foto_result {
	width:auto;
	padding:8px;
	border:#bababa solid 1px;
	margin-bottom:10px;
	display:table;
	}
	

	
.div_gallery {
	width:242px;
	height:200px;
	float:left;
	padding:23px 0px 0px 0px;
	text-align:left;
	background:url(./imagenes/body_pics/bck_gallery.jpg) no-repeat top center;
	margin-bottom:10px;
	}

.div_gallery img{
	margin:0px 0px 30px 29px;
	}
	
.div_gallery a, .div_gallery a:hover {
	text-indent:20px;
	}
	
.fotos_gallery {
	display:none;
	}

.det_table {
	width:500px;
	text-align:justify;
	color:#225477;
	float:right;
	display:block;
	margin:20px 10px 0px 10px;
	}
	
.det_table td {
	border-bottom:#dde5eb solid 1px;
	padding:5px;
	}
	
.det_table th {
	background:#c5d8e5;
	border:#aecde3 solid 1px;
	padding:5px;
	color:#225477;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.content_fotos {
	display:block;
	float:left;
	margin-top:20px;
	}
	
.foto_det {
	width:166px;
	padding:5px;
	border:#bababa solid 1px;
	margin:0px 15px 20px 15px;
	display:block;
	}
	
a.book, a.book:hover {
	width:158px;
	height:37px;
	background:url(./imagenes/body_pics/btn_book.gif) no-repeat;
	text-align:center;
	line-height:37px;
	text-transform:uppercase;
	text-decoration:none;
	color:#e7cccc;
	font-size:16px;
	font-weight:bold;
	float:right;
	margin:20px 0px;
	display:block;
	}
	
a.book:hover {
	color:#FFFFFF;
	}
	
	
.content_cal {width:155px;
	margin:10px 12px;
	float:left}

.mes {background:#fff;
	border:#b7b7b7 solid 1px;
	font-weight:bold}
	
.mes_nombre {background:#fff;
	border-left:#b7b7b7 solid 1px;
	border-right:#b7b7b7 solid 1px;
	border-top:#b7b7b7 solid 1px;
	font-weight:bold}

.mes .dia {text-align:center;
	height:20px;
	width:20px;
	color:#333333}

.mes .dia a{border-bottom:#b7b7b7 solid 1px;
	border-right:#b7b7b7 solid 1px;
	border-top:#e8e8e8 solid 1px;
	border-left:#e8e8e8 solid 1px;
	text-align:center;
	height:20px;
	width:20px;
	display:block;
	color:#333333;
	text-decoration:none;
	line-height:20px;}
	
.mes .dia a:hover{border-bottom:#505050 solid 1px;
	border-right:#505050 solid 1px;
	border-top:#505050 solid 1px;
	border-left:#505050 solid 1px;
	text-align:center;
	height:20px;
	width:20px;
	display:block;
	color:#003366;
	text-decoration:none;
	background:#6db9ff;
	line-height:20px;}
	
.mes .temp1 a{border-bottom:#ff4d4d solid 1px;
	border-right:#ff4d4d solid 1px;
	border-top:#fdaaaa solid 1px;
	border-left:#fdaaaa solid 1px;
	text-align:center;
	height:20px;
	width:20px;
	display:block;
	color:#333333;
	text-decoration:none;
	line-height:20px;
	background-color:#fb8686;}
	
.mes .temp1 a:hover{border-bottom:#fff solid 1px;
	border-right:#fff solid 1px;
	border-top:#fff solid 1px;
	border-left:#fff solid 1px;
	text-align:center;
	height:20px;
	width:20px;
	display:block;
	color:#003366;
	text-decoration:none;
	background:#6db9ff;
	line-height:20px;
	background-color:#fb8686;}
	
.mes .temp2 a{border-bottom:#eaea57 solid 1px;
	border-right:#eaea57 solid 1px;
	border-top:#fff solid 1px;
	border-left:#fff solid 1px;
	text-align:center;
	height:20px;
	width:20px;
	display:block;
	color:#333333;
	text-decoration:none;
	line-height:20px;
	background:#fcfc99;}
	
.mes .temp2 a:hover{border-bottom:#fff solid 1px;
	border-right:#fff solid 1px;
	border-top:#fff solid 1px;
	border-left:#fff solid 1px;
	text-align:center;
	height:20px;
	width:20px;
	display:block;
	color:#003366;
	text-decoration:none;
	background:#6db9ff;
	line-height:20px;
	background:#fcfc99;}
	
.mes .temp3 a{border-bottom:#65b3ea solid 1px;
	border-right:#65b3ea solid 1px;
	border-top:#c0e3fc solid 1px;
	border-left:#c0e3fc solid 1px;
	text-align:center;
	height:20px;
	width:20px;
	display:block;
	color:#333333;
	text-decoration:none;
	line-height:20px;
	background:#99d4fd;
	}
	
.mes .temp3 a:hover{border-bottom:#fff solid 1px;
	border-right:#fff solid 1px;
	border-top:#fff solid 1px;
	border-left:#fff solid 1px;
	text-align:center;
	height:20px;
	width:20px;
	display:block;
	color:#003366;
	text-decoration:none;
	background:#6db9ff;
	line-height:20px;
	background:#99d4fd;}
	
.mes .temp4 a{border-bottom:#4fcc4f solid 1px;
	border-right:#4fcc4f solid 1px;
	border-top:#adeaad solid 1px;
	border-left:#adeaad solid 1px;
	text-align:center;
	height:20px;
	width:20px;
	display:block;
	color:#333333;
	text-decoration:none;
	line-height:20px;
	background:#87db87;}
	
.mes .temp4 a:hover{border-bottom:#fff solid 1px;
	border-right:#fff solid 1px;
	border-top:#fff solid 1px;
	border-left:#fff solid 1px;
	text-align:center;
	height:20px;
	width:20px;
	display:block;
	color:#003366;
	text-decoration:none;
	background:#6db9ff;
	line-height:20px;
	background:#87db87;}
	
.mes .diaOFF {border-bottom:#b7b7b7 solid 1px;
	border-right:#b7b7b7 solid 1px;
	border-top:#e8e8e8 solid 1px;
	border-left:#e8e8e8 solid 1px;
	text-align:center;
	height:20px;
	width:20px;
	color:#9e9d9d;
	line-height:20px;}
	
.mes .diaExtra { height:22px;
	width:20px;}
	
.mes_nombre .nombre {text-align:center;
	height:15px;
	width:22px;
	font-size:9px;
	color:#333333}
	
.mes_nombre .nombre_mes {text-align:center;
	height:15px;
	color:#333333}
	
table.pricelist {
	width:728px;
	background:#ccc;
	font-size:14px;
	margin:0px 0px;
	}
	
table.pricelist th{
	height:50px;
	font-size:11px;
	text-align:center;
	}
	
table.pricelist th p {
	margin:0px;
	padding:0px;
	font-size:9px;
	font-weight:normal;
	}
	
table.pricelist th.temp1,
table.pricelist td.temp1 {
	color:#009900;
	}
	
table.pricelist th.temp2,
table.pricelist td.temp2{
	color:#348efe;
	}
	
table.pricelist th.temp3,
table.pricelist td.temp3{
	color:#a79b00;
	}
	
table.pricelist th.temp4,
table.pricelist td.temp4{
	color:#FF0000;
	}
	
table.pricelist td.barcos {
	background:#3d3d3d;
	color:#FFFFFF;
	font-weight:bold;
	}
	
table.pricelist td.sem{
	font-size:11px;
	}
	
table.pricelist td{
	padding:5px;
	}
	
form#booking {
	width:672px;
	margin:20px 28px;
	padding:0px;
	text-align:center;
	color:#225477;
	}
	
form#booking div{
	width:672px;
	margin:0px auto;
	padding:8px 0px;
	clear:both;
	overflow:hidden;
	border-bottom:#dde5eb solid 1px;
	}
	
form#booking div label {
	width:250px;
	float:left;
	text-align:right;
	margin-right:10px;
	line-height:25px;
	font-weight:bold;
	}
	
form#booking div label.label2 {
	width:auto;
	float:left;
	text-align:right;
	margin-right:10px;
	line-height:25px;
	font-weight:normal;
	}
	
form#booking div input[type=text],
form#booking div textarea {
	width:240px;
	float:left;
	text-align:left;
	height:auto;
	line-height:18px;
	color:#225477;
	padding:3px;
	font-size:12px;
	}
	
form#booking div textarea {
	height:70px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
form#booking div select {
	float:left;
	text-align:left;
	color:#225477;
	padding:3px;
	font-size:12px;
	}
	
form#booking div input[type=radio] {
	float:left;
	margin:0px 0px 0px 10px;
	height:20px;
	width:20px;
	display:block;
	padding:0px;
	}
	
form#booking div input[type=submit] {
	float:left;
	margin:0px;
	padding:0px;
	}
	
form#booking div select.form_titulo {
	width:100px;
	margin-right:10px;
	}
	
form#booking div input.form_titulo2 {
	width:130px;
	padding:3px;
	margin-right:10px;
	}
	
form#booking div .errorForm {
 	color:#FF0000;
	font-size:10px;
	font-weight:bold;
	border:none;
	padding:0px;
	margin:0px 0px 0px 260px;
	text-align:left;
	float:left;
	width:auto;
	}
	
.evento_foto {
	width:208px;
	float:left;
	border-right:#999999 solid 1px;
	padding:10px 0px;
	}
	
.evento_txt {
	width:500px;
	float:left;
	padding:0px 0px 0px 15px;
	}
	
.evento_txt h1{
	margin:5px 0px;
	}
	
	
.eventos_lista {
	margin-left:10px;
	}
	
table.info_charter {
	width:400px;
	margin:20px 164px;
	background:#CCCCCC;
	}
	
table.info_charter td{
	background:#ffffff;
	padding:3px;
	}
	
.content_album {
	width:100%;
	margin:0px;
	}
	
.foto3 {
	float:left;
	padding:8px;
	border:#bababa solid 1px;
	margin:10px 12px;
	}


.comentario_foto {
	width:140px;
	font-size:10px;
	line-height:14px;
	margin-top:5px;
	height:30px;
	}
	
.google_map {
	width:440px;
	height:300px;
	float:left;
	margin:20px 10px 0px 0px;
	}

