














html body {
    height: auto;
}

.cookie-banner {
    border: 1px solid #b5b5b5;
    border-bottom: none;
    bottom: 0;
    height: auto;
    width:auto;
    background:white;
    left:0;
    position: fixed;
    right:0;
    z-index: 2000;
}
.cookie-pref {
border: 1px solid #b5b5b5;
border-bottom: none;
bottom: 0;
height: 400px;
width:auto;
background:white;
left: 15px;
position: fixed;
right: 15px;
z-index: 2000;
}
.cookie-banner-more {
border: 1px solid #b5b5b5;
border-bottom: none;
bottom: 0;
height: auto;
width:450px;
background:white;
left: 15px;
position: fixed;
right: 15px;
z-index: 2000;
}

.ie6 .cookie-banner {
    position: absolute;
}

.ie6 .lfr-shim {
    bottom: 0;
    border: 0;
    position: absolute;
    z-index: 100;
}

.cookies-status .status-message {
    margin: 5px;
    padding-left: 5px;
}

.cookies-status .status-message .titleCookies{
    font-size: 9pt;
    color: blue;
    font-weight: bold;
    float:left;
}

.cookies-status .status-message .pequena{
    font-size:8pt;
}

.cookies-status .status-message .linkCookies{
    color:black;
}
.cookies-status .status-message .linkCookiesMore{
    clear:both;
    float:left;
}
.cookies-status .status-message .linkAcceptMore{
    float:right;
}

.cookies-status .status-message .content{
    clear:both;
}

.cookies-status .status-message .close{
    color:black;
    font-size: 8pt;
    float:right;
}


.cookies-status .status-message .botones{
    float:right;
    bottom: 16px;
    display:block;
    position: relative;
}


.cookies-status .status-message .botones .blueButton{
    background: blue;
    text-shadow: none;
    color: white;
}

.cookies-status .status-message .moreForm{
float:left;
bottom: 16px;
display:block;
position: relative;
}

.cookies-status .status-message .moreForm .blueButton{
background: blue;
text-shadow: none;
color: white;
}
.cookies-status .status-message .moreForm .checkBox{
background: blue;
text-shadow: none;
color: white;
}