﻿

.Imglines {
    background-image: url(images/lines.jpg);
}

.containerHeadCedula {
    position: relative;
    display: inline-block;
}

.MW100HA {
    display: block;
    max-width: 100%;
    height: auto;
}

.MousePointerRed {
    cursor: pointer;
    color: red;
    font-size: 50px !important;
}

.vFontCalibri21 {
    font-family: Calibri, Tahoma, Arial;
    font-size: 21px;
    color: #A1A1A1;
    width: 100%;
}

.ImgScrol {
    height: 11px;
    margin-top: 15px;
}

.colorSize25 {
    color: #5d5b5b;
    font-weight: bold;
    font-size: 25px !important;
}

.colorSize {
    color: #5d5b5b;
    font-weight: bold;
}

.FZ17-P10 {
    padding: 10px;
    font-size: 17px !important;
    text-align: justify;
}

.sh1 {
    display: inline-block;
    font-size: calc(1em + 2vw);
    padding-left: 40px;
}

.sh4 {
    display: inline-block;
    font-size: calc(0.7em + 1vw);
    color: #939393;
    padding-left: 40px;
}

.TextAbsolute {
    position: absolute;
    height: 100%;
    text-align: left;
    width: 100%;
}

    .TextAbsolute:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.TextAbsolutePT25 {
    position: absolute;
    height: 85%;
    text-align: left;
    width: 100%;
    padding-top: 25px;
}

    .TextAbsolutePT25:before {
        content: '';
        display: inline-block;
        height: 85%;
        vertical-align: bottom;
        padding-top: 50px;
    }
.H11-MT15 {
    height: 11px;
    margin-top: 15px;
}

.FontZise30 {
    font-size: 30px !important;
    color: #C4C4C4;
}

.vFontfamily {
    font-family: Calibri, Tahoma, Arial;
    font-size: 21px;
    color: #939393;
    width: 100%;
}
.vFontWhite30 {
    font-size: 30pt !important;
    color: #eee;
    font-weight: normal;
}
.vFontWhite26 {
    font-size: 26pt !important;
    color: #eee;
    font-weight: normal;
}
.ColorBlack {
    color: #515151;
}

.ColorGray {
    color: #A1A1A1;
}

.ColorBlack-FZ22 {
    color: #515151;
    font-size: 22px !important;
}

.BackGroundGray {
    background: #F3F3F3;
}

.BackGroundWhite {
    background: white;
}

.BackgroundGrayBlue {
    background: #DEE2E6;
}
/***************** BORDERS *********************/
.RadiusBT3 {
    padding: 10px;
    font-size: 17px !important;
    text-align: justify;
    border-top: 3px solid #e5e5e5;
    border-left: 3px solid #e5e5e5;
    border-radius: 25px 0px 0px 25px;
    position: relative;
    margin-left: 10px;
    margin-right: 30px;
    color: #515151;
}

.RadiusFont {
    padding: 10px;
    font-size: 19px !important;
    text-align: justify;
    border-top: 3px solid #942342;
    border-left: 3px solid #942342;
    border-radius: 25px 0px 0px 25px;
    position: relative;
    margin-left: 10px;
    margin-right: 30px;
    color: #515151;
    font-weight: bold;
}

.borders-radius {
    border: #515151 2px solid;
    border-radius: 15px 15px 15px 15px;
}

.BB3 {
    border-bottom: 3px solid #F3F3F3;
}

.BL3 {
    border-left: 3px solid #F3F3F3;
}

.BR3PX {
    border-right: 3px solid #F3F3F3;
}

.BR3 {
    border-right: 3px solid #F3F3F3;
}

.BT3 {
    border-top: 3px solid #F3F3F3;
}

/***************** PADINGS *********************/
.PV10 {
    padding-left: 10px;
    padding-right: 10px;
}

.PH30 {
    padding-left: 30px;
    padding-right: 30px;
}

.PT20 {
    padding-top: 20px !important;
}

.PT30 {
    padding-top: 30px !important;
}

.PB20 {
    padding-bottom: 20px;
}

.PB40 {
    padding-bottom: 40px;
}

.PB15 {
    padding-bottom: 15px;
}
.PB80 {
    padding-bottom: 80px;
}
.PL50 {
    padding-left:50px;
}
.W40 {
    width: 40%;
}
.W80 {
    width: 80%;
}
/*******************************MINIMOS Y MAXIMOS*/
.minH300 {
    min-height: 300px;
}
/*******************************SHADOWS*/
.vFntShadowBlack {
    text-shadow: 5px 5px 10px #333;
}

/*******************************POSICIONES*/
.PosA {
    position:absolute;
}
.PosR {
    position:relative;
}

