.bodyImagen {
    background-color: #CEE8DA;
    background-size: 100%;
}
.login-panel{
    margin-top: 15%;
}
.btn-right {
    text-align: right;
}
.filtros-cont {
    /*float: left;*/
    width: 100%;
    margin-top: 2%;
}

.filtros-cont > div:first-child, .filtros-cont > div:nth-child(2), .filtros-cont > div:nth-child(3) {
    margin-bottom: 2em;
}

.bnt-paginador-right {
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    float: right;
    padding: 5px 7px;
    color: #0A8141;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bnt-paginador-left {
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    float: right;
    padding: 5px 7px;
    color: #0A8141;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

.paginador > div:last-child {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

.page-header{
    color: #0A8141;
}

#tdAcciones a {
    cursor: pointer;
}

a {
    color: #0A8141; 
}

.alert{
    margin-top: 2%;
}

.col-md-12 {
    margin-bottom: 5px;
}
.thumbnail {
    width: 50%;
    height: 50%;
}