﻿/*ESTILOS PARA LOS CONTENEDORES*/

.tab {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #808080;
}

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        .tab button:hover {
            background-color: #ddd;
        }

        .tab button.active {
            font-size: 12px;
            font-size: Small;
            background: #02a5a5 !important;
            color: white;
            border: 1px solid transparent;
        }

/*ESTILOS PARA LOS CONTENEDORES*/
.tabcontent {
    padding: 6px 14px 6px 14px;
    border-top: none;
}

.btnTabs{
    font-size:12px;
}