html {
    font-size: 100.01%;
}
html, body {
    margin: 0;
    padding: 0;

}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, q, cite, a, abbr, acronym, address, big, small, code, samp, var, tt, pre, del, ins, strike, dfn, kbd, em, strong, font, img, s, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 100%;
    vertical-align: baseline;
}
:link, *:visited {
    /*text-decoration: none;*/
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, pre, p, blockquote {
    margin: 0;
    padding: 0;
}
dl, ul, ol {
    /*list-style: none outside none;*/
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, a:hover, a:active, a img, *:link img, *:visited img {
    border: medium none;
    outline: medium none;
	text-decoration:none;
}
:focus {
    outline: 0 none;
}
address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}
pre, code, tt, samp {
    font-size: 12px;
}
kbd {
    text-transform: uppercase;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
pre {
    white-space: pre;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

.errorlist{
    color: red;
    list-style: none;
    font-size: 90%;
    margin:0;
    padding:0;
}

.errorlist li{
    margin:0 !important;
    padding:0;
}

body {
	background: url(/static/img/bodybottom.png) no-repeat center bottom #fff;
	color: #333;
	font: 100% Arial, Helvetica, sans-serif;
	border: 10px solid hsla(0, 100%, 50%, 1.0);
	background: red;
}


dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, pre, p, blockquote, table, iframe {
    margin: 0 0 20px;
}
li, p {
    margin: 0 0 1em;
}

li {
    margin: 0.3em 0 0.3em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.2;
    margin: 1em 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

a {
    color: #0099cc;
}
a:hover {
    color: #45c6f8;
}

fieldset {
    padding: 20px;
}
label, input, select, optgroup, option, textarea, button {
    font-size: 1em;
}

label {
    padding: 6px 0;
}

input, select, optgroup, option, textarea {
    background-color: #FFFFFF;
}
button {
}

fieldset.cpgsge input {
width:350px;


}
input, textarea, select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 0;
    padding: 6px;


}
input, textarea {
    border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	 /*behavior: url(/static/js/PIE.htc);*/
}
input:hover, textarea:hover {
    box-shadow: 1px 1px 15px #F5F5F5 inset, -1px -1px 15px #F5F5F5 inset;
	-moz-box-shadow: 1px 1px 15px #F5F5F5 inset, -1px -1px 15px #F5F5F5 inset;
	-webkit-box-shadow: 1px 1px 15px #F5F5F5 inset, -1px -1px 15px #F5F5F5 inset;
    border: 1px solid #666666;
    cursor: pointer;
	 /*behavior: url(/static/js/PIE.htc);*/
}
input:focus, textarea:focus {
    box-shadow: 1px 1px 5px #61B3FF, -1px -1px 5px #61B3FF;
	-moz-box-shadow: 1px 1px 5px #61B3FF, -1px -1px 5px #61B3FF;
	-webkit-box-shadow: 1px 1px 5px #61B3FF, -1px -1px 5px #61B3FF;
    border: 1px solid #61B3FF;
    color: #333333;
    cursor: default;
	 /*behavior: url(/static/js/PIE.htc);*/
}
textarea {
    overflow: auto;
}

img.right{
   float: right;
   margin: 10px 0 10px 20px;
}

img.left{
   float: left;
   margin: 0 10px 10px 0;
}


/* body wrap */
.body-wrap{
	/*width:100%; */
	overflow:hidden;
	background: url(/static/img/menuribon.png) no-repeat center 171px;
	position: relative;
}

.ie7 .body-wrap{
	background: none;
}


.body-wrap-inner{
	width:1180px;
	margin:0 auto;
	background:#fff;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0 0 10px;
}



.center-float{
	float:right;
	position:relative;
	left:-50%;
}

.center-float-inner{
	position:relative;
	left:50%;
}

.body-wrap-center {
	box-shadow: 0 0 10px rgb(220, 220, 220);
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


div.row {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

#header {
	height: 168px;
	position: relative;
	padding: 0 110px;
	width: 960px;
}
#header a{
	text-decoration: none;

}
#header img{
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}

#header h1  {
	float: left;
	margin: 10px 0 0 0;
}

#header h2 {

}
#breadcrumb {
	font-size: 80%;
	margin: 20px 110px 10px 110px;
}

#breadcrumb a{
	text-decoration: none;
}


#language{
	background: #f4f1e7;
	color: #957514;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	display: inline-block;
	font-size: 80%;
	padding: 5px 10px 10px;
	float: right;
	 /*behavior: url(/static/js/PIE.htc);*/
}

#language ul{
	margin:0;
}

#language li{
	display: inline;
	margin: 0 5px;
}
#language li a{
	color: #957514;
}

.hiddenStructure{
	display: none;
}

#portal-searchbox{
	float: right;
	margin-right: 1em;
	margin-top: 1.7em;
}

#portal-logo{

	margin-top: 1.7em;
}

#tagline{
	float: left;
	width: 350px;
	margin: 20px 0 0 10px;
	font-weight: bold;
	color: #957514;
	font-size: 1.2em;
}

#tagline h2{
	font-weight: bold;
}

#tagline span{
	font-family: arial;
}

#menu {
	position: absolute;
	top: 113px;
	left: -10px;
	width:1200px;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background: #04566E; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left,  #023041 0%, #04566e 2%, #04566e 98%, #023041 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#023041), color-stop(2%,#04566e), color-stop(98%,#04566e), color-stop(100%,#023041)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #023041 0%,#04566e 2%,#04566e 98%,#023041 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #023041 0%,#04566e 2%,#04566e 98%,#023041 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #023041 0%,#04566e 2%,#04566e 98%,#023041 100%); /* IE10+ */
background: linear-gradient(to right,  #023041 0%,#04566e 2%,#04566e 98%,#023041 100%); /* W3C */
border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	 /*behavior: url(/static/js/PIE.htc);*/


}

#menu ul {
	padding:0 115px;
	margin:0 auto;
	list-style: none;
	/*background: url(/static/img/menumarra.gif) no-repeat top left;*/
	height:58px;
	text-align: center;

}

#menu li {
	display: inline;
	line-height: 190%;
}


#menu li a {
	display: inline;
	padding: 12px 1.2em;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	background: url(/static/img/menumarra.png) no-repeat center right;
	float: left;
}
#menu li:last-child a {
	background: none;
}

#menu li a:hover {
	background: url(/static/img/menumarra.png) no-repeat center right #002a39;
	color: #fff;
}
#menu li:last-child a:hover {
	background-image: none;
	background-color: #002a39;
}

#menu .selected a {
	background-color: #f4f4f4;
	color: #000;
	border: none;
}

#portal-columns {
	position: relative;
	padding: 0 110px;
	width: 960px;
}
.portada #portal-columns {
	position: relative;
	padding:0;
	width: 1180px;
}

/*********portada*****************/


#errota{
	width: 1180px;
	height: 370px;
	margin: 0;
	position: relative;
	padding:0;

	}
#slideshow{
	line-height: 100%;
	}

#slideshow .advance-link{
	text-decoration:none;
	padding:0;
	margin:0;
	}

#slideshow img{
	padding:0;
	margin: -11px 0 0 0;
	border-top: 1px solid #03495D;
	}


#thumbs{
	position: absolute;
	bottom: 20px;
	left: 110px;
	}

#thumbs ul{
	list-style: none;
	/*display: inline;*/
	margin: 0;
	padding:0;
	width: 300px;
	}

#content ul.thumbs li {
	display: inline;
}

#content ul.thumbs li a{
	display: inline;
	float: left;
	color: #03495D;
	background: #fff;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	padding: 3px 6px;
	margin: 0 4px;
	border-radius: 30px;
	font-size: .8em;
	line-height: 110%;
	/* /*behavior: url(/static/js/PIE.htc);*/*/
}

#content ul.thumbs li.selected a{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: 0.85;
	 /*behavior: url(/static/js/PIE.htc);*/
}

#content ul.thumbs li a{
	text-decoration: none;
	}

	/*
#loading{
	padding:0;
	margin:0;
	position: absolute;
	top: 10px;
	width: 530px;
	height: 60px;
	right: 0px;
	display: block;
	}
	*/
#errota .caption {
	margin:0;
	position: absolute;
	top: 20px;
	height: 60px;
	right: 20px;
	display: block;
	}

#errota .caption h2, #errota .caption p{
	color: #fff !important;
	margin:0;
	padding:10px 10px 0px 10px;
	}

.portada #content #errota .caption h2{
	font-size: 3em;
	font-weight: bold;
	text-shadow: 0px 0px 10px #333;
	background: none;
	line-height: 105%;
	margin-bottom: 10px;
	}

#errota .caption p{
	padding: 0 10px;
	font-size: 1.5em;
	color: #002a39 !important;
	/*text-shadow: 0px 0px 5px #fff;*/
	padding: 0.3em 1em;
	background: rgb(225, 255, 255);
	background: rgba(225, 255, 255, 0.8);
	border-radius: 5px;
	font-family: georgia;
	display: inline;
	}

.button, input.button {
    background: url("/static/img/button.gif") repeat-x scroll left top #87D2E1;
    border: 1px solid #328DB2;
    color: #FFFFFF;
    font-size: 90%;
    font-weight: bold;
    line-height: 130% !important;
    padding: 0.4em 1em;
    text-align: center;
    text-shadow: 1px 1px 1px #328DB2;
	border-radius: 10px;
	text-decoration: none !important;
	color: #fff !important;

}

input:hover.button, input:focus.button,  .button a:hover, a:hover .button, a.button:hover{
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    border: 1px solid #328DB2;
	background: #3690b4;
    cursor: pointer;
}



.column2 .button{
	margin: 1em 3em;
	}

.portada #content h2{
	font-weight: bold;
	color: #03495d;
	font-size: 1.5em;
	background: url("/static/img/portadah2.png") no-repeat scroll bottom left transparent;
	line-height: 200%;
	border: 0;
	}

#block1{
	background: url(/static/img/block1.jpg) no-repeat bottom left #a2c9da;
    min-height: 370px;
}

#block1 .inner, #block2 .inner, #block3 .inner, #block4 .inner{
	padding: 0 110px;
}

#content {
	float: left;
	padding: 0 0px 0 0;
	width: 685px;
	line-height: 160%;
	font-size: 90%;
	}

.column2_3{
	width: 70%;
	float: left;
    text-shadow: 1x 1px 0 #87d2e1;
    font-size: 90%;
}

.column1_3{
	width: 30%;
	float: right;
}

.column1_3 .button{
	display: block;
	margin:1em 0 0 0;
	font-size: 110%;
	padding: 0.4em 0.1em;
}

#block1 .column2_3 h2{
	background: none;
	font-size: 270%;
	text-shadow: 1px 1px #fff;
	margin:0.8em 0 0.4em;
	line-height: 100%;
	 /*behavior: url(/static/js/PIE.htc);*/
}

#block1 .column2_3 p{
	font-size: 140%;
	color: #305d6d;
	font-family: georgia;
	padding-right: 2em;
}

#block1 .column1_3{
	background: rgb(0, 42,57);
	background: rgba(0, 42,57, .8);
	color: #fff;
	 /*behavior: url(/static/js/PIE.htc);*/
}

#block1 .column1_3 .item,
#block2 .column1_3 .item{
	padding: 0 20px 1em 20px;
	position:relative;
}

#block1 .column1_3 .item  h2{
	border-bottom: 1px solid #3f6574;
	background: none;
	text-shadow: 1px 1px #002a39;
	margin: 10px 0;
	 /*behavior: url(/static/js/PIE.htc);*/
}

#content #block1 .column1_3 h2 a{
	color: #fff !important;
}

#block2{
	background: #fff;
}

#block2 .column2_3 .item1, #block2 .column2_3 .item2{
	width: 50%;
	float: left;
	padding: 3em 0 1em;
}

#block2 img{
	border: 3px solid #fff;
	box-shadow: 0 0 15px #666;
	 /*behavior: url(/static/js/PIE.htc);*/
}

#block2 .column2_3 h3, #block2 .column2_3 p {
	padding: 0 3em 0 0;
}

#block2 .column2_3 h3 a{
	text-decoration: none;
}

#block1 .column1_3 ul , #block2 .column1_3 ul {
	margin:0;
}

#block1 .column1_3 ul li, #block2 .column1_3 ul li{
	margin:0 0 10px 0;
	list-style: none;
}
#block1 .column1_3 li a{
	font-size: 110%;
	padding: 5px 0 10px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #305D6D;
}

.albistea_data, .irteera_data{
	font-family: georgia;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}

.irteera_ordua{
	margin-left: 1em;
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 1px 8px;
	 /*behavior: url(/static/js/PIE.htc);*/
}

#block1 .column1_3 ul li {
	color: #bce8fa;
	text-shadow: 1px 1px #002a39;
}

#block1 .column1_3 ul li:last-child  a{
	/*border-bottom: 0;*/
}

#block3 {
	background: url(/static/img/block3.gif) top left;
}

#block3  .column1_2{
	width: 48%;
	float:left;
}

#block3  .column1_2:last-child{
	width: 48%;
	float:right;
}
#galeria{
	margin: 0 0 1em 0;
}
#galeria p{
	margin-left: 80px;
}
#galeria img{
	border: 1px solid #fff;
}

#block3 iframe{
	max-width: 100%;
	border: 1px solid #fff;
}

#content #galeria ul {
	margin: 0 10px 0 0;
	padding: 0 ;
	list-style: none;
	float: left;
}

#content #galeria ul li{
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#gallery{

}
#content #galeria ul li:last-child{
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.thumb_galeria{
	width: 70px;
}
#block4{
	height: 320px;
}

#block4 {
	background: url("/static/img/geoparkea.gif") no-repeat scroll right top transparent;
	height: 300px;
}

#block4 #row3 .item1 p{
	width: 350px;
	}






/*************Edukia***********************/
#content h1{
	font-size: 2em;
	color: #03495D;
	/*background: url(/static/img/h1.gif) no-repeat left bottom;*/
	padding: 0 0 5px;
	margin-bottom: 1em;
	margin-top: 7px;
	border-bottom: 1px solid #03495D;

	}

#content h2{
	font-weight: normal;
	color: #957514;
	font-size: 1.5em;
	border-bottom: 1px dotted #957514;
	}

#content h2 a{
	text-decoration: none;
	/*color: #fff !important;*/
	}

#content h2 a:hover{
	/*color: #0789a7 !important;*/
	}

#content #row2 h2 a{
	color: #0099CC !important;
	}

#content h3{
	font-weight: bold;
	color: #034b60;
	font-size: 1.3em;
	}

.itzala{
	padding-bottom: 21px;
	margin-left: 20px;
	background: url(/static/img/argaz.gif) no-repeat left bottom;
	}

#content p{
	line-height: 160%;
	}

#content ul, #content ol{
	line-height: 160%;
	margin-left: 20px;
	}

#content ul li, #content ol li{
	margin-left: 20px;
	}

#sidebar {
	font-size: 85%;
	float: left;
	width: 275px;
	margin: 0;
	}

.visualPadding {
	padding: 0px 15px;
	}

#sidebar .visualPadding {
	padding: 0px 15px 0 0;
	}

#sidebar ul{
	margin: 0;
	padding: 0;
	width: 200px;
	border-bottom: 1px dotted #156c86;
}

#sidebar ul ul{
	width: auto;
	border-bottom: 0;
	margin-top: 6px;
}

#sidebar ul ul li{
	padding: 6px 0;
	background:  url(/static/img/menu2.gif) no-repeat 0 10px;
}

#sidebar ul li{
	margin: 0;
	padding: 13px 0;
	list-style-type: none;
	list-style-position: inside;
	color: #999;
	border-top: 1px dotted #156c86;
}

#sidebar ul li ul li{
	border-top: 0;
	margin-left: 0px;
	padding-left: 20px;
}

#sidebar li a {
	text-decoration: none;
	padding-right: 15px;
	width: 185px !important;
	display: block;
}

#sidebar li a.selected {
	background: url(/static/img/menusel.gif) no-repeat right 3px;
	color: #66584B;
}

#sidebar a:hover {
	color: #66584B;
}



.hilabetea {
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin:0em 1em 1.8em 1em;
	padding: 0.5em;
	font-size: 85%;
	box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.4);
}

.trigger{

}

.trigger a{
	color: #fff !important;
	text-decoration: none;
	border-radius: 3px;
	background: #0099CC;
	padding: 3px;
	max-width: 19px;
}

.hilabetea td{
	width: 23px;
	text-align: center;
}

.hilabetea  td.gezia{
	padding: 0px 0px;
}

.hilabetea th{
	/*padding: 1px 5px;*/
	text-align: center;
	width: 20px;
	background: #efefef;
}

.hilabetea th.hila{
	background: #ccc;
	border-radius: 3px 3px 0 0;
	text-align: center;

}

.hilabetea th.eguna{
	border-radius-topleft: 0px;
	border-radius-topright: 0px;
}

.hilabetea table{
	margin:0;
}

#footer {
	margin: 0 auto;
	width: 1180px;
	height: 390px;
	background: url(/static/img/footer1.jpg) no-repeat -1px bottom;
	position: relative;
	}

#socialbuttons{
	float: right;
	margin:7em 110px 3em 0;
	}

#siteactions{
	text-align: right;
	font-size: 80%;
	padding: 9.5em 190px 0 110px;
	}

#siteactions a{
	text-decoration:none;
	}

#logoak {
	position: absolute;
	top: 250px;
	height: 80px;
	left: -10px;
	width: 1200px;
	color: #fff;
	font-size: 75%;
	background: #04566E; /* Old browsers */
background: -moz-linear-gradient(left,  #023041 0%, #04566e 2%, #04566e 98%, #023041 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#023041), color-stop(2%,#04566e), color-stop(98%,#04566e), color-stop(100%,#023041)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #023041 0%,#04566e 2%,#04566e 98%,#023041 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #023041 0%,#04566e 2%,#04566e 98%,#023041 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #023041 0%,#04566e 2%,#04566e 98%,#023041 100%); /* IE10+ */
background: linear-gradient(to right,  #023041 0%,#04566e 2%,#04566e 98%,#023041 100%); /* W3C */
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	 /*behavior: url(/static/js/PIE.htc);*/
	}

 #logoak .inner{
	padding: 0 110px;
	}

#logoak p{
	width: 38%;
	float: left;
	line-height: 160% !important;
	padding: 1em 0;
	color: #82aab6;
	}

#logoak img{
	float: right;
	margin: 1.5em;
	}

.espazioa{
	margin-right: 5em !important;
	}

#footer a:hover{
	}

.cleaner {
	clear: both;
    display: block;
    }


/************************portada********************/

.portada #content{
	width: 1180px;
	padding:0;
	float: none;
	}

.portada #content img{
	padding:0;
	background: none;
	}

.denda #content, .egutegia #content{
	width: 960px;
	padding: 20px 0 0 0;
	font-size: 90%;
	float: none;
	}

#controls	{
	display: none;
	}

/*erosketa*****/
.erosketa {
	width: 100%;
}
.content_title{
	font-size: 100%;
	font-weight: bold;
}
.begin_time{
	letter-spacing: 1px;
	margin: 2px 0;
}
.begin_date{
	font-size: 75%;
	font-weight: bold;
		margin: 0 0 2px 0;
}

#content .content_title{
	line-height: 120% !important;
	margin: 3px 0 0 0;
	display: block;
}
.erosketa tr {
	border-top: 1px dotted #328DB2;
}
.erosketa tr:first-child {
	border-top: 0;
}

.erosketa tr.irteera_aukerak{
	border-top:0;
}


.erosketa th {
	background: #328DB2;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 80%;
	border-right: 1px solid #fff;
	line-height: 130%;
	font-weight: bold;
}
.erosketa td, .erosketa th{
	padding:5px 8px;

	}

.erosketa td{
	text-align: right;
	border-right: 1px dotted #efefef;
	}
.erosketa td:last-child{

	border-right: 0;
	}
.irteeraren_aukera{
	font-size: 80%;
	text-align: left;
}
.irteeraren_aukera label{
	font-weight: bold;
}
.irteera_aukera_form{
	margin:0;
}
.erosketa input{
	text-align: right;
	}

.erosketa .total{
	background: #efefef;
	font-size: 120%;
	font-weight: bold;
	padding: 15px 10px;
	}
.erosketa .total td{
	padding: 15px 10px;
	}

.erosketa2 th{
	text-align: left;
	font-weight: bold;
	background: #efefef;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-left: 5px;
	}
.erosketa2 td{
	padding: 1px 5px;
	}


label	{
	width: 100px;
	text-align: right;
	}

.chekout {
	color: #fff;
	text-shadow: 1px 1px 1px #328db2;
	font-weight: bold;
	font-size: 140%;
	background: url(/static/img/button.gif) repeat-x top left #87d2e1;
	padding: 0.4em 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	 line-height: 130% !important;
	 border: 1px solid #328db2;
	 text-decoration: none;
	 float: right;
	 margin: 0 3em 0 0;
	 /* /*behavior: url(/static/js/PIE.htc);*/*/
	}
.chekout:hover {
	background: #3690b4;
	border: 1px solid #328db2;

	}


	/**********Zer ikusi***********************/

#zerikusi .item1, #zerikusi .item2, #zerikusi .item3{
	border: 1px solid #ccc;
	background: url(/static/img/item.gif) repeat-x left bottom;
	min-height: 350px;
	 float: left;
    }

#zerikusi #row1-1 .item1, #zerikusi #row1-1 .item2{
	width: 213px;
	margin-right: 15px;
	}
#zerikusi #row1-1 .item3{
	width: 213px;
	margin-right: 0;
	}

#zerikusi .row1 .item1 img, #zerikusi .row1 .item2 img, #zerikusi .row1 .item3 img{
	margin: 0 0 10px 0;
	width: 213px !important;
    }


#zerikusi #row1-1 h2{
	font-size: 1.2em;
	text-align: center;
	color: #fff !important;
	text-shadow: 1px 1px 1px #333333;
	padding: 15px 0 10px 0;
	font-weight: normal;
	margin:0 0 1px 0;
	}
#zerikusi #row1-1 .item1 h2{
	background: url(/static/img/flysh.gif) repeat-x left top #00b5e7;
	}
#zerikusi #row1-1 .item2 h2{
	background: url(/static/img/karst.gif) repeat-x left top #51bb34;
	}
#zerikusi #row1-1 .item3 h2{
	background: url(/static/img/kultura.gif) repeat-x left top #d2b20a;
	}

#zerikusi #row1-1 h2 a{
	text-decoration: none;
	color: #fff !important;
	}

#zerikusi #row1-1 h2 a:hover{
	color: #0789a7 !important;
	}

#zerikusi p{
	padding: 0 1em;
	}

#zerikusi.visit #row1-1 h2{
	 min-height: 85px;
    padding: 10px 5px;
	}

#zerikusi.visit.bisitagidatuak #row1-1 h2{
	 min-height: 25px;
	}
#zerikusi.bisitagidatuak .item1, #zerikusi.bisitagidatuak .item2, #zerikusi.bisitagidatuak .item3 {
    min-height: 270px;
    margin-bottom: 2em;
}
	/*
#row1-2 .item2{
	width: 345px;
	margin-right: 0;
	}

.button{
	color: #fff;
	text-shadow: 1px 1px 1px #328db2;
	font-weight: bold;
	font-size: 90%;
	background: url(/static/img/button.gif) repeat-x top left #87d2e1;
	padding: 0.4em 1em;
	-moz-border-radius: 5px;
	text-align: center;
	 line-height: 130% !important;
	 border: 1px solid #328db2;
	}

a.button {
	text-decoration: none;
	color: #fff !important;
	}

.button a{
	color: #023949;
	text-decoration: none;

	}
.column2 .button{
	margin: 1em 3em;
	}
*/
	/******************Explorer******************************/




.ie #slideshow img{
	margin: 2px 0 0 -4px;
}
/*
.ie8 #slideshow img{
	margin: 2px 0 0 -4px;
}



*/


.ie8 body, .ie7 body{
	background: url(/static/img/ie8fondoa.gif) repeat-y top center;
}



.ie8 #block2 img, .ie7 #block2 img {
    border: 5px solid #efefef;
	background: #fff;
	padding: 1px;
}

.ie8 #menu, .ie7 #menu {
	background: url(/static/img/iemenua.gif) no-repeat top center #04566E;
}



.ie7 .formitem .data_item input {
	width: 60px;
}






/*******************************************************************************************/


/*********************************************/

/*
#colleft{
	width: 710px;
	float:left;
	margin-left: 15px;
	}
#colright{
	width: 240px;
	float:right;
	margin-right: 15px;
	}

#row1, #row2, #row3{
	margin: 0 auto;
	clear: both;
	width: 710px;
    }

#row1{

    }

.column1{
	margin:0;
	}
.column2{
	margin-top: 20px;
	}
.item1, .item2, .item3{
	border: 1px solid #ccc;
	background: url(/static/img/item.gif) repeat-x left bottom;
	height: 350px;
	 float: left;
    }
.portada .item1, .portada .item2, .portada .item3{
	height: 330px;
    }

.portada .row1 .item1 img,.portada .row1 .item2 img,.portada .row1 .item3 img{
	margin: 0 0 10px 0;
	width: 223px;
    }
.item1 p, .item2 p, .item3 p{
	padding: 0 10px;
    }

.gehiago{
	font-size: 90%;
	text-align: right;
	margin-bottom: 10px;
    }

	*/
/**********Lehenengo lerroa-************************/
/*
.portada #row1-1 .item1, .portada #row1-1 .item2{
	width: 223px;
	margin-right: 15px;
	}
.portada #row1-1 .item3{
	width: 223px;
	margin-right: 0;
	}


#row1-1 .item1, #row1-1 .item2{
	width: 213px;
	margin-right: 15px;
	}
#row1-1 .item3{
	width: 213px;
	margin-right: 0;
	}

.row1 .item1 img, .row1 .item2 img, .row1 .item3 img{
	margin: 0 0 10px 0;
	width: 213px !important;
    }


#row1-1 h2, .column2 h2{
	font-size: 1.2em;
	text-align: center;
	color: #fff !important;
	text-shadow: 1px 1px 1px #333333;
	padding: 15px 0 10px 0;
	font-weight: normal;
	margin:0 0 1px 0;
	}
#row1-1 .item1 h2{
	background: url(/static/img/flysh.gif) repeat-x left top #00b5e7;
	}
#row1-1 .item2 h2{
	background: url(/static/img/karst.gif) repeat-x left top #51bb34;
	}
#row1-1 .item3 h2{
	background: url(/static/img/kultura.gif) repeat-x left top #d2b20a;
	}

#row1-2 .item2{
	width: 345px;
	margin-right: 0;
	}


/*********bigarren zutabea*********/

/*
#content .column2 h2{
	font-size: 1.2em;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1;
	}

#content .column2 ul{
	margin: 0 10px;
	}

#content .column2 ul li{
	padding-left:10px;
	padding-top: 10px;
	margin: 10px 0 10px 0;
	list-style: none;
	color: #5fb2cb;
	background: url(/static/img/marra.gif) no-repeat top center;

}

#content .column2 ul li a{
	text-decoration: none;
	padding-left: 10px;
	background: url(/static/img/gez.gif) no-repeat 0 3px;
	color: #fff;
	}

#content .column2 ul li span{
	font-family: georgia;
	font-size: 1.3em;
	}

/**********Bigarren lerroa-************************/


/*

#row1-1 {
	margin-bottom: 1em;
	}

#row1-2 .item1{
	width: 340px;
	margin-right: 15px;

	}

#row1-2 .item1, #row1-2 .item2{
	margin-top: 1em;
	height: 250px;
	}

#row1-2 .item1 img, #row1-2 .item2 img{
	width: 100px;
	float: left;
	margin: 0 10px 10px 15px;
	}

#row1-2 h2, #row2 .column1 h2, #row3 .column1 h2{
	background: url(/static/img/h1.gif) no-repeat -350px bottom;
	font-size: 1.3em;
	color:#045d77;
	margin: 15px;
	padding-bottom: 10px;
	}


#row2 .item1, #row3 .item1 {
	width: 700px;
	margin-right: 0;
	}

/***********hirugarren lerroa********/

/*
#row3 .item1 {
	background: url(/static/img/geoparkea.gif) no-repeat top right;
	}



.column2 .item{
	margin: 0 0 0 10px;
	background: url(/static/img/colh2.gif) repeat-x top left #034b60;
	-moz-border-radius: 10px;
	color: #fff;
	padding-bottom: 10px;
	}
	/*

/*********Argazki galeria************/

/*
.portada_irudia{
	float: left;
	margin: 0 5px;

	}

.portada_irudia img{
	border: 1px solid #ccc;
	padding: 3px !important;

	}

#content .itemgaleria img{
	padding:0;
	background: transparent;

	}

.itemargazkia{
	float: left;
	margin-right: 1em;
	}

.itemargazkia img{
	width: 200px !important;
	padding: 3px;
	border: 1px solid #ccc;
	}

#row2 .item1{
	height: auto;
	}

#galeria-left {
    float: right;
    width: 150px;
}
#galeria-right {
    color: #FFFFFF;
    float: left;
    width: 440px;
}*/

/*******Irteera bat*************/


/***************Egutegia*****************/

#filtroa{
	width: 190px;
	background: #efefef;
	float: left;
	display: block;
	position:relative;
	margin-right: 1em;
	border-radius: 5px;
	padding: 5px;
	}

#filtroa h3{
	padding: 5px 0 10px;
	border-bottom: 1px dotted #fff !important;
	margin: 0;

	}


#hilabeteak_agenda	{
	position: relative;
	display: block;
	float: left;
	width: 700px;
	}

.egutegia h1{


}

.egutegia #content h2{
	margin:0 0 1em 0;
	display: inline-block;
	background: #e7e0ca;
	padding: 5px 20px;
	border-radius: 20px;
	border: 1px solid #c0ad74;
	 /*behavior: url(/static/js/PIE.htc);*/
}


.irteera {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 1em 0;
	padding: 1em;
	box-shadow: 1px 1px 7px rgb(153, 153, 153);
	box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.4);
	margin-bottom: 1em;
	/*width: 93%;*/
	 /*behavior: url(/static/js/PIE.htc);*/
}

.irteera h3{
	background: #efefef;
	padding: 10px 1em;
	border-top: 1px dotted #328DB2;
	border-bottom: 1px dotted #328DB2;
	margin: 0 0 0.6em 0;
}

.detaileak{
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	float: right;
	padding: 1em;
	font-size: 90%;
	margin: 0 0 0 1em;
	 /*behavior: url(/static/js/PIE.htc);*/
}

.detaileak ul{
	margin:0 0 0 20px;
}

.description{
	margin: 0.5em 0 0 0;
}

.orduataeguna, .prezioa{
	font-size: 125%;
	font-weight: bold;
}

.orduataeguna{
	margin: 10px 0;
}



.orduataeguna strong, .prezioa strong{
	font-size: 70%;
	text-transform: uppercase;
	font-weight: normal;
}
.prezioa{
	margin-top: 1em ;
}

.prezioa .pricesmall{
	font-size: 70%;
	font-weight: normal;
}


.murriztua{
	font-size: 70%;
	font-weight: normal;
	/*margin:-5px 0 0 0;
	display: block*/
}

.erosketa .murriztua{
	margin:0 0 0 0;
	display: block;
	line-height: 110%;
}


.description p{
	margin:0;
}

.eguna2, .ordua, .more{
	display: inline-block;
	margin:0;
}
.eguna2{
	margin-right: 1em;
}


.formitem{
	 padding: 5px 7px 5px 7px;
	margin: 0 0 .1em 0;
	font-size: 80%;
}


.formitem label{
	 font-weight: bold;
}
.formitem ul li label{
	 font-weight: normal;
}
.formitem ul {
	padding: 0;
	margin:0 !important;
}

.formitem ul li {
	padding: 2px 0;
	margin-left: 20px;
	list-style: none;

}


.formitem ul li input{
	margin-left: -20px;
	padding: 0;
	border:0;
	background: transparent;
}

.formitem ul li a{
	text-decoration:none;
}

.formitem ul li a:hover{

}

.formitem .data_item{
	/*float: left;*/
}

#filtroa  h4{
	border-top: 1px dotted #fff;
	font-weight: bold;
	padding: 8px 8px 0 8px;
	font-family: arial !important;
	font-size: 90%;
	margin:0;
}


.ui-datepicker td {
    padding: 5px !important;
	height:15px;
}

.ui-datepicker {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 7px rgba(153, 153, 153, 0.8);
}

.ui-state-disabled {
    color: #bdbbbb;
}


.day{
	border-bottom: 1px dotted #fff;
}

.formitem .data_item:first-child{
	margin-right: 10px;
}



.formitem .data_item input {
	width: 100px;
}

.data_forma {
	background: url(/static/img/cheking.png) no-repeat 4px 4px #fff;
	padding-left: 30px;
	}

/*********Pausoak****************/

.pausoak {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 0.4em;
	font-size: 120%;
	text-transform: uppercase;
	width: 95%;
	text-align: center;
}
.pausoak span{
	margin-right: 2em;
}

#erosketamota ul{
	list-style-type: none;

}

/*************k<arta***********/

.karta{
	background: #efefef;
	padding: 1em;
}

/*********3egun******/

.egun1, .egun2, .egun3{
	border: 1px solid #ccc;
	 float: left;
	 width: 213px;
	margin-right: 15px;
    }
.egun1{
	background: #00b5e7 url(/static/img/11egun.gif) no-repeat top left;
    }

.egun2{
	background: #00b5e7 url(/static/img/12egun.gif) no-repeat top left;
    }

.egun3{
	background: #00b5e7 url(/static/img/13egun.gif) no-repeat top left;
    }

.egun1, .egun2, .egun3{
	border: 1px solid #ccc;
	 float: left;
	 width: 210px;
	margin-right: 10px;
    }

#tresdias h2{
	 padding: 10px 0 15px 60px;
	 margin:0;
	  text-shadow: 1px 1px 1px #333333;
    }


/**************Jatsurentzat**************/

#ui-datepicker-div { display: none; }

@media only screen and (max-width: 1282px) {
    .body-wrap-inner{float:right; position:relative; left:-50%; box-shadow:none;}
    .body-wrap-center{position:relative; left:50%;}
}
