/* ----------------------------------------------------------------------------------------
------------------------------------- [start] COOKIES -------------------------------------
----------------------------------------------------------------------------------------- */
/* ALERT */
.cookiecont{
    display: none;
}
#cookiesdirective{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding:20px 0;
    
    font-size: 12px;
    text-align: center;

    background-color: #D4C1A5;
    color: #000;


    z-index: 100000;
    
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.8);
    box-shadow: 0 0 8px rgba(0,0,0,0.8);

    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

#cookiesdirective a{
    text-decoration: underline;
    color: #000;
}
.cookiemessage{
    position:relative;
    height:auto;
    display: block;
    padding:0 20px;
    margin-left:auto;
    margin-right:auto;
}

#cookiesdirective #impliedsubmit{
    text-decoration: none;
    background-color: #000;
    color: #D4C1A5;
    font-size: 14px;
    border:0;
    padding: 10px 20px;
    margin-top:10px;
    text-transform: uppercase;
    cursor: pointer;
}

/* PAGINA PRIVACY COOKIES */
.cookiesPrivacy{
    margin-top: 40px; 
    display: block;
    padding-left: 30px;
  padding-right: 40px;
  text-align: left;
   color: #999;
  font-size: 0.938em;
  line-height: 1.438em;
}
.cookiesPrivacy a{
    color: #D4C1A5;
    font-weight: bold;
    text-decoration: underline;
}
.cookiesPrivacy table{
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left;
     font-size: 0.750em;
    width: 100%;
}

.cookiesPrivacy strong,
.cookiesPrivacy b{
    color: #D4C1A5;
}

.cookiesPrivacy td{
    padding: 10px;
    border: 1px solid #2D2923;
}

.cookiesPrivacy td td{
    padding-right: 5px 0;
    border: 0;
    border-bottom: 1px solid #2D2923;
}

.cookiesPrivacy table a{
    color: #D4C1A5;
    font-weight: bold;
    text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------
------------------------------------- [end] COOKIES -------------------------------------
----------------------------------------------------------------------------------------- */