* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:985px;
}
body { 
	background:#ffffff; 
	font-family:"futura", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#8e8e8e;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
	padding-bottom:15px;
	font-weight:normal;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}




/*==== GLOBAL =====*/
.container {
	width:985px; 
	margin:0 auto;
	font-size:0.8125em;
	position:relative;
}

#header {
	height:531px;
	background:#ffffff;
	min-width:985px;
}
	#header .bg {
		background: url(images/header1.png) no-repeat 50% 0;
		height:531px;
		position:relative;
		z-index:12;
	}
	
	#header .bg2 {
		background: url(images/header2.jpg) no-repeat 50% 0;
		height:531px;
		position:relative;
		z-index:12;
	}
	
	#header .bg3 {
		background: url(images/header3.jpg) no-repeat 50% 0;
		height:531px;
		position:relative;
		z-index:12;
	}
	
	#header .bg4 {
		background: url(images/header4.jpg) no-repeat 50% 0;
		height:531px;
		position:relative;
		z-index:12;
	}	
	
		#header .bg5 {
		background: url(images/header5.jpg) no-repeat 50% 0;
		height:531px;
		position:relative;
		z-index:12;
	}
	
#content {
	background:#fff;
	width:100%;
}

#footer {
	padding:0 0 50px 0;
	background:url(images/footer-bg.gif) 0 0 repeat-x;
}


/*---- tailings ----*/
.tail-right {
	background:#fff;
	height:531px;
	width:50%;
	right:0;
	top:0;
	position:absolute;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:"futura", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}

.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}

.p1 { 
	margin-bottom:8px;
}

.p2 { 
	margin-bottom:16px;
}

.p3 { 
	margin-bottom:24px;
}

.p3 a{ 
	margin-bottom:24px;
	text-decoration:none;
	color:#333333;
}


.p3 a:hover{ 
	margin-bottom:24px;
	text-decoration:underline;
}

/*----- txt, links, lines, titles -----*/

/* EL COLOR DE LOS LINKS DE TEXTO DE LA PORTADA */

a {
	color:#2c2c2c; 
	outline:none;
}

a:hover{
	text-decoration:none;
}

h1 {
	font-size:35px;
	font-weight:normal;
	color:#F00;
	line-height:1.2em;
	margin-bottom:10px;
	font-family:"futura", Trebuchet MS, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:30px;
	line-height:1.2em;
	font-weight:normal;
	color:#2c2c2c;
	margin-bottom:20px;
	font-family:"futura", Trebuchet MS, Arial, Helvetica, sans-serif;
}

h3 {
	font-size:20px;
	color:#5b5f57;
	line-height:25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 a {
	text-decoration:none;
	display:inline-block;
}

h3 a:hover {
	color:#000;
}

h4 {
	font-size:14px;
	color:#4b4b4b;
	font-weight:normal;
	margin-bottom:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4 a {
		color:#4b4b4b;
}

h6 {
	font-size:1em;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h6 a {
		color:#4b4b4b;
		text-decoration:none;
}

h6 a:hover {
		color:#4b4b4b;
		text-decoration:underline;
}


h7{
	color:#4b4b4b;
	font-size:14px;
	font-weight:bold;
}

.button { 
	float:left;
	background:#2c2c2c;
	color:#fff;
	padding:2px 7px 2px 7px;
	text-decoration:none;
}

.button:hover {
	background:#000;
}

.button1 {
	border:1px solid #e4e4e4;
	background:url(images/arrow2.gif) no-repeat 10px 9px;
	padding:2px 14px 2px 20px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	float:left;
	border:0px;
}

.button1:hover {
	text-decoration:underline;
}

.button3 { 
	float:left;
	background:#2c2c2c;
	color:#fff;
	padding:2px 7px 2px 7px;
	text-decoration:none;
	margin-top:122px;
	position:absolute;
}

.button3:hover {
	background:#000;
}

.line-hor { 
	background:#e7e7e7;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 30px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}
.line-ver1 { 
	background-image:url(images/line-ver1.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	width:100%!;
	background:url(images/box-bg.gif) 0 repeat-x #4c4c4c;
	color:#fff;
	font-weight:normal;
}

	.box .inner { 
		padding:25px 50px 24px 57px;
	}
	
		.box h2 {
			color:#fff;
		}

.footer-box {
	background:#2b2b2b;
	color:#fff;
}

	.footer-box .inner {
		padding:13px 65px 13px 40px;
	}

.address { 
	float:left;
}

	.address dt {
		margin-bottom:18px;
	}
	
		.address dt a {
			color:#4b4b4b;
		}
		
	.address dd { 
		clear:both;
		text-align:right;
	}
	
		.address dd span { 
			float:left;
			padding-right:5px;
		}

.location {
	background:url(images/location-bg.gif) no-repeat 0 0;
	padding:0 0 0 98px;
	color:#6a6a6a;
	cursor:pointer;
}

	.location dd {
		padding-top:20px;
		width:100%;
		overflow:hidden;
	}


/*===== header =====*/
#header .menu {
	background:url(images/header-top-bg.png) no-repeat 0 0;
	height:85px;
	position:absolute;
	top:18px;
	left:0;
	width:1052px;
}

	#header .menu .fleft {
		padding:1px 0 0 4px;
	}
	
		#header .menu .fleft a {
			float:left;
		}
		
		#header .menu .fleft span {
			float:left;
			padding:25px 0 0 14px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			line-height:15px;
			color:#868686;
		}
		
		
		/* MENU SUPERIOR EL FLOAT DETERMINA DONDE VAN TODOS LOS TEXTOS RESPECTO A LA MANCHA */
		
		#header .nav {
			float:left;
			padding-left:20px;
		}
		
			#header .nav li {
				float:left;
			}

/* MENUS SUPERIORES EN MANCHA BLANCA */
				
				#header .nav li a {
					float:left;
					border-left:1px solid #ddd;
					color:#1a1a1a;
					font-size:17px;
					line-height:81px;
					text-decoration:none;
					padding: 0 30px;
					}

				#header .nav li a.first {
					border:none;	
				}
				
				#header .nav li a:hover {
					color: #FF0000;
				}
			
			
		#header .slogan {
			position:absolute;
			right:100px;
			top:25px;
		}
		
		#header .banners {
			position:absolute;
			left:0;
			top:384px;
			padding:0 0 0 3px;
			z-index:10;
		}
		
			#header .banners li {
				float:left;
				width:325px;
				height:147px;
				margin-right:1px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:15px;
				color:#fff;
				position:relative;
				cursor:pointer;
			}
			
			#header .banners li.banner1 {
				background: #ffffff url(images/igartza.png) no-repeat 25% 100%;
			}
			
				#header .banners li.banner1:hover {
					background:url(images/igartza.png) 25% 100% no-repeat #ffFFFF;
				}
				
			#header .banners li.banner2 {
				background:#333333;
			}

/* EL COLOR DE LA MANCHA CON HOVER */
				
				#header .banners li.banner2:hover {
					background:url(images/banners-shad.png) 0 100% repeat-x #333;
				}
				
			#header .banners li.banner3 {
				background:#ff0000;
			}
			
				#header .banners li.banner3:hover {
					background:url(images/banners-shad.png) 0 100% repeat-x #FF0000;
				}
				
				#header .banners li .inner {
					padding:25px 45px 35px 47px;
					background:url(images/banners-pointer.png) no-repeat 281px 108px;
				}
				
					#header .banners li h2 {
						font-size:30px;
						line-height:1.2em;
						font-weight:normal;
						letter-spacing:1px;
						margin-bottom:16px;
						color:#fff;
					}
			
			#header .banners li .description {
				width:335px;
				position:absolute;
				left:-6px;
				top:147px;
				display:none;
				z-index:11;
			}
			
				#header .banners li .description .left {
					background:url(images/desc-left.png) 0 0 repeat-y;
					padding-left:5px;
				}
				
				#header .banners li .description .right {
					background:url(images/desc-right.png) 100% 0 repeat-y;
					padding-right:4px;
				}
				
				#header .banners li .description .bottom {
					background:url(images/desc-bottom.png) no-repeat 0 0;
					height:5px;
					overflow:hidden;
					font-size:0;
					line-height:0;
				}
				
					#header .banners li .description .indent {
						padding:20px 30px 26px 30px;
						font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
						color:#8f8f8f;
						font-size:13px;
						line-height:18px;
						font-weight:normal;
						background:#fafafb;
					}
					
						#header .banners li .description h5 {
							font-size:1em;
							margin-bottom:6px;
						}
						
							#header .banners li .description h5 a {
								text-decoration:none;
							}
							
							#header .banners li .description h5 a:hover {
								text-decoration:underline;
							}
							
						#header .banners .banner1 h5, #header .banners .banner1 h5 a {
							color:#ff722e;
						}
						
						#header .banners .banner2 h5, #header .banners .banner2 h5 a {
							color:#8ed332;
						}
						
						#header .banners .banner3 h5, #header .banners .banner3 h5 a {
							color:#2dbfe8;
						}


/*===== content =====*/
#content .container {
	z-index:9;
}

	.main-box {
		background:url(images/content-left.gif) no-repeat 0 0;
	}
	
		.main-box .inside {
			background:url(images/content-right.gif) no-repeat 100% 0;
			padding:33px 40px 30px 63px;
		}
	
	
	.list1 li {
		color:#333333;
		padding:0 0 2px 18px;
		background:url(images/bull1.gif) no-repeat 0 8px;
	}
	
		.list1 li a {
			color:#333333;
			text-decoration:none;
		}
		
		.list1 li a:hover {
			text-decoration:underline;
		}
	
	.list2 li {
		background:url(images/arrow1.gif) no-repeat 0 7px;
		padding:0 0 8px 14px;
		text-decoration:none;
	}
	
	.list3 li {
		background:url(images/arrow3.gif) no-repeat 0 6px;
		padding:0 0 6px 14px;
		font-weight:normal;
	}
	
		.list3 li a {
			color:#fff;
			text-decoration:none;
			font-weight:normal;
		}
		
		.list3 li a:hover {
			text-decoration:underline;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
/*------------- seccion G A L E R I A -------------------------*/
	
#galeria{
	width:600px;
}

#galeria img{
	margin-bottom:4px;
}
	
/*------------- seccion T A R I F A S --------------------------*/

#tarifasservicio{
	padding-top:20px;
}

#tarifasservicio h4{
	color: #F00;
}

#tarifasservicio2{
	padding-bottom:30px;
}

#tarifasservicio2 h6{
	padding-top:20px;
	padding-bottom:20px;
	position:absolute;
}

#temporadas{
	margin-left:300px;
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:18px;
	padding-left:38px;
	position:absolute;
	word-spacing:54px;
	margin-top:19px;
}

#temporadas h4{
	color: #F00;
}

#cuotas{
	padding-top:17px;
	line-height:30px;
	font-size:14px;
	color:#4b4b4b;
	font-weight:normal;
	margin-bottom:18px;
}

#cuotas p{
	padding-top:10px;
}

#precios{
	margin-left:300px;
	font-size:14px;
	color:#5b5f57;
	font-weight:normal;
	margin-bottom:18px;
	padding-left:40px;
	position:absolute;
	word-spacing:10px;	
	line-height:38px;
	padding-top:25px;
}

/*#tabla{
	background-image:url(images/tarifas.png);
	height:186px;
	width:550px;
	padding-bottom:5px;
}*/

.bloque{
	width:520px;
	height:15px;
	background-color:#CCC;
	position:absolute;
	margin-top:-10px;
}

/*------------- seccion S E R V I C I O S --------------------------*/

#servicios1{
	padding-top:20px;
	width:180px;
	position:absolute;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#servicios2{
	padding-top:20px;
	width:230px;
	margin-left:190px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#servicios3{
	padding-top:20px;
	width:90px;
	margin-left:385px;
	margin-bottom:80px;
	position:absolute;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.h9{
	font-size:12px;
	font-weight:normal;
	color:#4b4b4b;
	margin-bottom:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.servicios {
	font-size:16px;
	color:#333;
	margin-bottom:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
#serviciosimagenes{
	margin-top:40px;
	width:650px;
	height:120px;
}

#paginasgaleria{
	width:50px;
	margin-left:510px;
	text-decoration:none;
}
	
#entorno{
	width:247px;
	height:60px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.lista{
	color:#2c2c2c;
}

#textoservicios{
	width:540px;
	text-align:justify;
}

/*------------- seccion S E R V I C I O S --------------------------*/

#textopolitica{
	width:540px;
	text-align:justify;
}

#textopolitica h6{
	font-weight:bold;
	color:#F00;
}

/*------------- seccion M A P A --------------------------*/

#mapa{
	width:600px;
}

/*------------- seccion F O R M U L A R I O --------------------------*/

#formulario{
	margin-top:30px;	
}

#formulario2{
	margin-top:20px;	
}

#formulario ul{
	margin-top:10px;
}

#proteccion{
	margin-top:30px;
	text-decoration:none;
}

#proteccion a{
	text-decoration:none;
}


.boton{
	float:left;
	background:#2c2c2c;
	color:#fff;
	padding:2px 7px 2px 7px;
	border:0px;
	cursor:pointer;
	margin-top:10px;
}

.boton:hover {
	background:#000;
}



/* I D I O M A S */

#idiomasbg{
	background:#434343;
	width:233px;
	float:right;
	margin-right:4px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
}

#clear{
	clear:both;
}

#idiomas{
	width:233px;
	color:#FFF;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
	font-size:9px;
	margin-left:1px;
	margin-top:-3px;
}

#idiomas a{
	width:233px;
	color:#FFF;
	text-decoration:none;
	font-size:9px;
}

#idiomas a:hover{
	width:220px;
	color:#CCC;
	font-size:9px;
	position: static;
}











/*===== footer =====*/
#footer .fleft {
	padding:4px 0 0 0;
}
	#footer .fleft a {
		color:#fff;
	}
	
#footer dl.phone-number {
	float:right;
	background:url(images/phone-icon.jpg) no-repeat 0 0;
	padding:4px 0 4px 30px;
	font-weight:bold;
}
	#footer dl.phone-number dt {
		float:left;
		color:#e5e5e5;
		padding-right:4px;
	}
	#footer dl.phone-number dd {
		float:left;
		color:#ffbc47;
	}
	


/*----- forms -----*/
#newsletter-form fieldset {
	border:none;
}

	#newsletter-form dt {
		font-weight:bold;
		padding-bottom:10px;
	}
	
	#newsletter-form dd {
		padding-bottom:10px;
	}
	
	#newsletter-form dd.extra-bg {
		background:url(images/input-bg.gif) no-repeat 0 0;
	}
	
	#newsletter-form input.text {
		width:200px;
		background:none;
		border:none;
		padding:1px 5px 1px 5px;
	}
	
	#newsletter-form input.submit {
		width:86px;
		line-height:21px;
		height:21px;
		color:#fff;
		border:none;
		background:url(images/subscribe.gif) no-repeat 0 0;
		cursor:pointer;
		font-family:Arial, Helvetica, sans-serif;
	}

#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
}

	#contacts-form .col-1 {
		width:261px !important;
		margin-right:0 !important;
		padding-bottom:0 !important;
	}
	
	#contacts-form .col-2 {
		width:261px !important;
		margin-right:0 !important;
		padding-bottom:0 !important;
	}
	
	#contacts-form label {
		display:block;
		height:42px;
		overflow:hidden;
	}
	
		#contacts-form input {
			color:#111;
			border:1px solid #d6d5d5;
			background:none;
			padding:0 0 0 5px;
			width:210px;
		}
		
		#contacts-form textarea {
			color:#111;
			border:1px solid #d6d5d5;
			background:none;
			padding:1px 0 1px 5px;
			width:250px;
			overflow:auto;
			height:102px;
			margin-bottom:30px;
		}
		
		#contacts-form .button {
			float:right;
			margin-left:20px;
			border:0px;
		}

/*==========================================*/

