﻿.abasBox
{
    clear: both;
    margin-top: 4px;
}

.abas
{
    display: none;
    width: 100%;
    padding: 20px;
    border: solid 1px #f0f0f0;
    background: #f9f9f9;
    float:left; 
}

.abaVisivel 
{
    display:block;
}

[controleaba] 
{
    text-decoration:none;
    border: solid 1px #f0f0f0;
    border-bottom:0;
    background: #e0e0e0;
    padding: 10px;
    float:left;
    cursor:pointer;
}

.linkAtivo 
{
    background: #f9f9f9;
}


/* Telas menores */
@media all and (max-width: 799px)
{
    [controleaba]
    {
        width: 100%;
    }
}