    /* 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 a {
        text-decoration: underline;
    }
    .cookiesms button {
        margin-left: 10px;
    }
    .cookiesms{
    width:100%;
    /*height:43px;*/
    /*height:40px;*/
    margin:0 auto;
    /*padding-left:1%;*/
    /*padding-top:5px;*/
    padding: 5px 1%;
    font-size: 14px;
    clear:both;
    /*font-weight: bold;*/
    color: #333;
    color: #556213;
    display: none;
    bottom:0;
    /*bottom:-40px;*/
    position:fixed;
    left: 0px;
    background-color: #FFF;
    opacity:0.90;
    filter:alpha(opacity=90); /* For IE8 and earlier */
    transition: bottom 600;
    -webkit-transition:bottom 1s; /* Safari */
    -webkit-box-shadow: 1px -1px 2px rgba(85, 98, 19, 0.25);
    -moz-box-shadow: 1px -1px 2px rgba(85, 98, 19, 0.25);
    box-shadow: 1px -1px 2px rgba(85, 98, 19, 0.25);
    z-index:999999999;
    }
    .cookiesms:hover{
    bottom:0px;
    }
    .cookies2{
    background-color: #FFF;
    display:inline;
    /*opacity:0.90;*/
    /*filter:alpha(opacity=90);*/
    position:absolute;
    left:1%;
    top:-30px;
    font-size:15px;
    height:30px;
    line-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;
    -webkit-box-shadow: 1px -1px 2px rgba(85, 98, 19, 0.25);
    -moz-box-shadow: 1px -1px 2px rgba(85, 98, 19, 0.25);
    box-shadow: 1px -1px 2px rgba(85, 98, 19, 0.25);
    }
    /* Fin del CSS para cookies */
