
.politicaCookies{
  background-color:#f3f4f6;
  border-left:1px solid #dfe5e6;
  border-right:1px solid #dfe5e6;
  overflow:hidden;
  font:normal 13px Arial,Verdana;
  color:#222;
  text-rendering:optimizeLegibility;
  position:fixed;
  bottom:60px;
  z-index:3000000000;
  width:100%;
  margin:auto;
  left:0;
  right:0;
  box-shadow:0 0 7px #CCC;
  -webkit-animation-duration:1s;
  -webkit-animation-delay:.3s;
  -webkit-animation-timing-function:ease;
  -webkit-animation-fill-mode:both;
  -moz-animation-duration:1s;
  -moz-animation-delay:.3s;
  -moz-animation-timing-function:ease;
  -moz-animation-fill-mode:both;
  -ms-animation-duration:1s;
  -ms-animation-delay:.3s;
  -ms-animation-timing-function:ease;
  -ms-animation-fill-mode:both;
  -o-animation-duration:1s;
  -o-animation-delay:.3s;
  -o-animation-timing-function:ease;
  -o-animation-fill-mode:both;
  animation-duration:1s;
  animation-delay:.3s;
  animation-timing-function:ease;
  animation-fill-mode:both;
  }
  
  .politicaCookies{
  *margin-left:0;
  *left:10%!important;
  *position:absolute;
  *z-index:99999!important;
  }
  
  .hidePoliticaCookies{
  display:none!important;
  }
  
.politicaCookies p {
text-shadow:rgba(255,254,255,0.5) 0 1px 0;
}

.politicaCookies p a{
color:#005ffc;
text-decoration:none;
}


.politicaCookies p a:hover{
color:#6fa6ff!important;
}

.politicaCookies p a:visited{
color:#609!important;
}

.politicaCookies .inner{
position:relative;
background:#f3f4f6;
padding:5px;
}

.cookiesOK{
text-align:right;
margin:0;
}

.cookiesOK a{
text-decoration:none;
background-color:#C33;
border:1px solid #d02718;
border-radius:2px;color:#FFF;
cursor:pointer;
display:inline-block;
font-size:10px;
font-weight:bold;
line-height:20px;margin-right:0;
outline:0;
padding:2px 3px;
text-align:center;
white-space:nowrap;
color:#fff!important;
}

.cookiesOK a:hover{
background-color:#C21023;
border:1px solid #900;
color:#fff!important;
}

.inner a {
	
	text-decoration: none;
	cursor:pointer;
	font-family: arial;
	color:#C33;
	outline:0;
}

.inner a:hover {
	
	text-decoration: none;
	cursor:pointer;
	font-family: arial;
	color:#C21023;
	outline:0;
}



@-webkit-keyframes slideInDown{
0%{opacity:0;-webkit-transform:translateY(500px);}

100%{-webkit-transform:translateY(0);
-webkit-animation:slideDown 2.5s 5.0s 1 ease forwards;}
}
@-moz-keyframes slideInDown{
0%{opacity:0;
-moz-transform:translateY(500px)}100%{
-moz-transform:translateY(0);
-moz-animation:slideDown 2.5s 5.0s 1 ease forwards}
}
@-o-keyframes slideInDown{
0%{opacity:0;
-o-transform:translateY(500px);}
100%{-o-transform:translateY(0);
-o-animation:slideDown 2.5s 5.0s 1 ease forwards;}
}
@keyframes slideInDown{
0%{opacity:0;transform:translateY(500px)}
100%{transform:translateY(0);
animation:slideDown 2.5s 5.0s 1 ease forwards}
}

.slideInDown{-webkit-animation-name:slideInDown;
-moz-animation-name:slideInDown;
-o-animation-name:slideInDown;
animation-name:slideInDown;}