@charset "UTF-8";
/* CSS Document */

body{ 
    background: url(../img/gob/bgbody2.png) repeat-x top fixed #FFFFFF !important;
    font-family:'UniviaPro-Regular', sans-serif;
}
@font-face {
    font-family:'UniviaPro-Regular';
    src: url(../fonts/univia/UniviaPro-Regular.otf);
}
@font-face {
    font-family:'UniviaPro-Bold';
    src: url(../fonts/univia/UniviaPro-Bold.otf);
}
@font-face {
    font-family:'UniviaPro-Light';
    src: url(../fonts/univia/UniviaPro-Light.otf);
}
@font-face {
    font-family:'UniviaPro-Ultra';
    src: url(../fonts/univia/UniviaPro-Ultra.otf);
}

#content{
    background:rgba(255,255,255,0.5);
}
.navbar-brand{
    margin-right: 25px;
}
.navbar-logo{
    border:none;
    background: url(../img/gob/logotablero-login.png) no-repeat left;
    height:35px;
    display:block;
    min-width: 50px;
}
/*----------------------------
PANEL HEAD -TITULO
*/
.panel-primary .panel-heading,
.panel-tdc .panel-heading{
    margin-bottom: 40px;
    padding: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.title-section.panel-primary .panel-heading::after,
.panel-tdc .panel-heading::after {
	content: '';
	width: 40px;
	position: absolute;
	bottom: -6px;
	left: 0;
	border-bottom: solid 5px #8D3B88;
}
.panel-primary .panel-heading h4,
.panel-tdc .panel-heading h4{
    font-size:24px;
    color:#545454!important;
}
.panel-inverse > .panel-heading {
    
}
.panel-heading,
.panel-inverse > .panel-heading {
    margin-bottom: 40px;
    
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;

}
.panel-heading::after,
.panel-inverse > .panel-heading::after {
	content: '';
	width: 40px;
	position: absolute;
	bottom: -6px;
	left: 0;
	border-bottom: solid 5px #00A097;
}
.navbar.navbar-default{
    border-bottom:4px solid #1B9382;
    /*background: url(../img/gob/bgborder.png) bottom repeat-x #fff;*/
}




.gritter-item-wrapper > div{
    background:rgba(65, 116, 106,0.9)!important;
}
.gritter-close{ 
    background-color:#C4131B !important;}

/*------------------------------------------
FORMS
*/
.form-control {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #fefefe;
    border-bottom: 1px solid #ccc;
}
.form-control:focus{
    border-color:#f6f6f6;
    border-bottom: 1px solid #00A097;
}

/*--------------------*/
.pager li > a, .pager li > span, .pagination > li > a {
    border-color:#d5e6e3;
    color: #2b4d47;
}
.pager li > a:hover, 
.pager li > a:focus, 
.pager li > span:hover, 
.pager li > span:focus, 
.pagination > li > a:hover, 
.pagination > li > a:focus {
    color: #41746a;
    background: #eaf2f1;
    border-color: #d5e6e3;
}

.btn.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(11, 19, 18, 0.1);
    -moz-box-shadow: inset 0 3px 5px rgba(11, 19, 18, 0.1);
    box-shadow: inset 0 3px 5px rgba(11, 19, 18, 0.1)!important;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td span.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background: #1B9382 !important;
    color: #fff !important;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.active {
    background: #e3f2ef;
    border-color: #c6e4e0;
}
.input-group-addon{ 
    background: #ddd;
    border:1px solid #ccc;
}
.input-group-addon:first-child{
    border-right: none;
}
.input-group-addon:last-child{
    border-right: none;
}

/*-------------------------------------
NUM.compromisos
*/
.bg-todos,
.bg-tiempo,
.bg-aceptable,
.bg-riesgos,
.bg-critico,
.bg-cunplidos{
 border:0px solid!important;
 width:120px!important;
 height:120px!important;
 border-radius: 50%!important;
 margin: 0 auto;
 margin-bottom: 15px;
 float: left;
 margin-left: 15px;
}
.bg-todos a,
.bg-tiempo a,
.bg-aceptable a,
.bg-riesgos a,
.bg-critico a,
.bg-cunplidos a
{
	border-radius: 4px 4px 0 0;
}
.bg-todos h4,
.bg-tiempo h4,
.bg-aceptable h4,
.bg-riesgos h4,
.bg-critico h4,
.bg-cunplidos h4{
	font-size: 16px!important;
	padding-top:40px;
	text-align: center !important;
	}
.bg-todos{border-color:#949397!important;}
.bg-todos h4,.bg-todos i,.bg-todos a, .bg-todos p{color:#949397!important;}

.bg-cunplidos{border-color:#8D3B88!important;}
.bg-cunplidos h4,.bg-cunplidos i,.bg-cunplidos a, .bg-cunplidos p{color:#8D3B88!important;}

.bg-aceptable {border-color:#9DBF3B!important;}
.bg-aceptable h4, .bg-aceptable i, .bg-aceptable a, .bg-aceptable p{color:#9DBF3B!important;}

.bg-riesgos{border-color:#E6AD2F!important;}
.bg-riesgos h4, .bg-riesgos i, .bg-riesgos a, .bg-riesgos p{color:#E6AD2F!important;}

.bg-tiempo{border-color:#1B9382!important;}
.bg-tiempo h4,.bg-tiempo i, .bg-tiempo a, .bg-tiempo p{color:#1B9382!important;}

.bg-critico{border-color:#C4131B!important;}
.bg-critico h4, .bg-critico i, .bg-critico a, .bg-critico p{color:#C4131B!important;}


.widget {
    padding: 5px;
}
.widget-stats .stats-icon {
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    width:100%;
    text-align: center;
    margin-left: 0px;
    position: absolute;
    right:0;
    left:0;
    top:10px;
    text-align:center;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.widget-stats .stats-info p {
    font-size: 24px;
    text-align:center;
    font-weight: 500;
    line-height:1;
}
/*--------------------------------------*/

.tab-overflow .nav-tabs-inverse .next-button > a, 
.tab-overflow .nav-tabs-inverse .prev-button > a, 
.nav.nav-tabs.nav-tabs-inverse > li > a, 
.nav.nav-tabs.nav-tabs-inverse > li > a:hover, 
.nav.nav-tabs.nav-tabs-inverse > li > a:focus{
    background:#1B9382;
    color:rgba(255,255,255,0.9);			
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background: #1B9382!important;
    border-color: #579A8D !important;
}
.nav-pills > li a{
    background:#f6f6f6;
}
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
    background: #1B9382;
}
.bwizard-steps li.active, 
.bwizard-steps li.active:hover, 
.bwizard-steps li.active:focus {
    background: #1B9382 !important;
}
.bwizard-steps li.active small {
    color: #eaf2f1 !important;
}

.nav-tabs {
    background: #54aea1;
}

.nav-tabs > li > a{color:rgba(255,255,255,0.9);}

.progress-bar{ 
    background-color:#545454!important;
}

/*
.progress-bar,
.badge-default,
.label-default,
.btn-default{ 
    background-color:#eee!important;
}
.progress-bar-info,
.badge-info,
.label-info,
.btn-info{ 
    background-color:#B7156D!important;
}
.progress-bar-primary,
.badge-primary,
.label-primary,
.btn-primary{
    background-color:#553276!important;
    background-color:#553276!important; 
}

.progress-bar-warning,
.badge-warning,
.label-warning,
.btn-warning{
    background-color:#E6AD2F!important;
}
.progress-bar-danger,
.badge-danger,
.label-danger,
.btn-danger{
    background-color:#CD581F!important;
}
.progress-bar-inverse,
.badge-inverse,
.label-inverse,
.btn-inverse{
    background-color:#579A8D!important;
}*/
/*
.btn-default{ 
    border-color:#7b3477!important;
}
.btn-info{ 
    border-color:#a0125f!important;
}
.btn-primary{
    border-color:#4a2c67!important;
}
.btn-success{
    border-color:#89a734!important;
}
.btn-warning{
    border-color:#c99729!important;
}
.btn-danger{
    border-color:#b34d1b!important;
}
.btn-inverse{
    border-color:#4c877b!important;
}

.btn-default:hover{ 
    background-color:#7b3477!important;
}
.btn-info:hover{ 
    background-color:#a0125f!important;
}
.btn-primary:hover{
    background-color:#4a2c67!important;
}
.btn-success:hover{
    background-color:#89a734!important;
}
.btn-warning:hover{
    background-color:#c99729!important;
}
.btn-danger:hover{
    background-color:#b34d1b!important;
}
.btn-inverse:hover{
    background-color:#4c877b!important;
}*/
.note-info,
.alert-info{
    background:#eaf2f1!important;
    color:#1B9382!important;
}
.note-success,
.alert-success{
    background:#f3f7e6!important;
    color:#1F934C!important;
}
.alert-warning{
    background:#fcf5e5!important;
    color:#E6AD2F!important;
}
.alert-danger{
    background:#f9eae3!important;
    color:#CD581F!important;
}

.note-info{
    border-left-color:#579a8d!important;
}
.note-success{	
    border-left-color:#1F934C!important;
}
.note-info h4{	
    color:#41746a!important;
}


.has-success .form-control{
    border-color:#1B9382!important;
}
.has-warning .form-control{
    border-color:#E6AD2F!important;
}
.has-error .form-control{
    border-color:#CD581F!important;
}
.has-success .form-control span,
.has-success label{
    color:#1B9382!important;
}
.has-warning .form-control span,
.has-warning label{
    color:#E6AD2F!important;
}
.has-error .form-control span,
.has-error label{
    color:#CD581F!important;
}

.text-warning{
    color:#E6AD2F!important;
}
.text-danger{
    color:#CD581F!important;
}
.text-info{
    color:#1B9382!important;
}
text-success{
    color:#1F934C!important;
}

.underline-dotted{
    border-bottom: 1px dotted #e2e7eb !important;
}

.underline-cumplido{
    border-bottom-color: #8D3B88 !important;
}


/*-1-*/
.vertiente-verde img{ 
    background-color:#1F934C;
}
/*-2-*/
.vertiente-limon img{
    background-color:#9DBF3B;
}
/*-3-*/
.vertiente-turquesa img{
    background-color:#579A8D;
}
/*-4-*/
.vertiente-rosa img{
    background-color:#B7156D;
}
/*-5-*/
.vertiente-naranja img{
    background-color:#CD581F;
}
/*-6-*/
.vertiente-amarillo img{
    background-color:#E6AD2F;
}
/*-7-*/
.vertiente-ginda img{
    background-color:#8D3B88;
}
/*-8-*/
.vertiente-morado img{
    background-color:#553276;
}
/*-9-*/
.vertiente-rojo img{
    background-color:#C4131B;
}
/*-10-*/
.vertiente-gris img{ 
    background-color:#545555;
}
/*-11-*/
.vertiente-verde2 img{ 
    background-color:#1f9386;
}
/*-12-*/
.vertiente-limon2 img{
    background-color:#3bbf9f;
}
/*-13-*/
.vertiente-turquesa2 img{
    background-color:#57859a;
}
/*-14-*/
.vertiente-rosa2 img{
    background-color:#891052;
}
/*-15-*/
.vertiente-naranja2 img{
    background-color:#ec9502;
}
/*-16-*/
.vertiente-amarillo2 img{
    background-color:#c4e62f;
}
/*-17-*/
.vertiente-ginda2 img{
    background-color:#8d3b5f;
}
/*-18-*/
.vertiente-morado2 img{
    background-color:#763275;
}
/*-19-*/
.vertiente-rojo2 img{
    background-color:#d34e54;
}
.thumbnail {
    border: 0px solid #ddd;
    background-color:rgba(255,255,255,0.1);
}
/*----------------------------------------------
MENU VERTICAL
*/
.menutc-lateral .list-group{
    margin-left: -25px;   
}
.menutc-lateral .list-group a img{
   
}
.menutc-lateral .list-group a{
    border-left:7px solid;
 
}
.menutc-lateral .list-group a:nth-child(1){ border-left-color:#622779 !important;} /*morado*/
.menutc-lateral .list-group a:nth-child(5){ border-left-color:#8D3B88 !important;} /*ginda*/
.menutc-lateral .list-group a:nth-child(7){ border-left-color:#C4131B !important;} /*rojo*/
.menutc-lateral .list-group a:nth-child(4){ border-left-color:#D60071 !important;} /*rosa*/
.menutc-lateral .list-group a:nth-child(2){ border-left-color:#E8550D !important;} /*naranja*/
.menutc-lateral .list-group a:nth-child(6){ border-left-color:#E6AD2F !important;} /*amarillo*/
.menutc-lateral .list-group a:nth-child(3){ border-left-color:#8CC026 !important;} /*limon*/
.menutc-lateral .list-group a:nth-child(8){ border-left-color:#1F934C !important;} /*verde*/
.menutc-lateral .list-group a:nth-child(9){ border-left-color:#00A097 !important;} /*turquesa*/

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom:1px !important;
    background-color: #fff;
    border: 1px solid #aaa;
    /*height: 100px;
    width: 100px;*/
    border-radius:0px 10px 10px  0px !important;
    margin-right: 15px;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background: #545454;
    /*border: 5px solid #eee;*/
    color: #ddd;
}
@media (max-width:748px) {
   .menutc-lateral .list-group{
        margin-left: 0px;   
    }
    .menutc-lateral .list-group a{
        border-left: 5px solid;
        border-radius:0px !important;
    }
    .list-group-item {
        text-align: left !important;
        font-size:16px;
    }
    .list-group-item img{
        float: left;
        margin-right: 15px;
    }
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    border-left: 10px solid #eee!important;
}
.text-cantidad {
    border-top: 0px dotted #f9f9f9!important;
}


#header{
    box-shadow: 0 0 15px rgba(0,0,0,0.25)!important;
}



.texto-canada h4 a,
.texto-costa h4 a,
.texto-istmo h4 a,
.texto-mixteca h4 a,
.texto-papaloapan h4 a,
.texto-sierra-norte h4 a,
.texto-sierra-sur h4 a,
.texto-valles h4 a,
.text-cantidad h4 a{font-weight:bold;}

.texto-canada h4 a{ color:#553276;}
.texto-costa h4 a{ color:#579A8D;}
.texto-istmo h4 a{ color:#CD581F;}
.texto-mixteca h4 a{ color:#8D3B88;}
.texto-papaloapan h4 a{ color:#B7156D;}
.texto-sierra-norte h4 a{ color:#1F934C;}
.texto-sierra-sur h4 a{ color:#9DBF3B;}
.texto-valles h4 a{ color:#C4131B;}
.text-cantidad h4 a{color: #828282!important; font-weight:bold;}

/*-1-*/
.texto-vertiente-verde h4 a{color:#1F934C;}
/*-2-*/
.texto-vertiente-limon h4 a{color:#9DBF3B;}
/*-3-*/
.texto-vertiente-turquesa h4 a{color:#579A8D;}
/*-4-*/
.texto-vertiente-rosa h4 a{color:#B7156D;}
/*-5-*/
.texto-vertiente-naranja h4 a{color:#CD581F;}
/*-6-*/
.texto-vertiente-amarillo h4 a{color:#E6AD2F;}
/*-7-*/
.texto-vertiente-ginda h4 a{color:#8D3B88;}
/*-8-*/
.texto-vertiente-morado h4 a{color:#553276;}
/*-9-*/
.texto-vertiente-rojo h4 a{color:#C4131B;}
/*-10-*/
.texto-vertiente-gris h4 a{color:#545555;}
/*-11-*/
.texto-vertiente-verde2 h4 a{color:#1f9386;}
/*-12-*/
.texto-vertiente-limon2 h4 a{color:#3bbf9f;}
/*-13-*/
.texto-vertiente-turquesa2 h4 a{color:#57859a;}
/*-14-*/
.texto-vertiente-rosa2 h4 a{color:#891052;}
/*-15-*/
.texto-vertiente-naranja2 h4 a{color:#ec9502;}
/*-16-*/
.texto-vertiente-amarillo2 h4 a{color:#c4e62f;}
/*-17-*/
.texto-vertiente-ginda2 h4 a{color:#8d3b5f;}
/*-18-*/
.texto-vertiente-morado2 h4 a{color:#763275;}
/*-19-*/
.texto-vertiente-rojo2 h4 a{color:#d34e54;}



.bg-red {background:#C4131B !important;}

.bg-orange {background:#CD581F !important;}

.bg-yellow {background:#E6AD2F !important;}

.bg-green {background:#9DBF3B !important;}

.bg-aqua {background:#1B9382 !important;}

.bg-purple {background:#8D3B88 !important;}

.text-incluyente h4 a{
    color: rgb(214,0,113) !important;
    text-align: center;
}
.text-transparente h4 a{
    color: rgb(232,85,13);
    text-align: center;
}
.text-seguro h4 a{
    color: rgb(98,39,121);
    text-align: center;
}
.text-productivo h4 a{
    color: rgb(140,192,38);
    text-align: center;
}
.text-sustentable h4 a{
    color: rgb(0,160,151);
    text-align: center;
}

.bg-tiempo-border,
.bg-aceptable-border,
.bg-riesgos-border,
.bg-critico-border,
.bg-cunplidos-border{
    border-left: 5px solid #fff !important;
}

.bg-cunplidos-border{
    border-left-color: #8D3B88 !important;
}
.bg-aceptable-border{
    border-left-color: #9DBF3B !important;
}
.bg-riesgos-border{
    border-left-color: #E6AD2F !important;
}
.bg-tiempo-border{
    border-left-color: #1B9382 !important;
}
.bg-critico-border{
    border-left-color: #C4131B !important;
}
.totalesTdC{
    background: url(../img/tdc/mapa.png) center top no-repeat;
    min-height: 300px;
    padding-top:110px;
}
.totalesTdC h2{
    font-weight: bold;
    font-family: 'UniviaPro-Bold';
    color: #858585;
}
.totalesTdC h2 span{
    color: #00a097;
}
.totalesTdC h3{
    font-weight: bold;
    color: #828282;
}
#indicadores h3{
    border-bottom: 2px solid #eee;
    box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.1);
    color: #828282;
}
.cell-button .btn-default{
    background-color: #eee!important;
    border-color:#ddd!important;
    border-bottom: 2px solid #aaa!important;
    color:#545454!important;
    box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.2);
}
.cell-button .btn-default:hover{
    background-color: #ddd !important;
    border-color:#aaa!important;
    color:#333!important;
}
.NoCompromidosTdC h5 span{
    color: #545454;
    font-weight: 700;
    font-size: 18px;
}
.NoCompromidosTdC h5{
    font-weight: bold;
    color: #828282;
}

.form-control[disabled], 
.form-control[readonly], 
.k-input[disabled], 
.k-input[readonly] {
    background: rgba(245, 245, 245,0.9) !important;
    opacity: 1;
}

.k-input[readonly] {
    color: #4a7f79 !important;
}
.k-input {
    color: #4a7f79 !important;
}

.resaltar .checkbox, 
.resaltar .checkbox-inline, 
.resaltar .control-label, 
.resaltar .form-control-feedback, 
.resaltar .help-block, 
.resaltar .radio, 
.resaltar .radio-inline, 
.resaltar.checkbox label, 
.resaltar.checkbox-inline label, 
.resaltar.radio label, 
.resaltar.radio-inline label {
    color: #a0005f !important;
}

.resaltar .form-control {
    border-color: #a0005f !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.resaltar.has-error small.help-block{
    color: #CD581F !important;
}

.circulo-32{
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 7px;
}

.circulo-32.diseno{
    background: #1B9382!important;
}
.circulo-32.aceptable{
    background: #9DBF3B!important;
}
.circulo-32.riesgo{
    background: #E6AD2F!important;
}
.circulo-32.critico{
    background: #C4131B!important;
}
.circulo-32.cumplido{
    background: #8D3B88!important;
}

.circulo-32.DI{
    background: #1B9382!important;
}
.circulo-32.AC{
    background: #9DBF3B!important;
}
.circulo-32.CR{
    background: #E6AD2F!important;
}
.circulo-32.CT{
    background: #C4131B!important;
}
.circulo-32.CM{
    background: #8D3B88!important;
}


.titulo-tbdiseno,
.titulo-tbplaneacion,
.titulo-tbpresupuestacion,
.titulo-tbcontratacion,
.titulo-tbejercicio{
    color: #545454!important;
    border:1px solid #ddd;
    border-bottom:5px solid;
    border-radius:0px !important;
    background-color: rgba(255,255,255,0.5)
}

.titulo-tbdiseno {/*rosa*/
    border-bottom-color: #56226A !important;    
}
.titulo-tbplaneacion {/*naranja*/
    border-bottom-color: #CB4A0B !important;
}
.titulo-tbpresupuestacion {/*amarillo*/   
    border-bottom-color: #E6AD2F !important;
}
.titulo-tbcontratacion {/*limon*/
    border-bottom-color: #7BA821 !important;
}
.titulo-tbejercicio {/*turquesa*/
    border-bottom-color: #30948E !important;
}

.titulo-tbdiseno:hover {/*rosa*/
    background-color: #e3cee1 !important;
}
.titulo-tbplaneacion:hover {/*naranja*/
    background-color: #f3aa86 !important;
}
.titulo-tbpresupuestacion:hover {/*amarillo*/
    background-color: #ECC263 !important;
}
.titulo-tbcontratacion:hover {/*limon*/
    background-color: #A9D05C !important;
}
.titulo-tbejercicio:hover {/*turquesa*/
    background-color: #40B8B1 !important;
}

li.active .titulo-tbdiseno,
li.active .titulo-tbplaneacion,
li.active .titulo-tbpresupuestacion,
li.active .titulo-tbcontratacion,
li.active .titulo-tbejercicio {/*turquesa*/
    color:#fff!important;
}
li.active .titulo-tbdiseno{/*morado*/
    background-color: #622779 !important;
}
li.active .titulo-tbplaneacion{/*naranja*/
    background-color: #E8550D !important;
}
li.active .titulo-tbpresupuestacion{/*amarillo*/
    background-color: #E6AD2F !important;
}
li.active .titulo-tbcontratacion {/*limon*/
    background-color: #8CC026 !important;
}
li.active .titulo-tbejercicio {/*turquesa*/
    background-color: #00A097 !important;
}

.titulo-tbdinformaciongeneral {/*rosa*/
    background-color: #c69dc4 !important;
    border-color: #AB4078 !important;    
}
.titulo-tbturismo {/*naranja*/
    background-color: #F3E2A9 !important;
    border-color: #B46A46 !important;
}
.titulo-tbindicadores {/*amarillo*/
    background-color: #f2d697 !important;
    border-color: #C09C4D !important;
}
.titulo-tbresumenmultianual {/*limon*/
    background-color: #c6e093 !important;
    border-color: #87A848 !important;
}
.titulo-tbsituaciones {/*turquesa*/
    background-color: #80d0cb !important;
    border-color: #30948E !important;
}


.titulo-tbinformaciongeneral:hover {/*rosa*/
    background-color: #e3cee1 !important;
}
.titulo-tbturismo:hover {/*naranja*/
    background-color: #f3aa86 !important;
}
.titulo-tbindicadores:hover {/*amarillo*/
    background-color: #ECC263 !important;
}
.titulo-tbresumenmultianual:hover {/*limon*/
    background-color: #A9D05C !important;
}
.titulo-tbsituaciones:hover {/*turquesa*/
    background-color: #40B8B1 !important;
}


li.active .titulo-tbinformaciongeneral{/*rosa*/
    background-color: #8d3b88 !important;
}
li.active .titulo-tbturismo{/*naranja*/
    background-color: #CE602A !important;
}
li.active .titulo-tbindicadores{/*amarillo*/
    background-color: #E6AD2F !important;
}
li.active .titulo-tbresumenmultianual {/*limon*/
    background-color: #69901D !important;
}
li.active .titulo-tbsituaciones {/*turquesa*/
    background-color: #007871 !important;
}


.btn-border-rosa {/*rosa*/
    border-color: #d60071 !important;
}
.btn-border-naranja {/*naranja*/
    border-color: #e8550d !important;
}
.btn-border-amarillo {/*amarillo*/
    border-color: #E6AD2F !important;
}
.btn-border-limon {/*limon*/
    border-color: #8cc026 !important;
}
.btn-border-turquesa {/*turquesa*/
    border-color: #00a097 !important;
}


.btn-border-rosa:hover{/*rosa*/
    background-color: #d60071 !important;
}
.btn-border-naranja:hover {/*naranja*/
    background-color: #e8550d !important;
}
.btn-border-amarillo:hover {/*amarillo*/
    background-color: #E6AD2F !important;
}
.btn-border-limon:hover {/*limon*/
    background-color: #8cc026 !important;
}
.btn-border-turquesa:hover {/*turquesa*/
    background-color: #00a097 !important;
}
/*----------------------------------------------
MENU PRINCIPAL
*/
#menu-principal {
    /*position: relative;
    width: 200px;
    height: 200px;
    margin-top: 200px;
    border: 1px solid #FFF;
    border-radius: 50%;*/
    max-width: 680px;
    margin: 5% auto 0 auto !important;
    font-family:'UniviaPro-Regular',Helvetica, Arial, sans-serif;
    overflow: hidden;
}
#menu-principal > a{
    /*position: absolute;
    width:130px;
    height:130px;
    margin: 0 auto;
    border: 3px solid;
    border-radius: 50%;
    */
    padding:100px 0 10px 0;
    margin: 0;
    width: 33.33%;
    display:block;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #545454;
    line-height: 1;
    margin:10px 0 15px 0;
    background-size:70px 70px;
    text-decoration:none;
    cursor: pointer;
    border-radius: 10px;
    min-height: 135px;
}
#menu-principal > a span{
    display:block;
    /*margin-top:95px;*/
    text-transform:uppercase;
    font-size: 18px;
}
#menu-principal > img{
   /* margin-top:40px;
    margin-left:40px;*/
   display: block;
   margin: 0 auto;
   margin-bottom: 35px;
}
#menu-principal > a:hover span{
    text-decoration:none;
}
#menu-principal > a:hover span{
    color:#fff;
}
/*#menu-principal .desarrollo {
    left: 35px;
    top: -120px;
}
#menu-principal .compromisos {
    left: 190px;
    top: -30px;
}
#menu-principal .economia {
    left: 190px;
    top: 125px;
}
#menu-principal .salud {
    left: 35px;
    top: 180px;
}
#menu-principal .seguridad {
    left: -120px;
    top: 125px;
}
#menu-principal .educacion {
    left: -120px;
    top: -30px;
}*/
#menu-principal .economia {
    border-color: #d60071;
    background: url(../img/menu-circulo/economia.png) no-repeat 50% 10px;
}
#menu-principal .salud {
    border-color: #e8550d;
    background: url(../img/menu-circulo/obras.png) no-repeat 50% 10px;
}
#menu-principal .seguridad {
    border-color: #E6AD2F;
    background: url(../img/menu-circulo/seguridad.png) no-repeat 50% 10px;
}
#menu-principal .educacion {
    border-color: #8cc026;
    background: url(../img/menu-circulo/educacion.png) no-repeat 50% 10px;
}
#menu-principal .escuelas {
    border-color: #89878B;
    background: url(../img/menu-circulo/reconstruccion_escuelas.png) no-repeat 50% 10px;
}
#menu-principal .desarrollo {
    border-color: #1F934C;
    background: url(../img/menu-circulo/percepcion.png) no-repeat 50% 10px;
}
#menu-principal .compromisos {
    border-color: #00a097;
    background: url(../img/menu-circulo/compromisos.png) no-repeat 50% 10px;
}
#menu-principal .planeacion {
    border-color: #622779;
    background: url(../img/menu-circulo/planeacion.png) no-repeat 50% 10px;
}
#menu-principal .egresos {
    border-color: #E6AD2F;
    background: url(../img/menu-circulo/egresos.png) no-repeat 50% 10px;
}
#menu-principal .economia:hover {
    background: url(../img/menu-circulo/economia_w.png) no-repeat 50% 10px #d60071;
}
#menu-principal .salud:hover {
    background: url(../img/menu-circulo/obras_w.png) no-repeat 50% 10px #e8550d;
}
#menu-principal .seguridad:hover {
    background: url(../img/menu-circulo/seguridad_w.png) no-repeat 50% 10px #E6AD2F;
}
#menu-principal .educacion:hover {
    background: url(../img/menu-circulo/educacion_w.png) no-repeat 50% 10px #8cc026;
}
#menu-principal .escuelas:hover {
    background: url(../img/menu-circulo/reconstruccion_escuelas_w.png) no-repeat 50% 10px #89878B;
}
#menu-principal .desarrollo:hover {
    background: url(../img/menu-circulo/percepcion_w.png) no-repeat 50% 10px #1F934C;
}
#menu-principal .compromisos:hover {
    background: url(../img/menu-circulo/compromisos_w.png) no-repeat 50% 10px #00a097;
}
#menu-principal .planeacion:hover {
    background: url(../img/menu-circulo/planeacion_w.png) no-repeat 50% 10px #622779;
}
#menu-principal .egresos:hover {
    background: url(../img/menu-circulo/egresos_w.png) no-repeat 50% 10px #E6AD2F;
}
@media (max-width: 480px) {
    #menu-principal > a span{
    font-size: 12px;
}
}



/*div #menu-principal{

    resize: both;
}*/

#unidad-reponsable-ejes img{
    display:block;
    margin: 0 auto;
}
#unidad-reponsable-ejes h2,
#unidad-reponsable-ejes h3,
#unidad-reponsable-ejes h4 {
    text-align: center;
    color:#545454;
}
#unidad-reponsable-ejes h2{
    display:block;
    font-size:20px;
    margin:10px 0px 5px;
}
#unidad-reponsable-ejes h3{
    display:block;
    font-size:18px;
    margin:0px 0px 7px 0px;
}
#unidad-reponsable-ejes h4{
    display:block;
    font-size:16px;
    margin:0px 0px 7px 0px;
}
#unidad-reponsable-ejes a{
    display:block;
    background-color:#f6f6f6;
    border-radius:10px;
    border:1px solid #ddd;
    padding:0px;
    color:#545454;
    margin:7px auto;
    text-align: left;
    max-width:250px;
    height:35px;
    font-size:16px;
    line-height:35px;
}
#unidad-reponsable-ejes b{
    display: inline-block;
    margin-right:5px;
}

#unidad-reponsable-ejes a b{
    color:#fff !important;
    display:inline-block;
    border-radius:9px 0 0 9px;
    padding: 0px 7px;
    margin-right:10px;
    height:34px;
    line-height:37px;
}
#unidad-reponsable-ejes a:hover{
    color:#fff !important;
    text-decoration:none;
}
#unidad-reponsable-ejes .poder-ejecutivo,
#unidad-reponsable-ejes .poder-legislativo,
#unidad-reponsable-ejes .poder-judicial,
#unidad-reponsable-ejes .organos-autonomos,
#unidad-reponsable-ejes .municipios,
#unidad-reponsable-ejes .dependencias-federales{
    margin-bottom:50px;
}

#unidad-reponsable-ejes .poder-ejecutivo h2{
    color:#1F934C;
}
#unidad-reponsable-ejes .poder-legislativo h2{
    color:#e8550d;
}
#unidad-reponsable-ejes .poder-judicial h2{
    color:#553276;
}
#unidad-reponsable-ejes .organos-autonomos h2{
    color:#8cc026;
}
#unidad-reponsable-ejes .municipios h2{
    color:#d60071;
}
#unidad-reponsable-ejes .dependencias-federales  h2{
    color:#00a097;
}
#unidad-reponsable-ejes .poder-ejecutivo b{
    color:#1F934C;
}
#unidad-reponsable-ejes .poder-legislativo b{
    color:#e8550d;
}
#unidad-reponsable-ejes .poder-judicial b{
    color:#553276;
}
#unidad-reponsable-ejes .organos-autonomos b{
    color:#8cc026;
}
#unidad-reponsable-ejes .municipios b{
    color:#d60071;
}
#unidad-reponsable-ejes .dependencias-federales b{
    color:#00a097;
}

#unidad-reponsable-ejes .poder-ejecutivo a{
    border-color:#1F934C;
}
#unidad-reponsable-ejes .poder-legislativo a{
    border-color:#e8550d;
}
#unidad-reponsable-ejes .poder-judicial a{
    border-color:#553276;
}
#unidad-reponsable-ejes .organos-autonomos a{
    border-color:#8cc026;
}
#unidad-reponsable-ejes .municipios a{
    border-color:#d60071;
}
#unidad-reponsable-ejes .dependencias-federales a{
    border-color:#00a097;
}


#unidad-reponsable-ejes .poder-ejecutivo a:hover{ 
    background-color:#1F934C;
}
#unidad-reponsable-ejes .poder-legislativo a:hover{
    background-color:#e8550d;
}
#unidad-reponsable-ejes .poder-judicial a:hover{
    background-color:#553276;
}
#unidad-reponsable-ejes .organos-autonomos a:hover{
    background-color:#8cc026;
}
#unidad-reponsable-ejes .municipios a:hover{
    background-color:#d60071;
}
#unidad-reponsable-ejes .dependencias-federales a:hover{
    background-color:#00a097;
}

#unidad-reponsable-ejes .poder-ejecutivo a b{ 
    background-color:#1F934C;
}
#unidad-reponsable-ejes .poder-legislativo a b{
    background-color:#e8550d;
}
#unidad-reponsable-ejes .poder-judicial a b{
    background-color:#553276;
}
#unidad-reponsable-ejes .organos-autonomos a b{
    background-color:#8cc026;
}
#unidad-reponsable-ejes .municipios a b{
    background-color:#d60071;
}
#unidad-reponsable-ejes .dependencias-federales a b{
    background-color:#00a097;
}


#unidades-responsables {
    margin-top:100px;
}
#unidades-responsables img{
    display:block;
    margin: 0 auto;
    height:80px;
    border-radius:50%;
}
#unidades-responsables h2,
#unidades-responsables h3{
    text-align: center;
    color:#545454;
    padding:0px 15px;
}
#unidades-responsables h2{
    display:block;
    font-size:20px;
    margin:10px 0px 5px;
    color:#545454;
    font-weight: bold;
    text-transform:uppercase;
}
#unidades-responsables h3{
    display:block;
    font-size:12px;
    margin:7px auto;
    font-weight:300;
}
#unidades-responsables a{
    display:block;
    text-align:center;
    color:#333;
    margin:7px auto;
    font-size:12px;
    line-height:1.2;
    padding:0px 15px;
}
#unidades-responsables a:hover{
    text-decoration:none;
}
#unidades-responsables .ur-ejecutivo,
#unidades-responsables .ur-legislativo,
#unidades-responsables .ur-judicial,
#unidades-responsables .ur-organos,
#unidades-responsables .ur-municipios,
#unidades-responsables .ur-dependencias{
    margin-bottom:35px;
}

#unidades-responsables .ur-ejecutivo img{
    background-color:#1F934C;
    border-color:#1F934C;
}
#unidades-responsables .ur-legislativo img{
    background-color:#e8550d;
    border-color:#e8550d;
}
#unidades-responsables .ur-judicial img{
    background-color:#553276;
    border-color:#553276;
}
#unidades-responsables .ur-organos img{
    background-color:#8cc026;
    border-color:#8cc026;
}
#unidades-responsables .ur-municipios img{
    background-color:#d60071;
    border-color:#8cc026;
}
#unidades-responsables .ur-dependencias img{
    background-color:#00a097;
    border-color:#8cc026;
}

#unidades-responsables .ur-ejecutivo a:hover{ 
    color:#1F934C;
}
#unidades-responsables .ur-legislativo a:hover{
    color:#e8550d;
}
#unidades-responsables .ur-judicial a:hover{
    color:#553276;
}
#unidades-responsables .ur-organos a:hover{
    color:#8cc026;
}
#unidades-responsables .ur-municipios a:hover{
    color:#d60071;
}
#unidades-responsables .ur-dependencias a:hover{
    color:#00a097;
}
#unidades-responsables .ur-ejecutivo a b{ 
    color:#1F934C;
}
#unidades-responsables .ur-legislativo a b{
    color:#e8550d;
}
#unidades-responsables .ur-judicial a b{
    color:#553276;
}
#unidades-responsables .ur-organos a b{
    color:#8cc026;
}
#unidades-responsables .ur-municipios a b{
    color:#d60071;
}
#unidades-responsables .ur-dependencias a b{
    color:#00a097;
}

#menu-principal .atencion {
    left: -120px;
    top: 125px;

}

#menu-principal .atencion {
    border-color: #8D3B88;
    background: url(../img/menu-circulo/atencion.png) no-repeat 50% 10px;

}

#menu-principal .atencion:hover {
    background: url(../img/menu-circulo/atencion_w.png) no-repeat 50% 10px #8D3B88;
}

#unidad-reponsable-ejes .seccion-morada h2,
#unidad-reponsable-ejes .seccion-morada b{/*morado*/
    color:#553276;
}
#unidad-reponsable-ejes .seccion-ginda h2
#unidad-reponsable-ejes .seccion-ginda b{/*ginda*/
    color:#8D3B88;
}
#unidad-reponsable-ejes .seccion-roja h2,
#unidad-reponsable-ejes .seccion-roja b{/*rojo*/
    color:#C4131B;
}
#unidad-reponsable-ejes .seccion-rosa h2,
#unidad-reponsable-ejes .seccion-rosa b{/*rosa*/
    color:#d60071;
}
#unidad-reponsable-ejes .seccion-naranja h2,
#unidad-reponsable-ejes .seccion-naranja b{/*naranja*/
    color:#e8550d;
}		
#unidad-reponsable-ejes .seccion-amarillo h2,
#unidad-reponsable-ejes .seccion-amarillo b{/*amarillo*/
    color:#E6AD2F;
}	
#unidad-reponsable-ejes .seccion-limon h2,
#unidad-reponsable-ejes .seccion-limon b{/*limon*/
    color:#8cc026;
}
#unidad-reponsable-ejes .seccion-verde h2,
#unidad-reponsable-ejes .seccion-verde b{/*verde*/
    color:#1F934C;
}		
#unidad-reponsable-ejes .seccion-turquesa h2,
#unidad-reponsable-ejes .seccion-turquesa b{/*turquesa*/
    color:#00a097;
}
#unidad-reponsable-ejes .seccion-morada a{/*morado*/
    border-color:#553276;
}
#unidad-reponsable-ejes .seccion-ginda a{/*ginda*/
    border-color:#8D3B88;
}
#unidad-reponsable-ejes .seccion-roja a{/*rojo*/
    border-color:#C4131B;
}
#unidad-reponsable-ejes .seccion-rosa a{/*rosa*/
    border-color:#d60071;
}
#unidad-reponsable-ejes .seccion-naranja a{/*naranja*/
    border-color:#e8550d;
}		
#unidad-reponsable-ejes .seccion-amarillo a{/*amarillo*/
    border-color:#E6AD2F;
}	
#unidad-reponsable-ejes .seccion-limon a{/*limon*/
    border-color:#8cc026;
}
#unidad-reponsable-ejes .seccion-verde a{/*verde*/
    border-color:#1F934C;
}		
#unidad-reponsable-ejes .seccion-turquesa a{/*turquesa*/
    border-color:#00a097;
}

#unidad-reponsable-ejes .seccion-morada a:hover{/*morado*/
    background-color:#553276;
}
#unidad-reponsable-ejes .seccion-ginda a:hover{/*ginda*/
    background-color:#8D3B88;
}
#unidad-reponsable-ejes .seccion-roja a:hover{/*rojo*/
    background-color:#C4131B;
}
#unidad-reponsable-ejes .seccion-rosa a:hover{/*rosa*/
    background-color:#d60071;
}
#unidad-reponsable-ejes .seccion-naranja a:hover{/*naranja*/
    background-color:#e8550d;
}		
#unidad-reponsable-ejes .seccion-amarillo a:hover{/*amarillo*/
    background-color:#E6AD2F;
}	
#unidad-reponsable-ejes .seccion-limon a:hover{/*limon*/
    background-color:#8cc026;
}
#unidad-reponsable-ejes .seccion-verde a:hover{/*verde*/
    background-color:#1F934C;
}		
#unidad-reponsable-ejes .seccion-turquesa a:hover{/*turquesa*/
    background-color:#00a097;
}

#unidad-reponsable-ejes .seccion-morada a b{/*morado*/
    background-color:#553276;
}
#unidad-reponsable-ejes .seccion-ginda a b{/*ginda*/
    background-color:#8D3B88;
}
#unidad-reponsable-ejes .seccion-roja a b{/*rojo*/
    background-color:#C4131B;
}
#unidad-reponsable-ejes .seccion-rosa a b{/*rosa*/
    background-color:#d60071;
}
#unidad-reponsable-ejes .seccion-naranja a b{/*naranja*/
    background-color:#e8550d;
}		
#unidad-reponsable-ejes .seccion-amarillo a b{/*amarillo*/
    background-color:#E6AD2F;
}	
#unidad-reponsable-ejes .seccion-limon a b{/*limon*/
    background-color:#8cc026;
}
#unidad-reponsable-ejes .seccion-verde a b{/*verde*/
    background-color:#1F934C;
}		
#unidad-reponsable-ejes .seccion-turquesa a b{/*turquesa*/
    background-color:#00a097;
}


#unidades-responsables .ur-morada,
#unidades-responsables .ur-ginda,
#unidades-responsables .ur-roja,
#unidades-responsables .ur-rosa,
#unidades-responsables .ur-naranja,
#unidades-responsables .ur-amarillo,
#unidades-responsables .ur-limon,
#unidades-responsables .ur-verde,
#unidades-responsables .ur-turquesa{
    margin-bottom:35px;
}

#unidades-responsables .ur-morada img{
    background-color:#553276;
    border-color:#553276;
}
#unidades-responsables .ur-ginda img{
    background-color:#8D3B88;
    border-color:#8D3B88;
}
#unidades-responsables .ur-roja img{
    background-color:#C4131B;
    border-color:#C4131B;
}
#unidades-responsables .ur-rosa img{
    background-color:#d60071;
    border-color:#d60071;
}
#unidades-responsables .ur-naranja img{
    background-color:#e8550d;
    border-color:#e8550d;
}
#unidades-responsables .ur-amarillo img{
    background-color:#E6AD2F;
    border-color:#E6AD2F;
}
#unidades-responsables .ur-limon img{
    background-color:#8cc026;
    border-color:#8cc026;
}
#unidades-responsables .ur-verde img{
    background-color:#1F934C;
    border-color:#1F934C;
}
#unidades-responsables .ur-turquesa img{
    background-color:#00a097;
    border-color:#00a097;
}


#unidades-responsables .ur-morada a:hover{ 
    color:#553276;
}
#unidades-responsables .ur-ginda a:hover{
    color:#8D3B88;
}
#unidades-responsables .ur-roja a:hover{
    color:#C4131B;
}
#unidades-responsables .ur-rosa a:hover{
    color:#d60071;
}
#unidades-responsables .ur-naranja a:hover{
    color:#e8550d;
}
#unidades-responsables .ur-amarillo a:hover{
    color:#E6AD2F;
}
#unidades-responsables .ur-limon a:hover{
    color:#8cc026;
}
#unidades-responsables .ur-verde a:hover{
    color:#1F934C;
}
#unidades-responsables .ur-turquesa a:hover{
    color:#00a097;
}


#unidades-responsables .ur-morada a b{ 
    color:#553276;
}
#unidades-responsables .ur-ginda a b{
    color:#8D3B88;
}
#unidades-responsables .ur-roja a b{
    color:#C4131B;
}
#unidades-responsables .ur-rosa a b{
    color:#d60071;
}
#unidades-responsables .ur-naranja a b{
    color:#e8550d;
}
#unidades-responsables .ur-amarillo a b{
    color:#E6AD2F;
}
#unidades-responsables .ur-limon a b{
    color:#8cc026;
}
#unidades-responsables .ur-verde a b{
    color:#1F934C;
}
#unidades-responsables .ur-turquesa a b{
    color:#00a097;
}
.navbar-toggle .icon-bar {
    background: #00a097 !important;
}
.imagenModulo {
    position: absolute;
    top: 5px;
    right:0px; 
    display: block;
    background-color: #f00;
} 



@media (min-width: 991px) {
    #divbar-image{
        right: 0px;
    }
}

@media (min-width: 780px) {
    #divbar-image{
        display: none;
        visibility: hidden;

    }
}
@media (max-width: 480px) {
    #divbar-image{
        display: block;
        visibility: visible;

    }
}
@media (min-width: 991px) {
    #divbar-image{
        display: block;
        visibility: visible;
    }
}

.navs-modal{
    background-color: transparent !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 98%, #ddd 98%, #ddd 100%) !important;
}

.navs-modal > li > a{
    color:#828282 !important;
    border: 1px solid #ddd !important;
    border-top:5px solid #ddd !important;
    background-color:#f9f9f9 !important;
    border-radius:1px 1px 0 0 !important;
    margin-right:1px;
}
.navs-modal > li:nth-child(1) > a { border-top-color:#622779 !important;} /*morado*/
.navs-modal > li:nth-child(2) > a { border-top-color:#8D3B88 !important;} /*ginda*/
.navs-modal > li:nth-child(3) > a { border-top-color:#C4131B !important;} /*rojo*/
.navs-modal > li:nth-child(4) > a { border-top-color:#D60071 !important;} /*rosa*/
.navs-modal > li:nth-child(5) > a { border-top-color:#E8550D !important;} /*naranja*/
.navs-modal > li:nth-child(6) > a { border-top-color:#E6AD2F !important;} /*amarillo*/
.navs-modal > li:nth-child(7) > a { border-top-color:#8CC026 !important;} /*limon*/
.navs-modal > li:nth-child(8) > a { border-top-color:#1F934C !important;} /*verde*/
.navs-modal > li:nth-child(9) > a { border-top-color:#00A097 !important;} /*turquesa*/

.navs-modal > li > a:hover,
.navs-modal > li > a:focus{
    border-color: #ccc #ddd #ddd !important;
    background-color:#eee !important;
    color:#545454 !important;

}
.navs-modal > li.active > a, 
.navs-modal > li.active > a:focus, 
.navs-modal > li.active > a:hover {
    color: #545454 !important;
    cursor: default !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-top:5px solid #545454 !important;
    border-bottom-color: transparent !important;
}


.border-educacion,
.border-percepcion,
.border-ingresos,
.border-obras,
.border-compromisos,
.border-atencion{
border-bottom:3px solid;
}

.border-educacion{/*limon*/
border-bottom-color:#8cc026;
}
.border-atencion{/*ginda*/
border-bottom-color:#8D3B88;
}
.border-ingresos{/*rosa*/
border-bottom-color:#d60071;
}
.border-obras{/*naranja*/
border-bottom-color:#e8550d;
} 
.border-percepcion{/*verde*/
border-bottom-color:#1F934C;
} 
.border-compromisos{/*turquesa*/
border-bottom-color:#00a097;}

.navbar-imagen {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    border: 10px solid transparent;
    border-color: #4DCACA #31A3A3 #1D8888;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#divbar-image{
    position: absolute;
    /*nos posicionamos en el centro del navegador*/
    left:45%;
    right: 55%;
    /*determinamos una anchura*/
    /*indicamos que el margen izquierdo, es la mitad de la anchura*/
    margin: 0 auto;
    /*determinamos una altura*/
    /*indicamos que el margen superior, es la mitad de la altura*/
}

#datosPorRegion > row > div{
    
}

/* KENDO*/

.k-pager-numbers .k-link, .k-treeview .k-in {
    color: #545454;
}

.col-region{ min-height: 300px;}
.caption h4 a{ color: #545454;}
.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #545454!important;
    border-color: #545454!important;
}
.panel{ background-color: rgba(255,255,255,0.2) !important; }


.navs-secundarios{
	}
.navs-secundarios > li > a{
	color: #545454 !important;
	border: 1px solid !important;
	border-color: #545454 !important;
	background-color: #f9f9f9 !important;
	border-radius: 5px !important;
	margin-right:5px;
	padding:5px 12px;
	}
.navs-secundarios > li:nth-child(1) > a { border-color:#622779 !important;} /*morado*/
.navs-secundarios > li:nth-child(2) > a { border-color:#8D3B88 !important;} /*ginda*/
.navs-secundarios > li:nth-child(3) > a { border-color:#C4131B !important;} /*rojo*/
.navs-secundarios > li:nth-child(4) > a { border-color:#D60071 !important;} /*rosa*/
.navs-secundarios > li:nth-child(5) > a { border-color:#E8550D !important;} /*naranja*/
.navs-secundarios > li:nth-child(6) > a { border-color:#E6AD2F !important;} /*amarillo*/
.navs-secundarios > li:nth-child(7) > a { border-color:#8CC026 !important;} /*limon*/
.navs-secundarios > li:nth-child(8) > a { border-color:#1F934C !important;} /*verde*/
.navs-secundarios > li:nth-child(9) > a { border-color:#00A097 !important;} /*turquesa*/

.navs-secundarios > li:nth-child(1) > a { color:#622779 !important;} /*morado*/
.navs-secundarios > li:nth-child(2) > a { color:#8D3B88 !important;} /*ginda*/
.navs-secundarios > li:nth-child(3) > a { color:#C4131B !important;} /*rojo*/
.navs-secundarios > li:nth-child(4) > a { color:#D60071 !important;} /*rosa*/
.navs-secundarios > li:nth-child(5) > a { color:#E8550D !important;} /*naranja*/
.navs-secundarios > li:nth-child(6) > a { color:#E6AD2F !important;} /*amarillo*/
.navs-secundarios > li:nth-child(7) > a { color:#8CC026 !important;} /*limon*/
.navs-secundarios > li:nth-child(8) > a { color:#1F934C !important;} /*verde*/
.navs-secundarios > li:nth-child(9) > a { color:#00A097 !important;} /*turquesa*/


.navs-secundarios > li > a:hover,
.navs-secundarios > li > a:focus{
	background-color:#eee !important;
	color:#333 !important;
	}
.navs-secundarios > li.active > a, 
.navs-secundarios > li.active > a:focus, 
.navs-secundarios > li.active > a:hover {
	color: #545454 !important;
	cursor: default !important;
	background-color: #fff !important;
 	border: 2px solid !important;
	}
.navs-secundarios > li.active:nth-child(1) > a { background-color: rgba(98, 39, 121, 0.2) !important;} /*morado*/
.navs-secundarios > li.active:nth-child(1) > a { background-color: rgba(98, 39, 121, 0.2) !important;} /*morado*/
.navs-secundarios > li.active:nth-child(2) > a { background-color: rgba(141, 59, 136, 0.2) !important;} /*ginda*/
.navs-secundarios > li.active:nth-child(3) > a { background-color: rgba(196, 19, 27, 0.2) !important;} /*rojo*/
.navs-secundarios > li.active:nth-child(4) > a { background-color: rgba(214, 0, 113, 0.2) !important;} /*rosa*/
.navs-secundarios > li.active:nth-child(5) > a { background-color: rgba(232, 85, 13, 0.2) !important;} /*naranja*/
.navs-secundarios > li.active:nth-child(6) > a { background-color: rgba(230, 173, 47, 0.2) !important;} /*amarillo*/
.navs-secundarios > li.active:nth-child(7) > a { background-color: rgba(140, 192, 38, 0.2) !important;} /*limon*/
.navs-secundarios > li.active:nth-child(8) > a { background-color: rgba(31, 147, 76, 0.2) !important;} /*verde*/
.navs-secundarios > li.active:nth-child(9) > a { background-color: rgba(0, 160, 151, 0.2) !important;} /*turquesa*/

﻿.navs-secundarios > li:nth-child(1) > a.active { background-color: rgba(98, 39, 121, 0.2) !important;} /*morado*/
.navs-secundarios > li:nth-child(1) > a.active { background-color: rgba(98, 39, 121, 0.2) !important;} /*morado*/
.navs-secundarios > li:nth-child(2) > a.active { background-color: rgba(141, 59, 136, 0.2) !important;} /*ginda*/
.navs-secundarios > li:nth-child(3) > a.active { background-color: rgba(196, 19, 27, 0.2) !important;} /*rojo*/
.navs-secundarios > li:nth-child(4) > a.active { background-color: rgba(214, 0, 113, 0.2) !important;} /*rosa*/
.navs-secundarios > li:nth-child(5) > a.active { background-color: rgba(232, 85, 13, 0.2) !important;} /*naranja*/
.navs-secundarios > li:nth-child(6) > a.active { background-color: rgba(230, 173, 47, 0.2) !important;} /*amarillo*/
.navs-secundarios > li:nth-child(7) > a.active { background-color: rgba(140, 192, 38, 0.2) !important;} /*limon*/
.navs-secundarios > li:nth-child(8) > a.active { background-color: rgba(31, 147, 76, 0.2) !important;} /*verde*/
.navs-secundarios > li:nth-child(9) > a.active { background-color: rgba(0, 160, 151, 0.2) !important;} /*turquesa*/

.navbar-toggle .icon-bar {
    background: #00a097 !important;
}
.imagenModulo {
    position: absolute;
    top: 5px;
    right:0px; 
    display: block;
    background-color: #f00;
} 