#aviso_cookies{
    position: fixed;
    bottom: 0;
    background: #5f021a;
    width: 100%;
    padding: 23px 0;
    color: #FFF;
	left: 0;
	    z-index: 999999;
    text-align: center;
   }
   
   #aviso_cookies span{
      width: 90%;
    display: table;
    margin: 10px auto 20px auto;
   }