@charset "UTF-8";
/* CSS Document */

/* =============================================== */
/* PUBLICIDADE */

.ctSeloPublicitario{
    position: absolute;
    background: #f4f4f4;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 10002;
    
    display:none;
}


.ctBannerPublicitario{
    position: absolute;
    background: #f4f4f4;
    width: 300px;
    height: 142px;
    top: 50%;
    left: 50%;
    margin-top: -71px;
    margin-left: -150px;
    z-index: 10001;
    display: block;
}


        .ctBannerPublicitario h2{
            position: absolute;
            font-size: 11px;
            margin-top: -17px;
    
            font-weight: normal;
    
            color: #afafaf;
        }



.ctBannerPublicitario p{
    position:absolute;
    
    bottom: 1px;
    right: 5px;
    
    font-size: 10px;
    
    color: #aaa;
}
