/* body {
	background:  #f2f2f2 url("../../images/texturas/fondo-body.png") repeat center center fixed;
    font-family: 'Open Sans', sans-serif !important;
} */

/* a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
    background: inherit;
}

hr.titulos {
    border: 1px solid #6FD94B;
    height: 0;
    width: 100%;
    margin: 0;
    box-shadow: 0 4px 5px 0;
} */

/* Menu SICI */

.siciMenu{
    background: #3AAA35;
}

.siciMenu .navbar-toggle {
    border-color: #fff;
}

.siciMenu .navbar-toggle .icon-bar {
    background-color: #fff;
}

.siciMenu .nav_title {
    float: left;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 500px) {
    .nav_title_quit {
        display: none;
    }
}

/* Menu SICI */

/* Tabs SICI */

.tabsSicii{
    margin: 15px 0 15px 0;
    color: #000 !important;
}

.tabsSicii .nav-tabs{
    border-bottom: 0;
    color: #000 !important;
    /* border: 1px solid #ddd; */
}

.tabsSicii .nav-tabs>li>a{
    color: #000 !important;
    font-weight: 600;
}

.tabsSicii .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000 !important;
    cursor: default;
    background-color: #3AAA35;
}

.tabsSicii .tab-content{
    color: #000 !important;
    height: 100%;
    width: 100%;
    margin: 0;
}

/* Tabs SICI */

/* Accordion Tabs SICI */

.tabsSicii .tab-content .panel-default>.panel-heading {
    color: #333;
    background-color: #3AAA35 !important;
    border-color: #ddd;
}

.tabsSicii .tab-content .panel .panel-title a{
    color: #000 !important;
    font-weight: 600;
}

.tabsSicii .tab-content .panel .groupListProcedimientos {
    margin-bottom: 10px;
}

.tabsSicii .tab-content .panel .groupListProcedimientos .tituloDepartamento {
    color: #000 !important;
    font-weight: 600;
}


/* Accordion Tabs SICI */