*{
        margin:0;
        padding:0;
}

ul, ol {
        list-style:none;
        }

body {
        background: #f2f2f2;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 12px;
}

th, td {
        font-size: 11px;
}

main {
        width: 98%;
        max-width: 2000px;
        margin: 10px auto;
        background: #fff;
        padding: 10px;
        box-shadow: 2px 2px 4px rgba(0,0,0,0.75);
}

.navbar-custom {
    background-color: #297372;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.navbar-custom .dropdown-menu {
    background-color: #297372;
}

.navbar-custom .dropdown-item {
    font-size: 12px;
    color: #ffffff;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.5);
}

.boton_login {
        font-size: 16px;
        color: #fff;
	background: #424041;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        min-width: 150px;
        height: 55px;
        border-radius: 27px;
        border:none;
}

.boton_save {
        color: #fff;
	background: #424041;
        border:none;
}
