		/* CLIENT-SPECIFIC STYLES */
        body, table, td, a {
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
        }
        /* Prevent WebKit and Windows mobile changing default text sizes */
        table, td {
            mso-table-lspace: 0pt;
            mso-table-rspace: 0pt;
        }
        /* Remove spacing between tables in Outlook 2007 and up */
        /*img {
            -ms-interpolation-mode: bicubic;
        }*/
        /* Allow smoother rendering of resized image in Internet Explorer */

        /* RESET STYLES */
        /*img {
            border: 0;
            height: auto;
            line-height: 100%;
            outline: none;
            text-decoration: none;
        }*/

		.form-horizontal .form-group{
			margin-left:-5px;
			margin-right:-5px;
			
		}
        table {
            border-collapse: collapse !important;
        }

        body {
            height: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            width: 100% !important;
        }

        /* iOS BLUE LINKS */
        a[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }

        /* ANDROID CENTER FIX */
        div[style*='margin: 16px 0;'] {
            margin: 0 !important;
        }

        .LabelFormTitleMainAux {
            text-align: left;
            font-size: 30px;
            color: #FF3B33;
        }

        .LabelFormTitleMain {
            text-align: left;
            font-size: 30px;
            color: #FF3B33;
            font-weight: bold;
        }

        .LabelFormTitle {
            text-align: left;
            font-size: 20px;
            color: #595B61;
            font-weight: bold;
        }

        .LabelFormMonto {
            text-align: left;
            font-size: 15px;
            color: #595B61;
            font-weight: bold;
        }

        .LabelFormTitleAux {
            text-align: left;
            font-size: 14px;
            color: #595B61;
            font-style: italic;
        }

        .LabelForm {
            font-size: 16px;
            color: #595B61;
            /*padding-top: 10px;*/
            vertical-align: bottom;
        }

        .chkFormulario {
            font-size: 13px;
            /*color: #FF3825;*/
            padding-left: 5px;
        }

        .terminosCondiciones {
            font-size: 16px;
            font-weight: bold;
            color: red;
            padding-left: 5px;
        }

        .LabelFormradioButton {
            font-size: 12px;
            color: #595B61;
            padding-left: 2px;
        }

        .controlForm {
            /*background-color:#ECECED;
            border-style:solid;
            border-radius:20px;
            border-color:#ECECED;*/
        }

        .divControl {
            height: 50px;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .labelMundo {
            /*background-color: lightgray;*/
            font-size: 13px;
            color: black;
            width: 100%;
            flex-direction: row;
            justify-content: flex-end;
            text-align: right;
            line-height: 26px;
            margin-bottom: 10px;
        }

        .controlMundo {
            background-color: whitesmoke !important;
            border-style: none;
            /*border-color: lightgray;*/
            color: black;
            text-align: left;
            width: 100%;
            border-radius: 10px;
            height: 35px;
            padding-left: 5px;
			
            font-size: 12px;
        }

        controlMundoDisable {
            background-color: grey !important;
            border-style: none;
            /*border-color: lightgray;*/
            color: black;
            text-align: left;
            width: 95%;
            border-radius: 10px;
            height: 35px;
            padding-left: 10px;
            font-size: 12px;
        }

        .imgTarjetas {
            height: 35px;
            /*width: 70px;*/
            padding-left: 5px;
        }

        .imgEfectivo {
            height: 35px;
            /*width: 70px;*/
            padding-left: 5px;
        }

        .imgPagoVisa {
            height: 35px;
            width: 70px;
            padding-left: 5px;
        }

        .imgPagoAmex {
            height: 35px;
            width: 70px;
            padding-left: 5px;
        }

        .imgPagoMaster {
            height: 35px;
            width: 70px;
            padding-left: 5px;
        }

        .imgPagoNaranja {
            height: 35px;
            width: 70px;
            padding-left: 5px;
        }

        .imgPagoRapipago {
            height: 35px;
            width: 70px;
            padding-left: 5px;
        }

        .imgPagoFacil {
            height: 30px;
            width: 60px;
            padding-left: 5px;
        }


        .imgMacroClick
        {
            width: 200px;
            cursor: pointer;
            height:60px;
        }

        .divMacroClick
        {
            text-align: center;
            width: 100%;
            margin-top: 20px;
        }

        .imgMobbex
        {
            width: 100px;
            cursor: pointer;
            height:60px;
        }

        .divMobbex
        {
            text-align: center;
            width: 100%;
            margin-top: 20px;
        }

        .imgdLocal
        {
            width: 100px;
            cursor: pointer;
            height:60px;
        }

        .divdLocal
        {
            text-align: center;
            width: 100%;
            margin-top: 20px;
        }

        .banner {
            background-color: #CD3534;
            border-color: #CD3534;
        }
        /* MOBILE STYLES */
        @media screen and (max-width: 525px) {

            /* ALLOWS FOR FLUID TABLES */
            .wrapper {
                width: 100% !important;
                max-width: 100% !important;
            }

            /* ADJUSTS LAYOUT OF LOGO IMAGE */
            .logo img {
                margin: 0 auto !important;
            }

            /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */
            .mobile-hide {
                display: none !important;
            }

            .img-max {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
            }

            /* FULL-WIDTH TABLES */
            .responsive-table {
                width: 100% !important;
            }

            /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */
            .padding {
                padding: 10px 5% 15px 5% !important;
            }

            .padding-meta {
                padding: 30px 5% 0px 5% !important;
                text-align: center;
            }

            .padding-copy {
                padding: 10px 5% 10px 5% !important;
                text-align: center;
            }

            .no-padding {
                padding: 0 !important;
            }

            .section-padding {
                padding: 50px 15px 50px 15px !important;
            }

            /* ADJUST BUTTONS ON MOBILE */
            .mobile-button-container {
                margin: 0 auto;
                width: 100% !important;
            }

            .mobile-button {
                padding: 15px !important;
                border: 0 !important;
                font-size: 16px !important;
                display: block !important;
            }


            .imgPagoVisa {
                height: 30px;
                width: 60px;
                padding-left: 0px;
            }

            .imgPagoAmex {
                height: 20px;
                width: 40px;
                padding-left: 0px;
            }

            .imgPagoMaster {
                height: 30px;
                width: 60px;
                padding-left: 0px;
            }

            .imgPagoNaranja {
                height: 20px;
                width: 40px;
                padding-left: 0px;
            }

            .imgPagoRapipago {
                height: 30px;
                width: 60px;
                padding-left: 0px;
            }

            .imgPagoFacil {
                height: 20px;
                width: 40px;
                padding-left: 0px;
            }

            .imgTarjetas {
                height: 20px;
                /*width: 70px;*/
                padding-left: 5px;
            }

            .imgEfectivo {
                height: 20px;
                /*width: 70px;*/
                padding-left: 5px;
            }

            .imgMacroClick
            {
                height: 30px;
                width: 120px;
                cursor: pointer;
            }

            .divMacroClick
            {
                text-align: center;
                width: 100%;
                margin-top: 5px;
            }
        }