body {
	font: 13px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444;
	background: url(../images/bg.png) repeat-x;
}

a:focus {
	outline: 1px dotted
}

hr {
	display: none;
}

/* @group Cabecera */

#header {
	height: 132px;
	margin: 0 0 20px;
	position: relative;
}

/* @end */

/* @group Logotipo */

h1 {
	padding: 10px 0 0 10px;
}

h1 a {
	display: block;
	width: 379px;
	height: 54px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}

/* @end */

/* @group Banderas */

#banderas {
	position: absolute;
	top: 20px;
	right: 10px;
}

#banderas li {
	text-align: right;
	margin: 0 0 5px;
}

#banderas a {
	height: 18px;
	line-height: 18px;
	color: #FAFD32;
	padding: 0 30px 0 0;
	text-decoration: none;
	font-weight: bold;
}

#banderas a:hover {
	color: #fff;
}

#ban1 {
	background: url(../images/ban_1.png) no-repeat right center;
}

#ban2 {
	background: url(../images/ban_2.png) no-repeat right center;
}

/* @end */

/* @group Fecha */

#hoy {
	position: absolute;
	bottom: 20px;
	right: 10px;
	font-weight: bold;
	color: #FAFD32;
}

/* @end */

/* @group Asistencia */

#asistencia {
	position: absolute;
	top: 10px;
	right: 220px;
	color: #FAFD32;
	border: 2px solid #FAFD32;
	background-image: -moz-linear-gradient(center bottom, #00D000 0%,#006600  100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00D000), color-stop(1, #006600));
	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=1, startColorstr=#00D000, endColorstr=#006600)
	border-radius: 6px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

#asistencia div {
	padding: 10px 10px 10px 50px;
	background: url(../images/phone.png) no-repeat 15px center;
	border-radius: 6px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

#asistencia span {
	display: block;
	font-weight: bold;
	font-size: 18px;
}

/* @end */

/* @group Menu principal */

#navprin {
	margin: 30px 0 0 10px;
}

#navprin li {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}

#navprin li a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FAFD32;
	padding: 0 0 3px;
	border-bottom: 5px solid #1cad11;
}

#navprin li a:hover {
	border-bottom: 5px solid #23ce17;
}

#navprin li a.activo {
	border-bottom: 5px solid #2bee1d;
	color: #fff;
}

/* @end */

/* @group banner */

#banner {
	display: block;
	width: 940px;
	height: 298px;
	overflow: hidden;
	margin: 0;
}

/* @end */

/* @group Minibanners */

.homban {
	display: block;
	width: 220px;
	height: 179px;
	margin: 20px 0 0;
	font-weight: bold;
	text-decoration: none;
	color: #090;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 0 0;
}

.homban:hover {
	color: #0b6406;
}

#homban1 {
	background: url(../images/hom_ban_1.jpg) no-repeat;
}

#homban2 {
	background: url(../images/hom_ban_2.jpg) no-repeat;
}

#homban3 {
	background: url(../images/hom_ban_3.jpg) no-repeat;
}

#homban4 {
	background: url(../images/hom_ban_4.jpg) no-repeat;
}

/* @end */

/* @group IntroText */

.introtext {
	background: url(../images/introtext.png) no-repeat left bottom;
	height: 230px;
}

.introtext h2 {
	color: #090;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 15px 5px;
}

.introtext p {
	margin: 0 15px 5px;
}

/* @end */

/* @group Footer */
#footer {
	text-align: center;
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px dotted #ccc;
	font-size: 11px;
	color: #999;
}

#footer p {
	margin: 0 0 5px;
}

#footer a {
	font-weight: bold;
	color: #888;
}

#footer a:hover {
	color: #555;
}

/* @end */

/*Jesús*/
a.boton {
	background-color: #090;
	padding: 5px;
	border: 0;
	color: #faf527;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

input.submit {
	background-color: #090;
	padding: 5px;
	border: 0;
	color: #faf527;
	font-weight: bold;
	text-transform: uppercase;
}

div.seccion {
	margin: 20px 0 10px;
}

div.texto h1, div.texto h2, div.texto h3, div.texto h4, div.texto h5, div.texto h6, div.texto ul, div.texto p {
	margin-top: 10px;
}

div.texto h1, div.texto h2, div.texto h3, div.texto h4, div.texto h5, div.texto h6 {
	color: #090;
}

div.texto ul li {
	list-style-type: disc;
	margin-left: 25px;
}

div.seccion a {
	color: #090;
}

div.seccion a.boton {
	color: #fafd32;
}

.google-maps {
	border: 5px solid #eee;
	margin: 10px 0;
}

/* @group tabla coches */
table {
	width: 940px;
	background: #ddd;
	background: -moz-linear-gradient(top, #fff, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	text-align: center;
}

th {
	padding: 5px 10px;
}

td {
	padding: 10px;
	vertical-align: middle;
	cursor: pointer;
}

thead th {
	background-color: #ccc;
	font-size: 80%;
}

tbody th {
	background-color: #fff;
}

table.cars a.boton {
	display: block; }

table.cars th.rango {
	width: 75px; }
/* @end */

/* @group formularios */
form p {
	margin-top: 15px;
}

label {
	display: inline-block;
	font-weight: bold;
}

legend {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #eee;
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}

input.text, textarea {
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 3px;
}

form.booking fieldset {
	margin-top: 20px;
}

form.booking input.text {
	width: 200px;
}

form.booking label {
	width: 11em;
}

form.booking p.total {
	background-color: #eee;
	padding: 5px 10px;
	font-weight: bold;
	margin: 25px 0 20px;
}

form.booking label.checkbox {
	display: inline;
}

#online-booking .seccion h2 {
	background-color: #c00;
	color: #fff;
	padding: 5px 10px;
	font-size: 120%; }
/* @end */

/* @group join our club */
form.club input.text {
	width: 250px; }

form.club label {
	width: 6.5em; }
	
form.club label.checkbox {
	display: inline;
}
/* @end */

/* @group contacto */
form.contacto label {
	display: block;
}

form.contacto input.text, form.contacto textarea {
	width: 275px;
}

form.contacto label.checkbox {
	display: inline;
}

p.mensaje-enviado {
	background-color: #390;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}

span.required {
	color: #c00;
	font-weight: bold; }
/* @end */

legend {
	*margin-left: -7px;
	_width: 95%; }

input.submit {
	*overflow: visible; }

.google-maps {
	_overflow: hidden; }

img.auto {
	*-ms-interpolation-mode: bicubic; }
	
form.contacto label.checkbox, form.club label.checkbox, form.booking label.checkbox {
	*font-size: 85%;
	*width: 90%; }

#navprin li a {
	*zoom: 1; }
