#cajacookies { box-shadow: 0px 0px 5px 5px #808080; background-color: #353434; color: white; padding: 20px; margin-bottom: 0px; position: fixed; bottom: 0px; width: 100%; z-index:99999 } 
#cajacookies a { color: white; text-decoration:underline}
#cajacookies button { position: absolute;  right: 2%;   top: 17px;padding:7px 14px; cursor:pointer; color:#000;background:#fff; }	

#cajacookies p { width: 90%;  line-height: 20px !important;  margin: 0px; color:#aaa;position:static; letter-spacing: 0px !important;  word-spacing: 0px !important;  font-size: 15px !important; }
#cajacookies button img { width: 12px;  margin-right: 2px;  margin-top: -4px;}	

@media only screen and  (max-width: 990px) {
    #cajacookies p { width:68%}
    #cajacookies button { position: absolute;  right: 4%;   top: 30%;}
}

@media only screen and  (max-width: 490px) {
    #cajacookies p { width:50%}
}