@
keyframes desaparecer { 0% {
	bottom: 0px;
}

80%
{
bottom
:
 
0
px
;
}
100%
{
bottom
:
 
-50
px
;
}
}
@
-webkit-keyframes desaparecer /* Safari and Chrome */ { 0% {
	bottom: 0px;
}

80%
{
bottom
:
 
0
px
;
}
100%
{
bottom
:
 
-50
px
;
}
}
@
keyframes aparecer { 0% {
	bottom: -38px;
}

10%
{
bottom
:
 
0
px
;
}
90%
{
bottom
:
 
0
px
;
}
100%
{
bottom
:
 
-38
px
;
}
}
@
-webkit-keyframes aparecer /* Safari and Chrome */ { 0% {
	bottom: -38px;
}

10%
{
bottom
:
 
0
px
;
}
90%
{
bottom
:
 
0
px
;
}
100%
{
bottom
:
 
-38
px
;
}
}
#cookiesms1:target {
	display: none;
}

.cookiesms {
	width: 100%;
	height: 43px;
	margin: 0 auto;
	padding-left: 1%;
	padding-top: 5px;
	font-size: 0.8em;
	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;
	cursor: default;
}

.cookiesms:hover {
	bottom: 0px;
	cursor: default;
}

.cookiesms a {
	color: #333;
	font-weight: bold;
}

.cookiesms a:hover {
	color: #ffcc00;
	font-weight: bold;
}

.cookies2 {
	color: white;
	background-color: #888a85;
	display: inline;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	position: absolute;
	left: 1%;
	top: -30px;
	font-size: 13px;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	-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);
}