

.title2
{
    color: #000000;
    font-size: 12px; padding: 3px; font-weight: bold; text-transform: uppercase;	text-align: center;
    border-bottom: solid 2px #110033; margin-bottom:2px;
}

.hideContent
{
    margin-left: 5px; margin-right: 5px; display:none;
}
.buttonContainer
{
    margin-left: 5px; margin-right: 5px;margin-bottom: 2px;
}
.buttonExpand {
    border-top: 1px solid #54626b;
    background: #3186bf;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d6991), to(#3186bf));
    background: -webkit-linear-gradient(top, #2d6991, #3186bf);
    background: -moz-linear-gradient(top, #2d6991, #3186bf);
    background: -ms-linear-gradient(top, #2d6991, #3186bf);
    background: -o-linear-gradient(top, #2d6991, #3186bf);
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    color: white;
    font-size: 12px;
    font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;

}
.buttonExpand:hover {
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}
.buttonExpand:active {
    border-top-color: #1b435e;
    background: #1b435e;
}

.label-violeta {
    background-color:#8d5ea8;

}

.input-group input{
    height:34px;
    border-radius: 4px;
}
.totales {
    color:#ffffff;
    font-size:1.2em;
    font-weight:bold;
    text-transform: uppercase;
}
.totalagenda{
    background:#5c9bd1;
    color:#ffffff;
}
.totalagenda h2{
    color:#ffffff;
}
.totalect{
    background:#f2807f;
    color:#ffffff;
}

.totalest{
    background:#44b6ae;
    color:#ffffff;
}

.totalTec{
    background:#8877a9;
    color:#ffffff;
}

.iconos{
    color:#f0f0f0;
    font-size:28px;
}

/* Iconos */
.glyphicon {
    font-size:14px;
}

/* Select - check */
.glyphicon-ok:before {
    content: "\e013";
}
.check-mark {
    color:#888;
}