.CookiePolicy {
position: fixed;
bottom: 0;
left: 0;
z-index: 100;
box-sizing: border-box;
box-shadow: 0 0 1.8em rgba(0, 0, 0, 0.2);
background: #F2F2F2;
border-top: 0.1em solid #E4E4E4;
padding: 1em 3em;
overflow: hidden;
}
.msgcookie {
display: block;
position: fixed;

background: rgba(0, 0, 0, 0.8);
color: #FFF;
font-size: 11px;
font-family: sans-serif;
z-index: 9999999999;

}

.msgcookie{
display: block;
position: fixed;
bottom: 0;
background: rgba(255, 255, 255, 0.93);
color: #000;
font-size: 11px;
font-family: sans-serif;
width: 100%;
border-top: 2px solid #E3220E;
text-align: center;
padding-bottom: 9px;
}
.msgcookie p{
	
	margin: 0 auto;
background: url('cookie.png') 16px 6px no-repeat;
padding: 17px 17px 0 46px;
/*height: 39px;*/
line-height: 27px;
}

.msgcookie a.close{
 float: right;
display: block;
background: #E3220E;
overflow: hidden;
opacity: 1;
padding: 5px 14px;
font-size: 18px;
border-radius: 5px;
box-shadow: 1px 1px 3px #000;
color: #FFF;
}
a.close:hover{
opacity:1;
background: #FFF;
box-shadow: 1px 1px 3px #E3220E;
color: #E3220E;
}
/* CSS para la animación y localización de los DIV de cookies */
 
@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:43px;
	margin:0 auto;
	padding-left:1%;
        padding-top:5px;
        
	clear:both;
        font-weight: strong;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
padding-top:10px;
-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;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
 
