body {
    background-color: #f3f3f3;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-brand > img {
    display: inline-block;
}

.spinnerX {
    margin: 20px auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 15px;
}

    .spinnerX > div {
        background-color: #62cb31;
        height: 100%;
        width: 8px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinnerX .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinnerX .rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .spinnerX .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinnerX .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.espera {
    top: 30%;
}

.ficha {
    padding: 0px;
    border: 0px;
    /*background-color: #449c44;*/
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}

.ficha-img {
    min-height: 341px;
    height: 341px;
    vertical-align: middle;
    /*display: table-cell;*/
    padding: 10px;
    /*background-color: #fff;*/
    /*padding-left: 6px;
    padding-top: 6px;*/
}

.ficha-desc {
    /*background-color: #449c44;*/
    background: linear-gradient(to right, #357935, #5bbd5b);
    border-radius: 0px 0px 4px 4px;
}

    .ficha-desc label {
        display: inherit;
        text-align: center;
        margin: 0px;
        padding-bottom: 4px;
        color: #fff;
    }

.img-responsive {
    /*margin: 0 auto;
    vertical-align: middle;
    display: block;*/
    margin: 0 auto;
}

label.nombre-cient {
    font-style: italic;
}

label.nombre-comun {
    font-size: 18px;
    font-weight: bold;
}

/*.ficha.thumbnail:hover {
    background-color: #246b24;
    cursor: pointer;
}*/

.ficha-img:hover {
    cursor: pointer;
}

.ficha-desc:hover, .ficha-desc label:hover {
    cursor: pointer;
}

.ficha.thumbnail:hover {
    box-shadow: 0px 0px 20px 0px #777;
}

table {
    background-color: #fff;
}

thead {
    text-align: center;
    background: none repeat scroll 0 0 #6cbd6c;
    color: #fff;
}

table > thead > tr > th {
    text-align: center;
}

.panel-inverse > .panel-heading {
    background: #6cbd6c;
}

.campo {
    font-weight: bold;
    color: #6cbd6c;
    font-size: 14px;
}

form.form-horizontal p, form.form-horizontal label {
    text-align: justify;
}

form.form-horizontal p {
    padding-top: 7px;
    margin: 0px;
}

.panel-inverse > .panel-heading {
    color: #fff;
}

/*#btnCatalogoTipo {
    float: right;
    margin-bottom: 10px;
}*/

.buscar {
    font-size: 18px;
    font-weight: bold;
    color: #6cbd6c;
    margin-top: 3px;
    padding: 0px;
}

#cntDetCatalogo .form-group {
    margin-bottom: 10px;
}

div#buscar {
    float: right;
}

::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

table tbody tr {
    cursor: pointer;
}
