@font-face {
    font-family: Andalus;
    font-style: normal;
    font-weight: normal;
    src: url(http://www.neonauto.es/paginas/andalus0.eot);
}

#content {
    text-align: center;
    color: #0066b3;
}

@media screen and (max-width: 800px) {
    .logoSVG {
        width: 25px;
    }
}

.grouptop {
    position: relative;
    border: 2px solid #999;
    border-bottom-color: #CCC;
    vertical-align: middle;
    width: 14em;
    margin: 1em auto 0 auto;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

.groupbottom {
    position: relative;
    border: 2px solid #999;
    border-top: 0;
    vertical-align: middle;
    width: 14em;
    margin: 0 auto 1em auto;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

.grouptop input,
.groupbottom input {
    margin-bottom: 0;
    border: 0;
    height: 2em;
    outline: 0;
    font-size: 16px;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.svg {
    float: left;
    padding: 8px;
}

.boton {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #0066b3;
    color: #CCC;
    border-color: #CCC;
    padding: 5px 45px;
    margin: 1em;
    font-size: 18px;
    min-width: 160px;
    text-align: center;
}

.logoSVG {
    width: 250px;
    clear: both;
}

.anagramaSVG {
    width: 60px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.icon-user {
    background-image: url("/img/user.svg");
    width: 18px;
    height: 16px;
    margin: 9px 4px;
    float: left;
}

.icon-key {
    background-image: url("/img/password.svg");
    width: 18px;
    height: 16px;
    margin: 9px 4px;
    float: left;
}

/* Mensajes */

.mensaje-error,
.mensaje-ok,
#erroresRegistro,
#erroresRecordar {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.mensaje-error {
    font-size: 18px;
    color: #cc0000;
    margin: 12px auto;
    text-align: center;
}

.mensaje-ok {
    font-size: 20px;
    color: #0000CC;
    margin: 12px auto;
    text-align: center;
}

#erroresRegistro,
#erroresRecordar {
    display: none;
    color: #b00020;
    margin: 12px auto;
    text-align: left;
}

#erroresRegistro ul,
#erroresRecordar ul {
    margin: 0;
    padding-left: 20px;
}

/* Ayudas */

.ayuda-campo {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.2;
    color: #666;
    min-height: 16px;
    white-space: nowrap;
}

/* Tabla registro */

table.registro-table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 24px 10px;
}

table.registro-table td {
    vertical-align: top;
    text-align: center;
}

table.registro-table input[type="text"],
table.registro-table input[type="password"] {
    box-sizing: border-box;
    width: 160px;
    height: 30px;
    font-size: 16px;
}

table.registro-table input[type="text"].email-input {
    width: 260px;
}

table.registro-table select {
    box-sizing: border-box;
    width: 95px;
    height: 30px;
    font-size: 15px;
}

#mes_nacimiento {
    width: 150px;
}

table.registro-table .fecha-label {
    font-size: 10px;
}

.registro-botones td {
    padding-top: 12px;
}

@media screen and (max-width: 800px) {
    table.registro-table,
    table.registro-table tbody,
    table.registro-table tr,
    table.registro-table td {
        display: block;
        width: 100%;
    }

    table.registro-table {
        border-spacing: 0;
        max-width: 420px;
        margin: 0 auto;
    }

    table.registro-table tr {
        margin-bottom: 10px;
    }

    table.registro-table td {
        box-sizing: border-box;
        padding: 4px 0;
        text-align: center;
    }

    table.registro-table input[type="text"],
    table.registro-table input[type="password"],
    table.registro-table input[type="text"].email-input,
    table.registro-table select {
        width: 100%;
        max-width: 100%;
    }

    #mes_nacimiento {
        width: 100%;
    }

    table.registro-table .fecha-label {
        margin-top: 6px;
    }

    .registro-botones td {
        padding-top: 0;
    }

    .boton {
        width: 100%;
        max-width: 320px;
        margin: 8px auto;
        display: block;
    }

    .ayuda-campo {
        white-space: normal;
    }
}