body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}
.logo-titulo {
    background: url('../images/logo_ecociudadanos.png') no-repeat;
    height: 80px;
}
h2.form-signin-heading {
    margin-left: 25%;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
    border-radius: 0px;
    width: 48%;
}
a.btn.btn-large.btn-warning {
    width: 37%;
    border-radius: 0px;
}
a.btn.btn-success {
    width: 70%;
    border-radius: 0px;
    border-color: #51a351;
    margin-bottom: 3%;
}
a.btn.btn-success:active{
    background: transparent!important;
    color:black;
}
a.btn.btn-danger{
    width: 70%;
    border-radius: 0px;
    border-color: #bd362f;
    margin-bottom: 3%;
}
a.btn.btn-danger:active{
    background: transparent!important;
}
input {
    border-radius: 0px!important;
}
input#guardar {
    width: 20%;
    border-color: #2f96b4;
}
input#guardar:active{
    background: transparent!important;
    color: black;
}
input.btn.btn-info {
    width: 20%;
    border-color: #49afcd;
}
input.btn.btn-info:active{
    background: transparent!important;
    color:black;
}

.toggle_button_image {
    cursor: pointer;
    cursor: hand
}

.table {
    font-size: smaller;
}

.sorted a{
    font-style: italic;
    font-size: small;
    color: orangered !important;
    text-decoration: underline;
}

.asc a{
    background-image: url('../images/asc.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 20px 0px;
    z-index: 100000;
}

.desc a{
    background-image: url('../images/desc.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 100% 100%;
    z-index: 100000;
}



