
 #cookie
{
    position: fixed;
    padding: 8px;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    background: #343434;
    z-index: 1000000;
    opacity: 0.8;
    overflow: hidden;
    color: #fff;
    margin: auto;
    line-height: 24px;
}

#cookie_tabla {
    padding : 20px;
    line-height: 20px;
  }

A.cookie_anchor,A.cookie_anchor:LINK,A.cookie_anchor:visited {
        color : #fff;
    /*text-decoration : none;*/
}

A.cookie_anchor:FOCUS,A.cookie_anchor:HOVER,A.cookie_anchor:ACTIVE {
        color : #fff;
   /*text-decoration : none;*/
}

#cookie_click {
        cursor: hand;
        }

#cookie_click_cancelar {
        cursor: hand;
        }

