<style type="text/css">

#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	height:0%;
	margin:0 auto;
	padding-left:1%;
        padding-top:2%;
		padding-bottom:6%;
        font-size: 0.9em;
	clear:both;
        font-weight: strong;
color: #f2f2f2;
bottom:0px;
position:fixed;
left: 0px;
background-color: #434443;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
border-top: thin solid #f2f2f2;
border-bottom: thin solid #f2f2f2;
z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #434443;
display:inline;
position:absolute; 
left:1%;
padding:5px;
top:-30px;
font-size:17px;
height:30px;
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;
border-top: thin solid #f2f2f2;
border-left: thin solid #f2f2f2;
border-right: thin solid #f2f2f2;
}
 
.cookiesms a {color:#f2f2f2; text-decoration: underline;}	
/* Fin del CSS para cookies */
 
@media only screen and (max-width:740px){
	span#info{display:none;}
		
}

 
</style>