@charset "UTF-8";
/* CSS Document */
html, body{
/*	height:100%;*/
}
body{
	background:#cfe9ff url(img/fondo.jpg) center top repeat-x;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	padding:0;
	font-size:80%;
}

#contenedor{
	width:100%;
	margin:0px auto;
/*	min-height:100%;*/
	position:relative;
	text-align:center;
}
#header{
	width:100%;
	height:371px;
	width:900px;
	margin:0 auto;
	position:relative;
}
h1{ 
	font-size:60px;
	margin:0;
	padding:0;
	position:relative;
	top:70px;
	left:20px;
	display:block;
	width:300px;
	height:146px;
}
h1 a{
	display:block;
	width:300px;
	height:146px;
	text-indent:-3000px;
	overflow:hidden;
	background: url(img/logo.png) no-repeat;
	position:relative;
	z-index:10;
}
h2{
	color: #628523;
	font-size:2.5em;
	margin:20px 60px;
	padding:10px 0px;
	border-bottom:1px solid #B9D16C;
}
h3{
	color:#4d6523;
	font-size:1.8em;
	margin:40px 60px 20px 60px;
	border-bottom:1px solid #B9D16C;

}
h4{
	color: #C30;
	font-size:1.4em;
}
a{
	text-decoration:none;
	color: #618992;
}
a:hover{
	color: #999;
}
a img{
	border:none;
}
.oculto{
	display:none;
}

/*--------------------------------------------------MENU*/

ul#menu{
	padding:0px;
	font-size:13px;
	margin:0;
	margin-top:75px;
	text-align:left;
	position:relative;
}
#menu li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#menu a{
	text-decoration:none;
	color:#fff;
	padding:8px 5px 0 5px;
	text-align: center;
	margin:0;
	display:block;
	height:25px;
	background:url(img/bullet_menu.gif) left center no-repeat;
}
#menu li:first-child a{
	background:none;
}
#menu a:hover, #menu li.activo, #menu li.activo a, #menu li:first-child a:hover{
	background:#B9D16C;
}
#menu li li:hover{
}

/*submenu*/
#menu ul{
	position:absolute;
	top:33px;
	left:0;
	margin:0;
	padding:10px 10px 12px  10px;
	font-size:1em;
	display:block;
	width:880px;
	text-align:center;
	background: url(img/fondo_submenu.jpg) bottom center repeat-x;
	line-height:1;
}
#menu ul li{
	margin:0;
	padding:0;
}
#menu li.activo ul a{
	margin:0 15px 0 0;
	padding:0 15px 0 0;
}
#menu ul li:first-child a{
	background:none;
}
#menu ul a:hover, #menu ul li.activo a{
	color:#628f27;
	background:url(img/bullet_menu.gif) left center no-repeat;
}
#menu ul li:first-child a{
	background:none;
}

/*idiomas*/
#idiomas{
	list-style:none;
	display:inline;
	position:absolute;
	right:15px;
	bottom:145px;
	z-index:3;
	font-size:14px;
}
#idiomas li{
	display:inline;
	color: #CCC;
}
#idiomas a{
	text-decoration:none;
	color: #fff;
}
#idiomas a:hover{
	color: #666;
}
#slideshow ul, #slideshow li{
	margin:0;
	padding:0;
	width:900px;
	height:220px;
	overflow:hidden;
	display:block;
}
#slideshow{
	position:absolute;!important
	top:0;
	z-index:0;
}
.cita_header{
	font-size:24px;
	color:#FFF;
	position:absolute;
	top:10px;
	right:10px;
	z-index:3;
	text-shadow:2px 2px 2px #000;
	letter-spacing:1px;
}





/*breadcrumb*/
/*#breadcrumb{
	font-size:11px;
	color:#666;
	height:20px;
	margin:0;
	margin-top:50px;

}
#breadcrumb li, #breadcrumb ul{
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
}

#breadcrumb a{
	color:#999;
	border-right:1px solid #CCC;
	padding-right:6px;
}*/
/*cuerpo*/
#cuerpo{
	background:url(img/fondo_cuerpo.jpg) top center repeat-y;
	margin:-117px auto 0 auto;
	padding:0px 40px 427px 40px;
	overflow:hidden;
}
#principal{
	width:900px;
	margin:0 auto;
	background:#FFF url(img/fondo_principal.jpg) bottom center repeat-x;
	border:1px solid #9AD7E8;
	border-width:0 1px;
	padding:50px 0 50px 0;
	overflow:hidden;
	text-align:left;
}

/*HEMEN PEGATUA TXARRENATIK*/
.contenido {/*contenido de un registro*/
	padding:0px 60px;
	line-height:1.5;
	overflow:hidden;
}
p {
	margin:0 0 10px 0;
}
.data {
	background:url(img/fondo_data.png) center center no-repeat;
	display:block;
	width:55px;
	height:49px;
	font-size:11px;
	color:#ffffff;
	color:#dce5e9;
	padding:15px 19px;
	float:left;
	margin:0 5px 0 -30px;
}
.registro_multiview .data {
	margin-left:-70px;
	position:absolute;
	z-index:0;
	background:url(img/fondo_data_destacada.png) center center no-repeat;
	width:42px;
	height:58px;
	padding:17px 19px;
}
.destacado .data {
	background:url(img/fondo_data.png) center center no-repeat;
	width:55px;
	height:49px;
	padding:15px 19px;
}
.data span {
	font-size:35px;
	display:block;
}
.registro_multiview {
	background:#BFBFBF url(img/fondo_cuerpo_2.gif) center top repeat-y;
	margin:0 -40px 0 -50px;
	padding: 20px 200px 10px 200px;
	overflow:hidden;
}
.home .registro_multiview {
	padding:20px 300px 10px 100px;
	background:#BFBFBF url(img/fondo_home_2.gif) center top repeat-y;
}
.destacado, .home .destacado {
	background:none;
}
/*Columna AV ///////////////////////*/

.columna_av {
	float:right;
	width:350px;
	margin:0 0 10px 10px;
}
.foto_grande {
	width: 350px;
	margin:0px;
}
.registro_multiview .foto_grande {
	width:240px;
	z-index:10;
	position:relative;
}
.registro_multiview #fotos {
	float:left;
	margin-right:15px;
}
.destacado .foto_grande {
	width:500px;
	height:auto;
	z-index:10;
	position:relative;
}
.thumbnails_fotos {
	list-style:none;
	background: #B9D16C url(img/fondo_cajas.png) center center no-repeat;
	width:350px;
	overflow:hidden;
	margin:0;
	padding:0 0 10px 0;
}
.thumbnails_fotos li {
	border:1px solid #666666;
	padding:0;
	display: block;
	float:left;
	/*	height:75px;*/
	width:75px;
	margin:10px 0 0px 7px;
	background:#666666;
	overflow:hidden;
}
.thumbnails_fotos img.vertical {
	width: 75px;
	height: auto;
	margin:0;
	margin-top:-10px;
}.thumbnails_fotos img.horizontal{
	height: 75px;
	width: auto;
	margin:0;
	margin-left:-10px;
}
.pie_foto {
	font-size:0.8em;
	color: #666666;
	margin:2px 0 6px 5px;
}
.nota {
	font-size:0.8em;
	color: #999;
	margin: 0;
	padding:2px 5px 5px 10px;
	display:block;
	font-size:10px;
	width:385px;
}
/*adjuntos y enlaces*/
.adjuntos, .enlaces {
	float:left;
	width: 350px;
	border: 1px solid #B9D16C;
	margin: 10px 0 0 0;
	font-size: 0.9em;
}
.adjuntos p, .enlaces p {
	color: #666;
	background: #B9D16C url(img/fondo_cajas.png) center center no-repeat;
	padding:5px 20px;
	display:block;
	margin:0;
}
.adjuntos ul, .enlaces ul {
	color: #999999;
	list-style-image:url(ird/erlazionaturiko.gif);
	margin:10px 0 10px 50px;
	padding:0;
}
.adjuntos ul a, .enlaces ul a {
	text-decoration:none;
	color: #333333;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0 0;
}
.adjuntos ul a:hover, .enlaces ul a:hover {
	color:#000000;
}
/*Audio y bideo*/
.audio_player {
	margin:0px 0 5px 5px;
	padding:3px;
	float: right;
	width:350px;
	color:#395461;
}
#video_player {
	margin:5px 0 15px 5px;
	width:350px;
	float: right;
	color:#395461;
}
#video_player iframe{
	width:350px;
}
#video_player p, .audio_player p {
	margin:0;
	color:#999;
}
.pie_audio, .pie_video {
	color: #666;
	font-size:0.9em;
	margin-top:5px;
}

/*footer*/
#footer{
	width:100%;
	height:427px;
	background:url(img/fondo_footer.jpg) bottom center repeat-x;
	padding:0;
	position:absolute;
	bottom:0;
	text-align:center;
}
.contenedor_footer{
	display:block;
	width:360px;
	margin:200px auto 20px auto;

}
#footer address{
	float:left;
	text-align:right;
	width:185px;
}
#footer address span{
}
#footer .fn{	
	display:block;
	width:185px;
	height:103px;
	background:url(img/logo_footer.png) center center no-repeat;
	text-indent:-3000px;
	overflow:hidden;
	text-align:left;
}
#footer .fn a:hover{
}
#footer .facebook a, #footer .email a{
	display:block;
	width:24px;
	height:24px;
	text-indent:-3000px;
	overflow:hidden;
	float:right;
	margin: 10px 0 0 15px;
	text-align:left;
}
/*.twitter a{
	background:url(img/twitter.png) top center no-repeat;
}
.twitter a:hover{
	background:url(img/twitter.png) bottom center no-repeat;
}
.youtube a{
	background:url(img/youtube.png) center center no-repeat;
}
.youtube a:hover{
	background:url(img/youtube_hover.png) center center no-repeat;
}*/
.facebook a{
	background:url(img/facebook.png) top center no-repeat;
}
.facebook a:hover{
	background:url(img/facebook.png) bottom center no-repeat;
}

#footer .email a {
	background:url(img/sobre.png) top center no-repeat;
}
#footer .email a:hover {
	background:url(img/sobre.png) bottom center no-repeat;
}


/*
#footer .email a{
	color:#FFF;
	border-bottom:1px solid #FFF;
	padding:8px 0;
	width:185px;
	display:block;
	font-style:normal;	
}
#footer .email a:hover{
	color:#999;
}*/


#menu_footer{
	list-style:none;
	margin:0 0 0 15px;
	padding:0 0 10px 0;
	color: #FFF;
	float:right;
	text-align:left;
	width:155px;
	border-bottom: 1px solid #FFF;
	line-height:1.55;
}
#menu_footer a{
	color:#FFF;
}
#menu_footer a:hover{
	color:#999;
}
#menu_footer ul{
/*	display:none;*/
}
.opciones_footer{
	float:left;
	text-align:right;
	border-bottom:1px solid #FFF;
	list-style:none;
	width:185px;
	padding:10px 0;
	margin:0;
	clear:none;
}
.opciones_footer li{
	margin:0;
	padding:0;
}
.opciones_footer a{
	color:#FFF;
}
.opciones_footer a:hover{
	color: #999;
}
/*info-resercas*/
#reservas p{
	text-align:left;
	border-bottom:1px solid #87be3e;
	padding:10px;
	overflow:hidden;
	color:#666;
	font-size:14px;
	margin:0;
/*	font-weight:bold;*/
}
#reservas input, #reservas textarea{
	font-size:14px;
/*	font-weight:bold;*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:2px;
	margin-top:-2px;
}

#reservas label{
	width:275px;
	display:block;
	float:left;
	text-align:right;
	padding-right:10px;
}
#reservas .p_boton_enviar{
position:relative;
}
#reservas .p_boton_enviar input{
	margin-left:285px;
	background:#87be3e;
	color:#FFF;
	border:none;
	font-size:18px;
}
#reservas .p_boton_enviar .imprimir{
	border:none;
	color:#FFFFFF;
	border:none;
	padding:5px;
	font-size:14px;
	text-align:center;
	background:#B9D16C;
	font-size:12px;
	margin:3px;
	position:absolute;
	right:20px;
	top:3px;
}
#reservas p span{
	display:block;
	font-size:12px;
	padding:3px 0 0 0;
	margin-left:285px;
	color:#999;
}
/*gehitua erreserben aurrekonturako*/

#carrito table{
	border-collapse:collapse;
	margin:0 auto;
	margin-bottom:10px;
	padding:10px;
	border:none;
	width:100%;
}
#carrito td, #carrito th{
	border:1px solid #87BE3E;
	padding:5px 20px;
	text-align:right;
}
#carrito .total{
	text-align:right;
}
#carrito th{
	font-weight:normal;
	color:#999;
}

#carrito input, #carrito a{
	border:none;
	background: #87BE3E;
	color:#FFFFFF;
	border:none;
	font-size:16px;
	cursor:pointer;
	padding:5px;
	font-size:14px;
	margin:3px;
	text-align:center;
/*	width:100px;*/
}
#carrito a{
	padding:4px;
    text-decoration:none;
	background: #666666;
	display:block;
}
#carrito input:hover, #carrito a:hover{
	background:#CCCCCC;
}


/*HOME*/
.home #principal{
	padding-top:0;
}
.home .contenido{
	padding:0px 60px;
	text-align:center;
}
.home h2{
		text-align:center;
}
.home h3{
	text-align:left;
	margin-top:30px;
	border:none;
}
.home h3 a{
	color:#666;
	text-transform:uppercase;
	padding-bottom:200px;
	display:block;
}
.home h3 a:hover{
	color:#000;
}
.home h3 span{
	font-size:14px;
	color:#87be3e;
	display:block;
}
.home h3.pie{
	width:300px;
	float:right;
	text-align:right;
	margin:0;
	position:relative;
	z-index:2;
}
.home h3.btt{
	width:420px;
	float:left;
	text-align:left;
	margin:0;
	position:relative;
	z-index:2;
}
.home h3.pie a{
	background:url(img/huella_home.png) right bottom no-repeat;
}
.home h3.pie a:hover{
	background:url(img/huella_home_hover.png) right bottom no-repeat;
}
	
.home h3.btt a{
	background:url(img/rueda_home.png) left bottom no-repeat;
}
.home h3.btt a:hover{
	background:url(img/rueda_home_hover.png) left bottom no-repeat;
}
.home p{
	clear:both;
	padding:15px 30px;
	text-align:left;
	border-bottom:1px solid #a6c537;
	background:url(img/fondo_p_home.jpg) bottom center no-repeat;
}
.home p img{
	margin:-200px 100px 10px 100px;
	border:3px solid #87be3e;
	position:relative;
	z-index:0;
}
.actualidad{
width:475px;
float:left;
margin-left:10px;
}
.actualidad_contenedor{
	 -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	padding:20px;
	background:#e7f9bb;
	background:#e7f7c8;
}
.actualidad h3{
	float:none;
	margin:0;
	text-align:center;
}
.actualidad img{
	margin:-3px;
	margin-bottom:15px;
	border:3px solid #87be3e;
}
.actualidad ul{
	list-style: none;
	text-align:left;
	margin:0;
	padding:0;
}
.actualidad ul li{
	margin-bottom:10px;
	padding-left:16px;
	background:url(img/bullet_home.png) left 5px no-repeat;
	
}
.el_tiempo{
	width:150px;
	float:left;
	margin-top:15px;
}
.el_tiempo h3{
	float:none;
	margin:0 0 5px 0;
	text-align:center;
	font-size:14px;
}
.el_tiempo a{
	margin-bottom:5px;
	display:block;
}

.home .banner{
	margin:10px auto;
	margin-left:10px;
	float:left;
}
.logos{
	width:140px;
	float:right;
}
.logos img{
/*	float:left;*/
	border:none;
	margin-top:10px;
}
.logos img.sua{
}

	
/*webmapa*/

.webmapa{
width:15em;
float:left;
margin-left:120px;
text-transform:capitalize;
color: #CCC;
}
.webmapa ul{
list-style:none !important;
background:url(img/mapabullet_02.gif) left bottom repeat-y;
padding:0;
margin:0 0 0 2px;
}
.webmapa li{
	text-align:left;
	margin-bottom:10px;
}
.webmapa ul ul{
	margin-bottom:10px;
}
.webmapa li li{
list-style:none !important;
background:url(img/mapabullet_03.gif) 0 0.6em no-repeat;
margin:0;
padding: 0 0 0 15px;
}
.webmapa li li a{
	color:#939d9f;
}
.webmapa li li a:hover{
	color: #666;
}
.webmapa li li li{
padding: 0 0 0 20px;
}