


.panel_cookie p,
.panel_cookie h4,
.panel_cookie input{
  font-family: 'Arial';	
  text-align:left;
}

.panel_cookie{
  width:100%;
  position:fixed;
  left:0;
  min-height: 33px!important;
  line-height:30px;
  z-index:100002;
  background: rgba(206,206,206,.7) url('page.png') scroll;
 /* background: #cecece;
  background: rgba(206,206,206,.8);*/
 -webkit-box-shadow: 0px 4px 16px 0px rgba(51, 51, 51, .8);
  box-shadow: 0px 4px 16px 0px rgba(51, 51, 51, .8);
  border-top: 1px solid #f7f7f7;
  padding:0;
}

#panel_cookie_dol{
  bottom:0;
}
#panel_cookie{
  top:0;
}

div.tresc{
  float:left;
  margin:0 0 0 10%;
  max-width: 75%;
  width: 75%;
}

.panel_cookie input,
body .panel_cookie input{
  border:none;
  color:#fff;
  font-size:30px;
  height: 33px!important;
  width: 33px!important;
  line-height:30px;
  display:block;
  float:right;
  padding:0;
  margin-right: 20px;
  margin-top: 0px;
  cursor:pointer;
  text-indent:-999em;
}
.panel_cookie input,
body .panel_cookie input,
.panel_cookie input[type="button"],
.panel_cookie input[type="button"]:hover,
.panel_cookie input:hover, 
.panel_cookie input:active, 
.panel_cookie input:focus{
  background: url("close-st1.png") no-repeat 50% #0069b4;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.panel_cookie input:hover, 
.panel_cookie input:active, 
.panel_cookie input:focus{
   background-color: #76a03c\e;
  -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .3); 
}

.panel_cookie h4,
.panel_cookie p{
  color: #212121;
  text-shadow: -1px 0 0 rgba(255, 255, 255, 1);
}

.panel_cookie h4{
  font-weight:100;
  font-size:13px;
  text-transform:uppercase;
  margin:0;
  display:none
}
.panel_cookie p{
  font-size:13px;
  line-height:30px;
  margin:2px 0 0;
  text-align:center
}

.panel_cookie p a{
  /*color:#0069b4;*/
  text-decoration:underline;
  background:none;
}

.panel_cookie a:hover{
  text-decoration:none;
  background:none;
}


@media (max-width:1280px) {
  .panel_cookie p {
	font-size: 13px;
	line-height: 1.5;
	margin:1.1em 0 
  }

}
