﻿.cookies_alert {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url('img/cookies/cookies_fondo.png') repeat-x top #b3c4be;
    float: left;
    display: none;
    clear: both;
    height: 50px;
}

.cookies_alert_content {
    top: 10px;
    position: relative;
    padding: 0px;
    margin: 0 auto;
    width: 1000px;
    display: block;
}

.cookies_alert_text a {
    color: #FFF;
}

    .cookies_alert_text a:hover {
        color: #fff;
        text-decoration: underline;
    }

.cookies_alert_text {
    position: relative;
    float: left;
    text-align: justify;
    width: 800px;
    font-size: 12px;
    color: #000;
    top: -5px;
    background: url('img/cookies/cookies_help.png');
    background-repeat: no-repeat;
    padding-left: 30px;
}

.cookies_button {
    position: relative;
    left: 20px;
    width: 200px;
    top: -5px;
}

    .cookies_button .aceptar {
        border: 0;
        color: #000;
        padding: 5px;
        cursor: pointer;
        font-size: 13px;
        text-decoration: underline;
        text-transform: uppercase;
        padding-right: 25px;
        background: url('img/cookies/ico-cerrar.png') right center no-repeat rgba(0,0,0,0);
        position: absolute;
        left: 70px;
        top: 0px;
    }

    .cookies_button .masinfo {
        border: 0;
        color: #000;
        padding: 5px;
        cursor: pointer;
        font-size: 13px;
        font-weight: normal;
        margin-top: 1px;
        margin-left: 10px;
        width: 50px;
        text-decoration: underline;
        text-transform: uppercase;
        position: absolute;
        left: 0px;
        top: 2px;
    }
