/* 
    Document   : signup
    Created on : 29-ago-2012, 14:49:34
    Author     : jose
    Description:
        Hoja de estilos de la nueva pantalla de registro
*/
*{margin: 0; padding: 0}

body{
    background: url(../images/newlanding/backgrounds/green-noise.jpg);
}

#wrapper-signup{
    width: 80%;
    margin: auto auto;
    padding-top: 25px;
}


/*  #####  Barra superior #####  */
#header{
    height: 70px;
    position: relative;
    z-index: 8;    
    background: url(../images/newlanding/backgrounds/semi-transparent-grey.png);  
    margin: 0 auto;
}

.container1000autocenter {
   margin: 0px;
    padding: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
    display: block;
    margin: 0 auto;
    width: 1000px;
}

.brand{
    margin: 22px 0 0;
    position: relative;
    display: inline;
}

.logoconectamos {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
}

.buttonlogin {
    margin: 0px;
    padding: 0px;
    height: 35px;
    width: 105px;
    background: url(../images/newlanding/backgrounds/button_login.jpg) repeat-x;
    border: 1px solid #AA7E2C;
    float: right;
    margin-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 15px;
    text-align: center;
    box-shadow: 0px 0px 5px #333;
}

.buttonlogin a {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 0.9em;
    text-shadow: 0px 0px 2px #B27616;
    color: white;
    text-decoration: none;
    line-height: 35px;
}

/*  #####  Entrar con Facebook #####  */
 #fb-button{
    margin: 50px auto 15px auto;
    display: block;
    width: 300px;
    height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #3B5998;
    background: -moz-linear-gradient(top, #3B5998 0%, #3B5998 50%, #325190 50%, #325190 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3B5998), color-stop(50%,#3B5998), color-stop(50%,#325190), color-stop(100%,#325190));
    background: -webkit-linear-gradient(top, #3B5998 0%,#3B5998 50%,#325190 50%,#325190 100%);
    background: -o-linear-gradient(top, #3B5998 0%,#3B5998 50%,#325190 50%,#325190 100%);
    background: -ms-linear-gradient(top, #3B5998 0%,#3B5998 50%,#325190 50%,#325190 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5998', endColorstr='#325190',GradientType=0 );
    background: linear-gradient(top, #3B5998 0%,#3B5998 50%,#325190 50%,#325190 100%);
    box-shadow: 0px 3px 0px #213b6d;
    -moz-box-shadow: 0px 3px 0px #213b6d;
    -webkit-box-shadow: 0px 3px 0px #213b;
    padding: 10px;
    }

#fb-button span{
    border-left: 1px solid #627BA8;
    float: left;
    min-height: 20px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.logowrapper{
    border-right: 1px solid #2F4F85;
}

.fb-logo{
    float: left;
    width: 11px;
    height: 20px;
    background: url(../images/logos/f-facebook.png);
    margin-top: 7px;
    padding: 3px 8px;
    background-repeat: no-repeat;
    background-position: center;
}

/*  #####  Formulario de registro #####  */

.registerform .name{
    width: 35%;
}

.registerform .last-name{
    width:59%;
}
.registerform .mail{
    width:97%;
}

.registerform .pass{
    width:97% !important;
}

#formsignup{
    width:450px;
    margin: 20px auto;
}

.registerform{
    width: 100%;
    margin: 0 auto;
}
.registerform input{
    height: 30px !important;
    margin: 10px 0 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    line-height: 25px !important;
}

.signup-right .term{
    color: #221919;
    font-size: 0.8em;
    text-decoration:none;
    font-weight: bold;
}

.signup-right .term:hover{
    color: #666;
    font-size: 0.8em;
    text-decoration:underline;
}

.signupbutton{
    margin:10px 0 !important;
    width: 110px !important;
    height: 45px !important;
}

#formsignup .signup-right{   
   text-align: right;
   padding-right: 10px;
}

#formsignup p{
  
    margin: 10px auto;
    text-align: center;
}


/*  #####  ESTILOS VARIOS #####  */

#wrapper-signup h1{
    text-align:center;
    text-align: center !important;
    color: #666;
    font-size: 22px;
    line-height: 1.4; 
    margin-bottom: 25px;
}
#wrapper-signup h1 img{
    cursor: pointer;
}

.separator{
    background: url(../images/separator.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 550px;
    margin: auto;
}

/*  #####  FOOTER #####  */
#footer{
    margin: 0px;
    padding: 0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
}

#footer p {
    color: #666;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 0.7em;
    line-height: 20px;
    text-align: center;
}
#footer p a{
    color: #221919;
    text-decoration: none;
}