@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}


.cookiesms{	
	width:100%;
	height:60px;
	margin:0 auto;
	padding-left:1%;
        padding-top:5px;
        font-size: 1em;
	clear:both;
        font-weight: strong;
color: #585858;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
border-top-style: solid;
border-top-color: #CCE5E9;
z-index:999999999;
font-family: Verdana;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #CCE5E9;
display:inline;
opacity:1;
filter:alpha(opacity=100);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:22px;
color:#585858;
font-family: Verdana;
padding-left:25px;
padding-right:25px;
padding-top: 5px;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-color: #CCE5E9;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;




}

.linkCookies{

padding-top: 8px;    
color:#585858;    
font-family: Verdana;
font-size:11px;    
}

.cookiesbutton{
font-family: Verdana;
font-weight: bold;
font-size: 13px;
color:#007A96;
  
}
