/* CSS Document */
/* Codigo para la política de cookies   /*

 
/* 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{	
/*height:250px;*/
width:100%;
margin:0 auto;
bottom:0px;
position:fixed;
left: 0px;

padding:15px 15px 15px 15px;
font-size: 0.9em !important;
text-align:left !important;
font-family:Arial, Helvetica, sans-serif;
line-height: 1.4em!important;
clear:both;
color: #fff;
background-color: #222;
opacity:0.90;
filter:alpha(opacity=85); /* 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);
*/
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
z-index:999999999;
}

.cookiesms a{
color: #aaf;
} 
.cookiesms:hover{
bottom:0px;
}
 
 
/* Fin del CSS para cookies */

/*  Buttons   */
.cli-plugin-button, .cli-plugin-button:visited {
	background: #222;
	display: inline-block;
	padding: 8px 14px 8px 14px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-top:4px;
	margin: auto 10px;
}
.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
}
.cli-plugin-button:active {
	top: 1px;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 15px;
}
.cli-plugin-button, .cli-plugin-button:visited,
	.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 15px;
	font-size: 1.0em;	
	/*font-weight: bold;*/
	/* line-height: 1; */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

 
