*{
  font-family: calibri, ubuntu;  
}

.titulo{
    font-size: 14px;
    border-bottom: .7px solid #337ab7;
    padding-top: 5px;
    padding-left: 5px;
}

.footer-images{
    position:fixed;
    bottom:80px;
    left:80%;
    z-index: -1;
}

.cssTextCenter{
    text-align: center;
}

.cssTextRight{
    text-align: right;
}

.cssTextVerticalMidle{
    vertical-align: middle !important;
}

.cssTextMidleRight{
    text-align: right;
    vertical-align: middle !important;
}

.cssRequired{
    color: red;
}

.cssItemNotaVenta{
    cursor: pointer;
}

.cssActive.active{
    background-color: #337ab7 !important;
    color: white !important;
}

.cssFondoRojo{
    background-color: red !important;
    color: white !important;
}

.cssDisplayNone{
    display: none;
}