
@font-face {
    font-family: 'OpenSansRegular';
    src: url('opensans/opensans-regular-webfont.eot');
    src: url('opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans/opensans-regular-webfont.woff') format('woff'),
         url('opensans/opensans-regular-webfont.ttf') format('truetype'),
         url('opensans/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.panel_cookie p,
.panel_cookie h4,
.panel_cookie input{
    font-family: 'OpenSansRegular';
	text-align:left;	
}

.panel_cookie{
  width:100%;
  position:relative;
	display: inline-block;
  right:0;
	bottom: 0;
  line-height:18px;
  z-index:100002;
  background-color: rgba(0,0,0,.8); 
 -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
  padding:10px;
	box-sizing: border-box;
}

#panel_cookie_dol{
  bottom:0;
}
#panel_cookie{
  top:0;
}
.panel_cookie .btn{
	float: right;
	margin-right: 25px;
}
div.tresc{
  float:left;
  margin:0 0 0 0px;
  max-width: 100%;
  width: 100%;
}

/*
.panel_cookie input,
body .panel_cookie input{
  position: absolute;
  right: 20px;
  border:none;
  color:#fff;
  font-size:30px;
  height: 53px!important;
  width: 53px!important;
  line-height:18px;
  background: url("close-st1.png") no-repeat 50%;
  display:block;
  float:right;
  padding:0;
  margin:0;
  cursor:pointer;
  text-indent:-999em;
}
*/
.panel_cookie input:hover,
.panel_cookie input:focus,
.panel_cookie input:active{
  background-color:#dedede;
}

.panel_cookie h4,
.panel_cookie p{
  color: #fff;
  text-shadow: -1px 0 0 rgba(0, 0, 0, .3);
}

.panel_cookie h4{
  font-weight:100;
  font-size:14px;
  text-transform:uppercase;
  margin:0;
  display:none
}
.panel_cookie p{
  font-size:13px;
  line-height:20px;
  margin:2px 0 0;
}

.panel_cookie p a{
  color:#93c548;
  text-decoration:underline;
  background:none;
}

.panel_cookie a:hover, 
.panel_cookie a:active, 
.panel_cookie a:focus{
  text-decoration:none;
  background:none;
}
@media (max-width: 700px) {

.panel_cookie p {
    font-size: 12px;
    line-height: 16px;
}
div.tresc {
    max-width: 70%;
    width: 70%;
}
}
@media (max-width: 500px) {
	.ciacho{
		display:none
	}
.panel_cookie{
  padding:5px;
}
.panel_cookie p {
    font-size: 12px;
    line-height: 16px;
}
div.tresc {
    max-width: 100%;
    width: 100%;
}
}



