.info {
    display: none;
}

.resumen {
    display: block;
}

.tituloColIz {
    background-color: #d9edf7;
    padding: 5px;
    border-left: thick solid #0069a6;
    padding-left: 10px;
}

.tituloColIz h4 {
    margin: 0;
}


/*.tituloTramite {
	margin-top:10px;
	border-left:thick solid #0069a6;
	padding-left:10px; 
	border-bottom:thin solid #eee;
	border-right:thin solid #eee; 
	border-top:thin solid #eee; 
	margin-bottom:10px;
}
.tituloTramite h3 {
	font-weight:400;
} */

.buscaMedio {
    padding-top: 30px;
}

.respuesta {
    display: none
}

.delegaciones {
  background-color: rgba(0, 185, 241, 0.7); 
  border-radius:5px; 
  color:#fff;
  padding: 10px;
  margin-bottom:20px;
}

.delegaciones a h4 {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 0px;
    color: #333;
}

.delegaciones a h4:hover {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 0px;
    color: #888;
}

.contactoDelegaciones {
    border-top: 1px solid #ccc;
    padding-top: 12px;
    margin-top: 4px;
}

.delegacionesItem{


    position: relative;
    display: block;
    padding: 10px 5px;
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 1px solid #fff; 
    font-size: 12px;

}
.delegacionesItem:last-child{
border-bottom:0px;
}
.delegaciones h3 {
color:#fff !important;
font-size: 16px !important  ; 
line-height: 25px;
}

.list-group-item{border:1px solid #ddd!important}

.delegacionesItem a{

color: rgba(255, 255, 255, 1); 
}

.delegacionesItem a:hover {

color: rgba(255, 255, 255, 0.7); 
text-decoration: none;
     
}

.activado {
color:#fff !important;
font-weight: bolder;

}

.desactivado{
color: rgba(255, 255, 255, 0.7) !important; 


}

.listaDelegaciones {
    background-color: #fff;
    border-top: 1px solid #ddd;
     border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
       border-bottom: 0px solid #ddd;
    display: block;
    padding: 10px 15px;
    position: relative;
    width:100%;
    color:#333;
    font-size: 12px;
    text-align:  left;   
}

.list-group .listaDelegaciones:last-child {
border-bottom: 1px solid #ddd;
}


/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;

}
.nano > .nano-content {
  position      : absolute;
  overflow      : hidden!important;
  overflow-x    : hidden;
  top           : 0;
  right         : 0!important;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}



.delegacionItem:hover{cursor:pointer;}

.delegacionActiva{
background: rgba(0, 185, 241, 0.7) !important ;
color:#fff;
}