body {
	background:url(/img/bg-body.jpg) repeat-x 0 0;
}
a:hover {
  color: #36c0ce;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:adelle,serif !important;
}
/* HEADER  */
header {
	margin:0;
	padding:30px 0 0 0;
	height:333px;
}
header ul li {
	list-style:none;
}
header ul.social-networks{
	float:right;
	margin:30px -115px 0;
}
header .social-networks li{
	float:left;
	padding: 0 3px 0 9px;
}
header .social-networks a{
	float:left;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
}
header .social-networks .facebook a{
	width:82px;
}
header .social-networks .twitter a{
	width:96px;
}

header .language {
	float:right;
	-webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
	background:#505e5c;


   margin:-34px 0 0;
    padding:8px;
}
header .language li {
	display:inline;
	margin:0 5px 0 5px;
}
header .language li a{

	font-size:11px;
	color:#fff;
	text-transform:uppercase;
}
header .language li a:hover{
	text-decoration:underline;	
}
header a.brand {
	background:url(/img/ico-begia.png) no-repeat right;
	font:700 60px/60px adelle,serif !important;
	font-size:100px;
	color:#fff;	
	padding:0 100px 0 0;
}
header .brand span{
	font-weight: 100;
}

.tabs {
	border:0;
}
.tabs > li > a {
  	padding: 0 48px;
	font:700 24px/50px adelle,serif !important;
  	margin-right: 0;
  	border: 0;
  	-webkit-border-radius: 0;
  	-moz-border-radius:  0;
  	border-radius:  0;
	background:#d6d6d6;
	border:0;
	cursor:pointer;
	color:#b8b8b8;
}
/*.tabs .active > a, .tabs .active > a:hover, .tabs > li > a:hover {*/
.tabs .current, .tabs .current:hover, .tabs > li > a:hover {
  color: #164e53;
  background-color: #36c1ce;
  border: 0;
  border-bottom-color: transparent;
	-webkit-border-radius: none;
  -moz-border-radius:  none;
  border-radius:  none;
  cursor: default;
}

.tabs a {
	cursor:pointer !important;
}

ul.tabs li:first-of-type > a{
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

ul.tabs li:last-of-type > a{
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;	
}
.form-stacked label {
    font-size:110%;
	margin-bottom:3px;
	color:#34bdcb;
}
form .input {
	margin-left:50px;
}
input, textarea {
    font-size:150%;
    padding:10px;
}
.actions {
  background: #fff;
  margin-top: 18px;
  margin-bottom: 18px;
	text-align:left;
  padding: 20px;
  border-top: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.btn {
  padding: 10px 22px;
  font-size: 18px;
}
.btn.primary {
  color: #fff;
  background-color: #34bdca;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0d6e77), to(#34bdca));
  background-image: -moz-linear-gradient(top, #0d6e77, #34bdca);
  background-image: -ms-linear-gradient(top, #0d6e77, #34bdca);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d6e77), color-stop(100%, #34bdca));
  background-image: -webkit-linear-gradient(top, #0d6e77, #34bdca);
  background-image: -o-linear-gradient(top, #0d6e77, #34bdca);
  background-image: linear-gradient(top, #0d6e77, #34bdca);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d6e77', endColorstr='#34bdca', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #34bdca #34bdca #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  font-weight:bold;
}
.pill-content {
	min-height:300px;
}
.pagecounter {
	text-align:left;
	font-size:18px;
	margin:0 0 15px;
	color:#ccc;
}
.egutegia {
	float:right;
	margin:-3px 470px 0 0;
}
.p2 {
	float:left;
}
.p2 button {
	margin:20px 0 0 40px
}
.listaNortzuk {
	margin:30px 100px 0 60px;
	padding-left:40px;
}
form .listaNortzuk .p2 input {
	padding:5px;
	font-size:100%;
	border:0;
	background:#F5F5F5;
}
form .listaNortzuk .input {
	margin-left:20px;
}
form .listaNortzuk .p2 img {
	margin:2px 0 0 10px;
}
form .listaNortzuk li {
	margin:0 0 5px 0;
	list-style:bold;
}
img.ui-datepicker-trigger {
    margin:0 0 0 15px;
    position:relative;
    top:11px;
	cursor:pointer;
}
.input .error > label, .error .help-block, .error .help-inline {
  color: #b94a48;
}
.input .error {
  background:#fce6e6 !important;
  color: #b94a48 !important;
  border-color: #ee5f5b !important;
}
.input .error:focus, textarea.error :focus {
  border-color: #e9322d !important;
  -webkit-box-shadow: 0 0 6px #f8b9b7 !important;
  -moz-box-shadow: 0 0 6px #f8b9b7 !important;
  box-shadow: 0 0 6px #f8b9b7 !important;
}

.clear {
	float:none;
	clear:both;
}
/* calendario */
.ui-datepicker {
	font-family:Helvetica, Arial !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background:url("images/ui-bg_glass_55_fbf9ee_1x400.png") repeat-x scroll 50% 50% #dff5f9 !important;
    border:1px solid #73e9fe !important;
    color:#363636;
}
/* ------- */
p {
	font-size:15px;
	font-weight:normal;
	line-height:22px;
	margin-bottom:12px;
}
/* FOOTER */
footer {
/*	background:url(/img/bg-footer.jpg) repeat-x 0 0;	 */
	border:0;
	margin:0;
	padding:0;
	height:480px;
}
footer p{
	background:#e3e3e3;
	padding:7px;
}
footer p span {
	width:940px;
	display:block;
	margin:0 auto;
	text-align:right;
}
footer p a{
	color:#000;
	font-weight:bold;
}
.donate {
	float: left;
	padding: 10px 10px 0 20px;
}
input.paypal {
	width: 74px;
	height: 21px;
}
.arazoak {
 	background:#36C1CE;
    color: #FFFFFF;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 6px;
    text-align: center;
}