/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../../../css/custom.css);


#top-b .mod-plain h1.frontpage,
#bottom-b .mod-plain .frontpage a { color: #888; }

  #stickyFooter {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    height: 0;
    left: 0;
    margin: auto;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
}
#stickyFooter p {
    padding: 20px;
}
#stickyFooter a {
    color: #FF0000;
}

.aceptarCookies {
    background-color: #4D90FE;
    border: 1px solid #3079ED;
    border-radius: 2px;
    color: #FFFFFF;
    cursor: default;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-right: 0;
    min-width: 26px;
    outline: 0 none;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}
.aceptarCookies:hover {
    background-color: #357AE8;
    border: 1px solid #2F5BB7;
}
