﻿* {
    margin: 0;
    padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

.oculto, .hide {
    display: none;
}

a {
    color: #ffffff;
}

.fondo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    margin: 0;
    z-index: -10;
    height: 100vh;
    width: 100vw;
}

img#imgbackground {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.fondo_oscuro {
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
}

body.login {
    margin: 0;
}

body {
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
}

    body.login ::-webkit-input-placeholder {
        color: #FFF;
    }

    body.login ::-moz-placeholder {
        color: #FFF;
    }

    body.login :-ms-input-placeholder {
        color: #FFF;
    }

#background, .background {
    position: absolute;
    z-index: -50;
    width: 100%;
    height: 100%;
}


.expresion {
    font-family: Kalinga;
    font-size: 40px;
    color: #5cd4fc;
    color: #FFFFFF;
    font-weight: bolder;
    text-align: center;
    min-width: 575px;
}

span.expresion {
    text-shadow: 1px 1px #000;
}

.cuerpo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
}

a:link.btnInscripcion {
    text-decoration: none;
    position: fixed;
    bottom: 5%;
    letter-spacing: 0.05em;
    line-height: 3.25em;
}

a:link.btnWhite {
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    line-height: 3.25em;
    border: 1px solid #eeeeee;
}

.cuerpoTexto {
    width: 40%;
    text-align: center;
    margin-right: 50px;
}

.cuerpoLogin {
    width: 25%;
    text-align: center;
    padding: 50px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-left: 1px solid #fff;
}

#txtloginUsername {
    min-width: 320px;
}

.divLogo img {
    width: 160px;
}

.tablalogin.button {
    border-left: 1px solid white;
    color: white;
    height: 38%;
    left: 55%;
    position: absolute;
    top: 42%;
    width: 20%;
    color: white;
}

.buttonLogin {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    line-height: 40px;
    margin: 20px 0;
    font-size: 15px;
    cursor: pointer;
}

    .buttonLogin:hover {
        background: #fff;
        color: #000;
    }

input[type=text], input[type=password] {
    display: block;
    background-color: transparent;
    border-bottom: solid 1px #FFF;
    border-radius: 0;
    line-height: 27px;
    color: #fff;
    outline: 0px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
	min-height: 25px;
}

    input[type=text]:active, input[type=password]:active {
        border: none;
        border: 0;
        border-bottom: solid 1px #FFF;
    }

input[type=checkbox] {
    margin: 5px;
}

label[for=lgLogin_UserName], label[for=lgLogin_Password] {
    min-width: 300px;
    color: #fff;
    text-shadow: 1px 1px #000;
}

#lgLogin_Password, #lgLogin_UserName {
    width: 100%;
    min-width: 320px;
}

    #lgLogin_UserName::placeholder {
        color: #ccc;
        font-style: italic;
    }

    #lgLogin_Password::placeholder {
        color: #ccc;
        font-style: italic;
    }

.tablalogin td {
    min-width: 100% !Important;
    display: inline-block;
    text-align: left;
}

.tablareset {
    width: 750px;
    height: auto;
    margin: 15% auto 0 auto;
}

.tablareset_logo {
    margin: 0 auto 40px auto;
    width: 160px;
}

    .tablareset_logo img {
        width: 159px;
    }

.tablareset_email {
    margin: 0 auto;
}

    .tablareset_email span {
        font-size: 17px;
        min-width: 300px;
        color: #fff;
        text-shadow: 1px 1px #000;
    }

#txtloginUsername::placeholder {
    color: #ccc;
    font-style: italic;
}

.tablareset_button {
    margin: 40px auto 0 auto;
    text-align: center;
    height: 45px;
}

a.buttonReset {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    margin: 20px 0;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 133px;
}

    a.buttonReset:hover {
        background: #fff;
        color: rgba(0, 0, 0, 0.8);
    }

.tablareset_info_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
}

.tablareset_info {
    text-align: center;
    color: #000;
    position: absolute;
    padding: 80px 50px;
    width: 500px;
    background: #ededed;
    top: 36%;
    left: 34%;
    height: auto;
    border-radius: 3px;
    box-shadow: 5px 5px 10px #000;
}

    .tablareset_info span {
        font-size: 20px;
    }

a.buttonReset_login {
    background: transparent;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    margin: 20px 0;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 133px;
}

    a.buttonReset_login:hover {
        background: #000;
        color: #ededed;
    }

a#lgLogin_PasswordRecoveryLink {
    font-size: 14px;
    text-shadow: 1px 1px #000;
}

.cabeceraReset {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

    .cabeceraReset span:first-child {
        font-size: 40px;
        font-weight: bold;
    }

    .cabeceraReset span {
        font-size: 20px;
        text-shadow: 1px 1px #000;
    }

.cajaReset {
    margin: 0 auto;
    width: 320px;
}


/*********************************************** COOKIES *************************************************/

.cookies {
    position: fixed;
    bottom: 0px;
    background: #F2F2F2;
    width: 100%;
    padding: 20px;
    border-radius: 3px;
    z-index: 50000;
    box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.2);
}

    .cookies .cookiesImg {
        text-align: center;
        margin-bottom: 10px;
        font-size: 12px;
    }

        .cookies .cookiesImg img {
            width: 60px;
        }

    .cookies .cookiesTxt {
        width: 60%;
        margin-left: 20%;
        margin-bottom: 25px;
        text-align: center;
    }

        .cookies .cookiesTxt span {
            color: #444;
            font-size: 12px;
        }

    .cookies .cookiesBtn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .cookies .cookiesBtn .btnCookieWhite {
            text-align: center;
            width: auto;
            color: #666;
            border: 0.5px solid #999;
            font-size: 10px;
            padding: 10px 15px;
            margin: 0px 10px;
            cursor: pointer;
            border-radius: 3px;
            text-decoration: none;
        }

            .cookies .cookiesBtn .btnCookieWhite.imp {
                text-align: center;
                width: auto;
                background: #00AEAE;
                color: #ffffff;
                border: 1px solid #00AEAE;
                font-size: 10px;
                padding: 10px 15px;
                margin: 0px 10px;
                cursor: pointer;
                border-radius: 3px;
                text-transform: uppercase;
                text-decoration: none;
            }

        .cookies .cookiesBtn a.btnCookieBlue {
            text-align: center;
            width: auto;
            color: #00AEAE;
            font-size: 10px;
            padding: 10px 15px;
            cursor: pointer;
            border-radius: 3px;
            text-decoration: none;
            text-transform: uppercase;
        }


.divCookies {
    margin: 25px;
    font-size: 12px;
    color: #666;
}

    .divCookies:hover {
        cursor: pointer;
    }

input[type="checkbox"] + label:before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 10px;
    float: left;
    border: 0.5px solid #999;
    border-radius: 3px;
    opacity: 0.5;
}

input[type="checkbox"]:checked + label:before {
    border-color: #999;
}

input[type="checkbox"]:checked + label:after {
    content: "";
    width: 8px;
    height: 2px;
    border: 2px solid #00AEAE;
    float: left;
    margin-left: -22px;
    border-right: 0;
    border-top: 0;
    margin-top: 4px;
    transform: rotate(-55deg);
}

input[type="checkbox"] {
    display: none;
}

.modalCookies {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1050px) {

    .cookies .cookiesTxt {
        width: 80%;
        margin-left: 10%;
    }
}

@media (max-width: 900px) {
    .modalCookies {
        top: 70px;
    }
}

@media (max-width: 750px) {

    .cookies {
        width: 100% !important;
    }

    .cookiesImg {
        margin-bottom: 5px;
    }

        .cookiesImg img {
            width: 80px;
        }

    .cookiesTxt {
        margin-bottom: 15px;
        line-height: 17px;
    }

        .cookiesTxt span {
            font-size: 14px;
        }

    .cookiesBtn {
        justify-content: space-around;
    }

    .btnCookieWhite, a.btnCookieBlue {
        padding: 7px 15px;
    }
}

@media (max-width: 700px) {

    .cookies .cookiesBtn .btnCookieWhite {
        margin: 30px 10px;
    }

    .divCookies {
        margin: 10px;
    }
}


@media (max-width: 550px) {
    .divCookies {
        margin: 5px;
    }
}


@media (max-width: 500px) {
    .cookies .cookiesBtn {
        display: block;
    }

        .cookies .cookiesBtn .btnCookieWhite {
            height: auto;
            margin: 10px 00%;
            width: 100%;
            font-size: 14px;
        }

            .cookies .cookiesBtn .btnCookieWhite.imp {
                height: auto;
                margin: 10px 00%;
                width: 100%;
                font-size: 14px;
            }

        .cookies .cookiesBtn a.btnCookieBlue {
            height: auto;
            margin: 10px 30%;
            width: 80%;
            font-size: 14px;
        }

    .divCookies {
        margin: 20px 10%;
        font-size: 14px;
    }

    .cookies .cookiesTxt span {
        font-size: 14px;
    }

    .cookies .cookiesTxt {
        width: 95%;
        margin-left: 2%;
    }
}



@media (max-width: 450px) {
    .cookies .cookiesBtn a.btnCookieBlue {
        margin: 10px 28%;
    }
}

@media (max-width: 400px) {
    .cookies .cookiesBtn a.btnCookieBlue {
        margin: 10px 25%;
    }
}

@media (max-width: 375px) {
    .cookies .cookiesBtn a.btnCookieBlue {
        margin: 10px 25%;
    }
}

@media (max-width: 360px) {
    .cookies .cookiesBtn a.btnCookieBlue {
        margin: 10px 24%;
    }
}

/*********************************************************************** MEDIA **************************************************************/

@media (max-width: 1300px) {

    .cuerpo {
        width: 90%;
    }

    .cuerpoLogin {
        width: 40%;
        padding: 50px 30px;
    }

    .cuerpoTexto {
        width: 45%;
    }
}

@media (max-width: 1200px) {

    .cuerpo {
        width: 90%;
        height: auto;
        margin: 20% auto 0 auto;
    }

    .cuerpoLogin {
        width: 40%;
        padding: 0;
        border: 0;
        margin: 0 auto;
    }

    .cuerpoTexto {
        width: auto;
    }
}

@media (max-width: 900px) {

    .cuerpo {
        width: auto;
        margin: 15px 0 0 0;
    }

    .cuerpoLogin {
        width: 100%;
        padding: 20px;
        margin: 0;
        text-align: left;
    }

    .cuerpoTexto {
        padding: 20px;
        text-align: left;
        margin: 0;
    }

    .expresion {
        font-size: 20px;
    }

    .tablareset {
        width: auto;
        height: auto;
        margin: 30% 10px 0 10px;
    }
}

@media (max-width: 600px) {

    .cuerpoLogin {
        padding: 20px;
    }
}
