@media(max-width:500px){
    .main_logo{
        background: url('../images/logo_dividido.png') no-repeat;
        height: 220px;
    }
}
@media(min-width:500px){
    .main_logo{
        background: url('../images/logo.png') no-repeat;
        height: 110px;
    }
}

.page-content{
    margin-top: 0px;
}

.margin-top-20px{
    margin-top: 20px;
}

.margin-top-100px{
    margin-top: 10%;
}

.margin-top-200px{
    margin-top: 20%;
}

.margin-bottom-20px{
    margin-bottom: 20px;
}

.grid-row-actions{
    list-style-type: none;
}
.grid-row-actions li{
    margin:0px 5px;
    float: left
}
.grid-row-actions li a{
    text-decoration: none
}
.align-right{
    text-align: right;
}
.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.input-group-vertical {
    margin:5px;
    margin-bottom: 10px;
    .form-control {
        border-radius: 0;
    }
    .form-group {
        margin-bottom: 0;
    }
    .form-group:not(:last-child) .form-control:not(:focus) {
        border-bottom-color: transparent;
    }
    .form-group:first-child .form-control {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .form-group:last-child .form-control {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        top: -2px;
    }
}
.input-group-addon-vertical{
    width:auto !important;
}
.textarea-addon{
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border:1px solid #ccc !important;
    border-bottom: 0 !important;
}
textarea{
    border-top-left-radius:0px !important;
    border-top-right-radius:0px !important;
}
.nav .nav-pills li  a {
    padding:5px 10px!important;
}


.baja_logica{
    text-decoration:line-through;
    color:#777; 
    background-color: #f2dede!important
}