.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: white;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

#menu.span2 {
    margin-left: 0px;
    }

#cboxClose{position:absolute; top:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}

input[type=file] { display: none; }

a{
  color: #009CDE;
}

.btn-success{
  background-color: #009CDE;
  border-color: #009CDE;
}
.btn:hover, .btn:focus, .btn-primary:hover, .btn-primary.active:hover, .btn-primary.active:focus, .panel-verde_claro a:hover, .panel-red a:hover, .panel-yellow a:hover, .btn-primary.active, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover,
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success,
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover,
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover
{
	color: #FFF;
	background-color: #41B6E6;
	border-color: #009CDE;
}
.panel-success > .panel-heading, .alert-success {
	color: #FFF;
	background-color: #41B6E6;
	border-color: #009CDE;
}
.navbar-header{
  margin-top: 10px;
}
