﻿body {
}

.ButtonFlow {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
    height: 47px;
    margin-left: -25px;
}

.SUN {
    background: url("../images/SUNP.png");
    background-repeat: no-repeat;
    width: 308px;
    z-index: 10;
    margin-left: 0;
}

.SUNAtivo {
    background: url("../images/SUN.png");
    background-repeat: no-repeat;
    width: 308px;
    z-index: 11;
    margin-left: 0;
}

.SP {
    background: url("../images/SPP.png");
    background-repeat: no-repeat;
    width: 251px;
    z-index: 9;
}

.SPAtivo {
    background: url("../images/SP.png");
    background-repeat: no-repeat;
    width: 251px;
    z-index: 8;
}

.CC {
    background: url("../images/CCP.png");
    background-repeat: no-repeat;
    width: 240px;
    z-index: 7;
}

.CCAtivo {
    background: url("../images/CC.png");
    background-repeat: no-repeat;
    width: 240px;
    z-index: 6;
}

.R {
    background: url("../images/RP.png");
    background-repeat: no-repeat;
    width: 163px;
    z-index: 2;
}

.RAtivo {
    background: url("../images/R.png");
    background-repeat: no-repeat;
    width: 163px;
    z-index: 1;
}

.abs {
    position: relative;
}