.altura-auto
{
    height: auto;
}
.altura-10-px
{
    height: 10px;
}
.altura-15-px
{
    height: 15px;
}
.altura-20-px
{
    height: 20px;
}
.altura-22-px
{
    height: 22px;
}
.altura-25-px
{
    height: 25px;
}
.altura-30-px
{
    height: 30px;
}
.altura-35-px
{
    height: 35px;
}
.altura-40-px
{
    height: 40px;
}
.altura-45-px
{
    height: 45px;
}
.altura-50-px
{
    height: 50px;
}
.altura-60-px
{
    height: 60px;
}
.altura-70-px
{
    height: 70px;
}
.altura-80-px
{
    height: 80px;
}
.altura-90-px
{
    height: 90px;
}
.altura-100-px
{
    height: 100px;
}
.altura-110-px
{
    height: 110px;
}
.altura-120-px
{
    height: 120px;
}
.altura-130-px
{
    height: 130px;
}
.altura-150-px
{
    height: 150px;
}
.altura-200-px
{
    height: 200px;
}
.altura-250-px
{
    height: 250px;
}
.altura-300-px
{
    height: 300px;
}


.altura-50-por-ciento
{
    height: 50%;
}
.altura-60-por-ciento
{
    height: 60%;
}
.altura-70-por-ciento
{
    height: 70%;
}
.altura-80-por-ciento
{
    height: 80%;
}
.altura-100-por-ciento
{
    height: 100%;
}
.altura-100-por-ciento-2-px-borde
{
    height: calc(100% - 4px);
}
.altura-100-por-ciento-1-px-borde
{
    height: calc(100% - 2px);
}
.anchura-100-por-ciento-2-px-borde
{
    width:  calc(100% - 4px);
}
.anchura-100-por-ciento-1-px-borde
{
    width:  calc(100% - 2px);
}
.anchura-20-px
{
    width: 20px
}
.anchura-25-px
{
    width: 25px
}
.anchura-30-px
{
    width: 30px
}
.anchura-35-px
{
    width: 35px
}
.anchura-40-px
{
    width: 40px
}
.anchura-45-px
{
    width: 45px
}
.anchura-50-px
{
    width: 50px
}
.anchura-60-px
{
    width: 60px
}
.anchura-80-px
{
    width: 80px
}
.anchura-100-px
{
    width: 100px
}
.anchura-130-px
{
    width: 130px
}
.anchura-150-px
{
    width: 150px
}
.anchura-200-px
{
    width: 200px
}
.anchura-250-px
{
    width: 250px
}
.anchura-300-px
{
    width: 300px
}
.anchura-350-px
{
    width: 350px
}
.anchura-400-px
{
    width: 400px
}
.anchura-100-por-ciento
{
    width: 100%;
}
.anchura-90-por-ciento
{
    width: 90%;
}
.anchura-95-por-ciento
{
    width: 95%;
}
.anchura-98-por-ciento
{
    width: 98%;
}
.anchura-40-por-ciento
{
    width: 40%;
}
.anchura-48-por-ciento
{
    width: 48%;
}
.anchura-50-por-ciento
{
    width: 50%;
}
.anchura-60-por-ciento
{
    width: 60%;
}
.anchura-70-por-ciento
{
    width: 70%;
}
.anchura-80-por-ciento
{
    width: 80%;
}
.anchura-33-por-ciento
{
    width: 33%;
}
.anchura-33-por-ciento-padding-5px
{
    width: calc(33% - 10px);
    padding: 0px 5px;
}
.anchura-33-por-ciento-padding-10px
{
    width: calc(33% - 20px);
    padding: 0px 10px;
}
.anchura-50-por-ciento-padding-5px
{
    width: calc(50% - 10px);
    padding: 0px 5px;
}
.anchura-50-por-ciento-padding-10px
{
    width: calc(50% - 20px);
    padding: 0px 10px;
}
.anchura-48-por-ciento-border-2-px
{
    width: calc(48% - 4px);
}
.anchura-50-por-ciento-border-2-px
{
    width: calc(50% - 4px);
}
.anchura-100-por-ciento-padding-10px
{
    width: calc(100% - 20px);
    padding: 0px 10px;
}
.anchura-100-por-ciento-padding-20px
{
    width: calc(100% - 40px);
    padding: 0px 20px;
}
.anchura-100-por-ciento-padding-5px
{
    width: calc(100% - 10px);
    padding: 0px 5px;
}
.min-width-400-px
{
    min-width: 400px;
}
.min-width-450-px
{
    min-width: 450px;
}
.min-width-500-px
{
    min-width: 500px;
}
.min-width-600-px
{
    min-width: 600px;
}

.min-width-900-px
{
    min-width: 900px;
}
.min-width-950-px
{
    min-width: 950px;
}
.max-height-400-px
{
    max-height: 400px;
}
.max-width-120px
{
    max-width: 120px;
}
.min-height-50-px
{
    min-height: 50px;
}
.min-height-600-px
{
    min-height: 600px;
}
.min-height-650-px
{
    min-height: 650px;
}
.min-height-700-px
{
    min-height: 700px;
}
.min-height-750-px
{
    min-height: 750px;
}
.min-height-800-px
{
    min-height: 800px;
}
.min-height-900-px
{
    min-height: 900px;
}
.min-height-100-por-ciento
{
min-height: 100%;
}
.altura-menos-40-margin-10-px
{
    height: calc(100% - 40px - 20px);
}
.anchura-100-por-ciento-80-px
{
    width: calc(100% - 80px);
}
.anchura-100-por-ciento-100-px
{
    width: calc(100% - 100px);
}
.anchura-100-por-ciento-150-px
{
    width: calc(100% - 150px);
}
.anchura-100-por-ciento-200-px
{
    width: calc(100% - 200px);
}
.anchura-100-por-ciento-250-px
{
    width: calc(100% - 250px);
}
.anchura-100-por-ciento-300-px
{
    width: calc(100% - 300px);
}
.anchura-100-por-ciento-350-px
{
    width: calc(100% - 350px);
}
.anchura-100-por-ciento-400-px
{
    width: calc(100% - 400px);
}
.padding-0px-15px-0px-15px
{
    padding: 0px 15px 0px 15px !important;
}

@media (max-width: 1350px) {
    .tarjeta-ajustable-1350-100
    {
        width: 100% !important;
        max-width: 100% !important;
    }
  }

  @media (max-width: 1300px) {
    .tarjeta-ajustable-1300-100
    {
        width: 100% !important;
        max-width: 100% !important;
    }
  }