.imagen {
    border: 2px solid #fff;
    box-shadow: 5px 5px 2px #ccc;
    -moz-box-shadow: 5px 5px 2px #ccc;
    -webkit-box-shadow: 5px 5px 2px #ccc;
    -khtml-box-shadow: 5px 5px 2px #ccc;
}

div [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.panel-title {
    position: relative;
    top: 10px;
    font-size: 23px;
    transition: 1s;
    cursor: pointer;
    color: #337ab7;
}

.selected {
    background-color: #D9EDF7;
    font-weight: bold;
}

#hyperlinks a {
    color: black;
}

.fa-university {
    position: relative;
    bottom: -12px;
}

.modif {
    position: relative;
    bottom: -16px;
}

.fa-address-book {
    position: relative;
    bottom: -64px;
}

.fa-bullhorn {
    position: relative;
    bottom: -14px;
}

.fa-comments {
    position: relative;
    bottom: -12px;
}

.fa-plane {
    position: relative;
    bottom: -60px;
}

.fa-clock {
    position: relative;
    bottom: -60px;
}

.fa-home {
    position: relative;
    bottom: 4px;
}


.panel-default {
    border-radius: 0;
    border-color: gainsboro;
    height: 200px;
}

.panel-foto-diputado {
    border-radius: 0;
    border-color: gainsboro;
}


hr {
    width: 100%;
    height: 0;
    background-color: #337ab7;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 5px;
    border-width: 3px;
    border-color: #337ab7;
}

.badge-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    font-size: 22px;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); */
}

.badge-info-declaracion {
    background-color: #5bc0de;
    border-color: #46b8da;
    font-size: 22px;
    position: relative;
    bottom: 10px;
}

.organos {
    position: relative;
    bottom: -5px;
}

.table-calendar {
    padding: 5px;
}
