﻿#FondoRegistro
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

#ContenidoRegistro
{    
    position: absolute;
    width: 70%;
    max-width: 930px;
    min-width: 400px;
    height: 80%;
    max-height: 440px;
    top: 100px;
    left: 400px;
    background-color: #ffffff;
    padding: 40px 70px 40px 70px;
    box-sizing: border-box;
    z-index: 7;
}

#FondoTransparente
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 6;
}

.UsuarioExistente
{
    position: relative;
    width: 50%;
    max-width: 370px;
    min-width: 235px;
    float: left;
    border: 1px solid #00d3e3;
    margin-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.NuevoUsuario
{    
    position: relative;
    width: 50%;
    max-width: 370px;
    min-width: 235px;
    float: left;
    border: 1px solid #00d3e3;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.CapaCerrar
{
    position: absolute;
    top: -16px;
    right: -16px;
    background-color: Black;
    color: #ffffff;
    font-size: 20px;
    font-family: Arial;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
    box-sizing: border-box;
}

.ElementoRegistro
{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ElementosReducidos
{    
    text-align: center;
    float: left;
    position: relative;
    width: 80%;
    min-width: 150px;
    font-family: trebuchet-regular;
}

.ElementoRegistroReducido
{
    text-align: center;
    float: left;
    width: 50%;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.TituloApartadoCampo
{
    font-family: Trebuchet-Bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #63656a;
    text-align: center;    
}

.TextBoxRegistro
{
    border: 1px solid #9c9c9c;
    width: 80%;
    min-width: 150px;
    padding: 7px 5px 7px 5px;
    /* line-height: 16px; */
    font-size: 12px;
    font-family: trebuchet-regular;
    box-sizing: border-box;
    color: #63656a;
}

.TextBoxRegistroReducido
{
    border: 1px solid #9c9c9c;
    width: 38%;
    min-width: 130px;
    padding: 7px 5px 7px 5px;
    /* line-height: 16px; */
    font-size: 12px;
    font-family: trebuchet-regular;
    box-sizing: border-box;
    color: #63656a;
}

.Condiciones
{
    /* width: 80%; */
    text-align: center;
    min-width: 150px;
    padding: 7px 10% 7px 10%;
    /* line-height: 16px; */
    font-size: 12px;
    font-family: trebuchet-regular;
    box-sizing: border-box;
    color: #63656a;
}

.TextoEnlaceCondiciones, a.TextoEnlaceCondiciones:link, a.TextoEnlaceCondiciones:visited, a.TextoEnlaceCondiciones:active
{
    font-family: Trebuchet-regular;
    font-size: 11px;
    color: #63656a;
    text-decoration: none;
    cursor: pointer;
}

.TextoEnlaceCondiciones:hover, a.TextoEnlaceCondiciones:hover
{    
    text-decoration: underline;
    cursor: pointer;
}

.BotonRegistro, a.BotonRegistro:link, a.BotonRegistro:visited 
{
    border: 1px solid #6c7175;
    background: #cbf2ee;
    display: inline-block;
    color: #6c7175;
    font-family: Trebuchet-bold;
    font-size: 10px;
    padding: 12px 20px 10px 20px;
    text-align: center;
    /* text-transform: uppercase; */
    /* border-radius: 4rem; */
    -webkit-backface-visibility: hidden;
    text-decoration: none;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    min-width: 200px;
    width: 40%;  
    cursor: pointer;
}

.BotonRegistro:hover, a.BotonRegistro:hover  
{
    /*border: 1px solid #cbf2ee;
    color: #cbf2ee;
    background: #6c7175;*/
    text-decoration: none;
    transform : scale(1.1);
	-moz-transform : scale(1.1); /* Firefox */
	-webkit-transform : scale(1.1); /* Chrome - Safari */
	-o-transform : scale(1.1); /* Opera */
	-ms-transform : scale(1.1); /* IE9 */
    -webkit-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
}