.etabs {
    margin: 0;
    padding: 0;
}
.tab {
    background: transparent;
    display: inline-block;
    padding: 6px 0 5px;
}
.tab a {
    display: block;
    font-size: 13px;
    line-height: 140%;
    outline: none;
    padding: 0 21px;
}
.tab a:hover {
    text-decoration: none;
}
.tab.active {
    background: url('../img/background.titulo.png') repeat-x;
    border-color: #666666;
    border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0;
    position: relative;
    top: 1px;
}
.tab a.active {
    color: #FFFFFF;
    font-weight: bold;
}
.tab-container .panel-container {
    background: #AFD3ED;
    border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px;
    padding: 10px;
}
.panel-container {
    margin-bottom: 10px;
}