
 
.window-notice {
	visibility: visible;
    background: rgba(33, 41, 52, .85);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
}

.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 400px;
	height: 530px;
    padding: 2rem;
    font-size: 1.3rem;
}
 

.coo{
	color:blue;
	 text-decoration:none;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	
}
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -40px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -20px;}
}
 
@keyframes aparecer
{
0%		{bottom: 0px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: 0px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: 0px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:80%;
	height: 50%;
	margin:0 auto;
	padding-left:10%;
	padding-right:10%;
    padding-top:5px;
	padding-bottom: 10px;
    font-size: 1.2em;
	clear:both;
    font-weight: strong;
	color: #F8F3F3;
	bottom:0px;
	position:fixed;
	left: 0px;
	background-color: #1A1F2C;
	opacity:0.8;
	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: #1a1f2c;
	z-index: 99;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:0px;
font-size:15px;
height:40px;
padding-left:25px;
padding-right:25px;
-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);
}
.cookies2:hover{
bottom:-20px;
}
 
/* Fin del CSS para cookies */
 
.b3{
	height: 30px !important;
	width: 120px;
	background-color: #26A6C7;
	border: 0;
	font-size:1em;		
	}
	.txtck{
		text-decoration:none;
		color:#FFFFFF;
		font-size:15px;
		font-weight: 300 !important;}
		
		@media (max-width:800px){
.cookiesms{	
    font-size: 0.8em;
	height: 150px;
}

}