#cookie-bar {
	opacity:0.85;
    filter:alpha(opacity=95);
    background-color: #fff;
    border: 1px solid #fff;
    bottom:0px;
	/*top:0px;*/
    box-shadow: 0 0 1px #353535;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 14px;
    padding: 10px;
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 10000;
	}
#cookie-bar.fixed {
	/*position:fixed; top:0; left:0; width:100%;*/
	opacity:0.95;
    filter:alpha(opacity=95);
    background-color: #fff;
    border: 1px solid #fff;
    top: 80px;
    box-shadow: 0 0 1px #353535;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: auto;
    line-height: 14px;
    padding: 10px;
    position: fixed;
    right: 10px;
    width: 310px;
    z-index: 10000;
	
	
	}
#cookie-bar p {margin:0; padding:0px; line-height: 15px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:8px; text-decoration:none;}
#cookie-bar .cb-enable {background:#080303; padding:10px 16px !important; margin-left:40%;}
#cookie-bar .cb-enable:hover {background:#AD1627;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
#cookie-bar a.enlaces{color:#000; text-decoration:underline; margin-left: 0px; padding-left:0px !important;}