body {
	font-size:100%;
	background:url(../images/body_bg.gif);
}
#page {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#666
}

/* links */
a:link, a:visited {
	color:#666;
	text-decoration:none;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color:#999;
}
a:active {
}


/* header */
#header {
	font-size:.85em;
}
#logo {	
	background-color: #e9edd2;
	float:left;
	width:210px;
	height: 170px;
	text-align:center;
}
#logo a{
	display:block;
	margin-top:46px;
}
#lang {
	padding-top:63px;
	padding-bottom:18px;
}
#lang ul {
	margin:0 30px 0 0;
	padding:0;
	list-style:none;
	text-align:right;
}
#lang ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	margin-left:7px;
	text-transform:uppercase;
}
#lang ul li a{
	text-decoration:none;
}
#lang ul li.active a{
	font-weight:bold;
}

#navbar {	
	background-color: #FFF;
}
#navbar ul{
	list-style:none;
}
#navbar ul li{
	list-style:none;
	display:inline;
	margin-right:3px;
}
#navbar ul li.last{
	margin-right:-3px;
}
#navbar ul li a{
	display:inline-block;
	background:#e6e6e6;
	height:27px;
	line-height:27px;
	padding:0 20px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#navbar ul li.first a{
	padding:0 24px;
}
#navbar ul li.last a{
	padding:0 24px;
}
#navbar ul li a:hover, #navbar ul li.active a{
	background:#f3a709;
	color:#FFF;
}

/* navbar deutsch */

#navbar ul#deutsch{
	list-style:none;
}
#navbar ul#deutsch li{
	list-style:none;
	display:inline;
	margin-right:3px;
}
#navbar ul#deutsch li.last{
	margin-right:-3px;
}
#navbar ul#deutsch li a{
	display:inline-block;
	background:#e6e6e6;
	height:27px;
	line-height:27px;
	padding:0 16px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#navbar ul#deutsch li.first a{
	padding:0 24px;
}
#navbar ul#deutsch li.last a{
	padding:0 24px;
}
#navbar ul#deutsch li a:hover, #navbar ul#deutsch li.active a{
	background:#f3a709;
	color:#FFF;
}

/* fin navbar deutsch */

/* main */ 
#main {
	background:url(../images/main_bg.png) repeat-y left;
}

/* sidebar-left */
#sidebar-left {
	background: #e9edd2;
}
#sidebar-left h2 {
	font-size:24px;
	margin-bottom:10px;
}
#sidebar-left p{
	margin: 10px 0 15px;
}
#sidebar-left #reservas {
	background: #f5f7ea url(../images/sheet_ok.jpg) no-repeat 15px 90px;
	border:5px solid #bfc3ab;
	height:125px;
	margin: 0 11px 20px 11px;
	padding:10px;
}
#sidebar-left #reservas-de {
	background: #f5f7ea url(../images/sheet_ok.jpg) no-repeat 15px 115px;
	border:5px solid #bfc3ab;
	height:150px;
	margin: 0 11px 20px 11px;
	padding:10px;
}
#sidebar-left #socios {
	background: #f5f7ea;
	height:145px;
	margin: 0 11px 20px 11px;
	padding:10px;
}
#sidebar-left #socios-de {
	background: #f5f7ea;
	height:145px;
	margin: 0 11px 20px 11px;
	padding:10px;
}
#sidebar-left #contacto, #sidebar-left #iagto {
	background: #f5f7ea;
	height:120px;
	margin: 0 11px 20px 11px;
	padding:10px;
}
#sidebar-left #iagto{height:60px;}
#sidebar-left #reservas a.button {
	margin-top:15px;
}
#sidebar-left #reservas-de a.button {
	margin-top:12px;
}
#sidebar-left #socios a.button {
	margin-top:30px;
}
#sidebar-left #socios-de a.button {
	margin-top:10px;
}
#sidebar-left #contacto a.button {
	margin-top:8px;
}
a.button {
	font-size:.9em;
	float:right;
	height:21px;
	line-height:21px;
	background:url(../images/button_right.jpg) no-repeat right;
	text-decoration:none;
	font-weight:bold;
	color:#585656;
}
a.button span{
	background: url(../images/button_left.jpg) no-repeat left;
	display:block;
	padding:0 15px;
}
/*content */
#content-top {	
	margin:0 30px 0 20px;	
}
#content {	
}
#content-inner {	
	margin:20px 20px 80px 40px;
}

#submenu {
	float:left;
	list-style:none;
	padding-left:20px;
	width:135px;
}
#submenu li{
	margin-bottom:4px;
	border-bottom:1px solid #fff;
}
#submenu li a{
	margin:0;
	display:block;
	font-size:.85em;
	font-weight:bold;
	text-decoration:none;
	color:#949392;
	text-transform:uppercase;
	background:#e6e6e6;
	padding: 8px 15px;
}
#submenu li a:hover, #submenu li.active a{
	background:#f3a709;
	color:#FFF;
}

.submenu #content-inner {	
	margin-left:180px;	
}
#content #breadcrumb {
	font-size:.85em;
	margin-bottom:10px;
}

#content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#433821;
	font-size:2em;
	margin-bottom:15px;
}
#content h1 span {
	color:#f3a709;
	font-weight:bold;
}
#content h1 span.grey {
	color:#433821;
}
#content p{
	margin: 1em 20px 1em 0;
}

	/* slideshow */
	#slideshow {
		margin-right:-20px;
		float:left;
		width:580px;
		margin-bottom:15px;
	}
	#slideshow #controls {
		list-style:none;
		margin-top:4px;
		float:right;
	}
	#slideshow #controls a {
		float:left;
		display:block;
		background:#dddddd;
		height:14px;
		padding:0 4px;
		line-height:14px;
		color:#949392;
		text-decoration:none;
		font-size:.85em;
		margin-left:4px;
	}
	#slideshow #controls a.activeSlide {
		background:#ccc;
	}

/* homepage */
#weather {
	float:left;
	border:5px solid #e6e6e6;
	width:50px;
	height:65px;
	padding: 5px;
	margin-right:15px;
}
.home #content-inner {
	margin:20px 100px 80px 80px;	
}

/* tarifas */
#tarifas {
	background:#f4f4f4;
	padding:28px 70px 28px 38px;
	width:472px;
}
#tarifas td{
	height:22px;
	padding: 0 15px 0 15px;
}
#tarifas tr.odd td{
	background:#fff;
}
/* contacto */
#form-contacto {
	padding: 20px 246px 20px 140px;
}
#form-contacto .form-field label {
	width:86px;
}
#form-contacto .form-text {
	width:215px;
}
#form-contacto .form-field select {
	width:219px;
}
#form-contacto #telefono .form-text {
	width:178px;
}
#form-contacto #telefono #telefono-prefix {
	width:30px;
}
#form-contacto .form-field textarea {
	width:215px;
	height:95px;
}

/* diseñador */
#disenador-paises {
	margin:10px 0 15px;
}
#disenador-paises ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:130px;
	margin-right:60px;
}
#disenador-paises ul.col3 {
	margin-right:0;
}
#disenador-paises ul li {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:2px;
}
#disenador-paises ul li a {
	display:block;
	background:#f0f0f0;
	text-transform:uppercase;
	height:12px;
	line-height:12px;
	font-size:.75em;
	color:#999;
	padding: 0 5px;
	text-decoration:none;
}
#disenador-paises ul li a:hover, #disenador-paises ul li.active a {
	background:#f3a709;
	color:#fff;
}

#disenador .description h3 {
	text-transform:uppercase;
	color:#f3a709;
}
#disenador .description p {
	margin-top:0;
}

/* socios */
#socios-planes {
	width:692px;
	height:165px;
	background:url(../images/socios_planes.jpg) no-repeat left top;
	position:relative;
	margin:20px 0 30px;
}
#socios-planes h4{
	font-weight:normal;
	text-transform:uppercase;
	font-size:1.25em;
}
#socios-planes ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:78px;
	top:65px;
	width:365px;
	font-size:.85em;
}
#socios-planes ul li{
	margin:0;
	padding:0;
	list-style:none;
}
/* descargas / prensa */
.descargas content-inner, .prensa #content-inner {
	margin-right:35px;	
}

.grid .cell {
	float:left;
	width:92px;
	height:146px;
	margin-right:36px;
	margin-bottom:25px;
	background: #e9e9e9;
	text-align:center;
	padding:20px 20px 0 20px;
}
.grid .even {
	background: #f4f4f4;
}

.grid .cell span {
	display:block;
	margin-top:10px;
	font-size:.85em;
}
.grid .cell span a{
	text-decoration:none;
}
.grid .cell span a:hover{
	text-decoration: underline;
}
/* golpe a golpe */
.golpeagolpe #content-inner {
	margin-right:0px;	
}

/* enlaces */

ul.col1, ul.col2, ul.col3 {
	float:left;
	margin:0;
	padding:0;
	width:33%;
	list-style: none;
	padding-bottom:40px;
}
ul.col1 a, ul.col2 a, ul.col3 a {
	text-decoration:none;
}
ul.col1 a:hover, ul.col2 a:hover, ul.col3 a:hover {
	text-decoration:underline;
}

/* sitemap */
#sitemap a{
	text-decoration:none;	
}
#sitemap a:hover{
	text-decoration:underline;	
}

/* plano campo */
/*.plano #content-inner {	
	margin-right:0px;
}*/
/* footer */
#footer {
	background: url(../images/footer.png) no-repeat left bottom;
	text-align:right;
}

/* forms */
form {
	margin:0;
	padding:30px 80px 30px 60px;
	font-size:.85em;
}
form #form-col1 {
	float:left;
	width:250px;
	margin:0;
	padding:0;
}
form #form-col1 .form-field label {
	width:85px;
}
form #form-col2 {
	float:right;
	width:270px;
	margin:0;
	padding:0;
}
form h4 {
	background:#81807e;
	color:#FFF;
	height:18px;
	line-height:18px;
	padding:0 5px;
	margin-bottom:20px;
}

fieldset {
	border:1px solid #ccc;
}
.form-field {
	display:block;
	margin-bottom:10px;
	position:relative;
	clear:both;
}

	/* form field clearing */
	.form-field:after {	content: ".";	display: block;	height: 0; clear: both;	visibility: hidden;}
	.form-field {	display: inline-block;}
	/* Hides from IE-mac \*/* html .form-field { height: 1%;}	.form-field {	display: block;}/* End hide from IE-mac */

.form-field label {
	display:block;
	float:left;
	width:106px;
	padding-left:4px;
}
.form-field .form-field-desc {
	margin-top:5px;
	padding-left:4px;
}
.form-field .form-text {
	width:154px;
	height:14px;
	line-height:14px;
	padding:0;
}
#telefono .form-text {
	width:117px;
}
#telefono #telefono-prefix {
	width:30px;
}
#num-personas .form-text, #handicaps .form-text {
	width:30px;
}
#fecha1 .form-text, #fecha2 .form-text, #fecha3 .form-text {
	width:130px;
}
#fecha1 img, #fecha2 img, #fecha3 img {
	display:block;
	float:right;
	margin: -16px 0 0 0;
}
.form-field textarea {
}
#otros textarea {
	width:555px;
	height:95px;
}

#otros .captcha label {
	float: none;
	display: block;
	width: auto;
	margin: 0 0 10px;
}

.form-submit {
	text-align:center;
}
.form-submit input {
	background:#e2e2e2;
	border:1px solid #7f7f7f;
	color:#999;
}

/*
form #form-col2 {
	background:#FC0;
}
form #form-col1 {
	background:#3C9;
}
#otros {
	background:#CF9;
}
*/


/* html elements */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:bold;
	line-height:normal;
}
h4 {
	font-size:1.1em;
	font-weight:bold;
}
p, ul, li, ol, dl, dd, dt {
	margin:0;
	padding:0;
}
img {
	border:none;
}
iframe {
	overflow:hidden;
}

/* shadowbox */
body #sb-body, body #sb-loading {
background-color:#fff;
color:#fff;
}


/* de la web antigua */

