
                






              

                /* autorización*/
                .formulario .linea_radio{
                    width: 100%;
                    margin: 5px 0 0 0;
                    padding: 0;
                }

                    .formulario .linea_radio .texto{
                        width:100%;
                        margin-bottom:10px;
                    }
                        .linea_radio .texto p{
                            width:55%;
                            margin:0;
                            float: left;
                            font-weight: normal;
                        }

                        .linea_radio .texto .autorizo{
                            width:45%;
                            float:left;
                            margin-top: 3px;
                        }

                            .linea_radio .texto .autorizo .grupo{
                                float: left;
                                padding: 0 5%;
                            }

                /* ------- */


                input[type=checkbox] {display: none;}

                .checkbox label {
                    width: 100%;
                    min-height: 20px;
                    margin-bottom: 0;
                    font-weight: normal;
                    cursor: pointer;

                }

                label {
                    display: inline-block;
                    max-width: 100%;
                }

                input[type="checkbox"], 
                input[type="checkbox"] {
                    position: absolute;
                    margin-top: 4px \9;
                    margin-left: -20px;
                }

                .i-checks input:checked + i:before {
                      width: 12px;
                      height: 12px;
                      background-image: url(../img/check.png);
                      background-position: 0px -11px;
                      top: 0;
                      left: 2px;
                }

                .i-checks > i:before {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 0;
                    height: 0;
                    background-color: transparent;
                    content: "";
                }

                .i-checks > i {
                    position: relative;
                    display: inline-block;
                    width: 15px;
                    height: 15px;
                    margin-right: 3%;
                    margin-left: 0;
                    line-height: 1;
                    vertical-align: middle;
                    background-color: #fff;
                    border: 1px solid #cfdadd;
                    float: left;
                }

                .i-checks input:checked + i {
                    border-color: #4e9331;
                }



                    .formulario .linea .fancy,
                    .formulario .linea .texto,
                    .formulario .linea .textoConfirmacion{
                        width: 85%;
                        float: left;
                        font-family: arial;
                        font-size: 12px;
                        color:#FFF;
                        text-decoration: none;
                    }

                  


                    .formulario .botonEnviar{
                        width: 40%;
                        padding-top: 5px;
                        float: right;
                    }

                        .formulario .botonEnviar a{
                            width: 60%;
                            background-image: url(../img/boton.jpg);
                            background-position: 0px -15px;
                            color: #fff;
                            font-size: 16px;
                            float: right;
                            font-family: arial;
                            font-weight: bold;
                            display: block;
                            text-align: center;
                            text-decoration: none;
                            padding: 5%;
                            border-radius: 5px;
                        }

                span.msgError {
                    position: absolute;
                    bottom: 0;
                    color: #ff8080 !important;
                    font-size: 11px !important;
                    font-family: Arial !important;
                    padding-left: 3px;
                    display: block;
                }

                /*autorización*/
                span.msgAutorizacion01, 
                span.msgAutorizacion02{
                    position: relative;
                    display: inline-block;
                }
                



    footer{
        width: 100%;
        float: left;
    }

        .mainFooter{
            text-align: center;
            margin: 0;
            padding: 1.5%;
            background-color: #ededed;
        }

        .legal{
            text-align: center;
            padding: 1%;
            background-color: #dcdcdc;
        }
            .mainFooter p,
            .mainFooter p a,
            .legal p{
                font-family: arial;
                margin: 0;
                font-size: 14px;
                color: #969696;
                text-decoration: none;
            }

            .legal p{
                color: #4c4c4c;
                font-size: 13px;
                opacity: 0.5;
            }

    #divTerminos {
        display:none;
        font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
        color: #4e4e4e;
        font-size: 14px;
        padding-right: 15px;
        line-height: 18px;
        
    }

    .fancybox-skin{
        padding: 30px!important;
    }

    .fancybox-inner{
        overflow-x:hidden!important;
    }




/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}