﻿* {
    margin: 0;
    padding: 0;
}

a:link {
    text-decoration: none;
    color: white;
}

a {
    text-decoration: none;
    color: white !Important;
}


body {
    background-color: #E8E8E8;
    margin: auto;
}


#form1 {
    margin: auto;
    text-align: center;
}

#imagenfondo {
    width: 100%;
    /*width: 1280px;*/
    /*min-width: 1280px;*/
    /*position: relative;*/
    display: block;
}

#imagenmovil {
    /*visibility: hidden;*/
    /*position: absolute;*/
    display: none;
}

footer {
    background-color: #2895D6;
    /*height: 20%;*/
    /*width: 1280px;
    min-width: 1280px;*/
    border-radius: 0 0 10px 10px;
}

#footer {
    text-align: center;
    margin: auto;
}


.link {
    margin: auto;
    text-align: center;
    width: 60%;
}

    .link i {
        margin: auto;
        text-align: center;
        padding-top: 20px;
        /*width: 20%;*/
        color: white;
    }

    .link p {
        font-size: 22px;
        font-family: Arial;
        /*width: 20%;*/
        text-align: center;
        margin: auto;
    }



@media screen and (max-device-width: 480px) and (orientation: portrait) {
    body {
        background-color: #024c83;
    }

    #divform {
        height: 100%;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    #form1 {
        margin: auto;
        text-align: center;
        width: 100%;
        height: 100%;
    }

    #imagenfondo {
        /*position: absolute;*/
        /*visibility: hidden;*/
        display: none;
    }

    #imagenmovil {
        /*position: relative;*/
        /*visibility: visible;*/
        display: block;
        width: 100%;
        padding-top: 10%;
    }

    #links {
        padding-top: 1%;
        padding-bottom: 5%;
    }
}
