@charset "UTF-8";
/* CSS Document */
#ca_banner {
    position: fixed!important;
    z-index: 16777270;
    width: 100%!important;
    background:#FFF;
    opacity:0.90;
    text-align: center;
    box-shadow: 0 0 30px #555;
    padding: 10px 0;
    left: 0;
    right: 0;
	float:none!important;
	text-shadow:none;
	border-radius: 0!important;
	margin: 0 auto!important;
	display: none;
}
#ca_info {
background: #fff;
top: 50%;
left: 50%;
width: 50%;
max-height: 60%;
margin-left: -30%;
margin-right: -30%;
margin-top: -10%;
margin-bottom: -15%;
position: fixed;
box-shadow: 0 0 40px #444;
z-index: 16777271;
padding: 30px;
    box-sizing:border-box;
    display:none;
    border:1px solid #999999
	text-shadow:none;
}
#ca_info .ca_info_close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    font-weight: bold;
    height: 25px;
    width: 25px;
    border-radius: 16px;
    background: #AA0000 url('images/close.png');
    text-align: center;
    line-height: 1.3em;
    font-size: 18px;
    cursor:pointer;
}
#ca_info_plus {
    box-sizing:border-box;
    overflow: auto;
	color:#000;
	text-align:left;
}
#ca_info_plus  p{
	color:#000;
	text-align:left;
    line-height: 1.3;
}
#ca_info_plus  h3 {
    line-height: 1.3;
}
#ca_info_plus  h4 {
    line-height: 1.3;
}

#ca_banner p,#ca_banner h2 {
    margin:4px 0;
    padding:0;
    line-height:1.2em;
	color:#000;
	float:none!important;
}
#ca_banner h2 {
    font-size:20px;
    font-weight:bold;
}
#ca_banner p {
	width: 90%;
    font-size:14px;
 	 padding-left: 10px;
}

#ca_banner p span {
    text-decoration:underline;
    color:#002D54;
    cursor: pointer;
    font-weight: bold;
	float:none!important;
}
#ca_banner .accept {
    cursor:pointer;
    font-size:14px;
    margin-left:20px;
    width:55px;
    background: #002D54;
    padding:3px 3px;
    text-shadow:1px 1px 0 #002D54;
    color:#fff;
    background-image: -webkit-linear-gradient(#002D54 0%, #002D54 100%);
    background-image: -moz-linear-gradient(#002D54 0%, #002D54 100%);
    background-image: -o-linear-gradient(#002D54 0%, #002D54 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#002D54), to(#002D54));
    background-image: linear-gradient(#002D54 0%, #002D542 100%);
	float:left !important;
}
#ca_banner .accept:hover {
    background: #000;
}

#bottonecookie{
	width: 80px;
	margin: 0 auto;
   clear: both;	
}

