
.new_customers {
    border: 1px solid #ccc;
    float: left;
    margin: 20px 0 0;
    min-height: 345px;
    padding: 10px;
    width: 90%;
}
.login_or_create {
    border-bottom: 1px solid #ccc;
    color: #0a263c;
    font-family: roboto;
    font-size: 20px;
    margin: 0;
    width: 100%;
}
.new_p {
    border-bottom: 1px solid #ccc;
    color: #e82426;
    font-weight: 700;
    text-transform: uppercase;
}
.descripcion_new {
    float: left;
    margin: 20px 0 0;
}
.left_div {
    float: left;
    width: 50%;
}
.crear_cuenta {
    background: #ddd none repeat scroll 0 0;
    border-color: #bbb6a5;
    border-style: none solid solid;
    border-width: 1px;
    float: left;
    padding: 10px;
    width: 90%;
}
.link_cuenta_nueva {
    background: #f8af40 none repeat scroll 0 0;
    color: #000;
    float: right;
    font-weight: 700;
    padding: 5px 10px;
    text-decoration: none;
}
.gris_login {
    color: #666;
    float: left;
    font-weight: 700;
    margin: 10px 0 0;
    width: 100%;
}
.new_customers > input[type="email"], .new_customers > input[type="password"] {
    float: left;
    height: 30px;
    margin: 5px 0 0;
    width: 80%;
}
.new_customers > label {
    float: left;
    margin: 10px 0;
}
.crear_cuenta > input[type="submit"] {
    background: #f8af40 none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    float: right;
    font-weight: 700;
    padding: 5px 10px;
}
.olvido {
    color: #1e7ec8;
    float: left;
    font-size: 13px;
    margin: 3px 0 0;
}
.left_div.rights .new_customers {
    min-height: 343px;
}
fieldset {
    background: #fbfaf6 none repeat scroll 0 0;
    border: 1px solid #bbafa0;
    margin: 10px 0 0;
    padding: 10px 1%;
    width: 98%;
}
.div_forms {
    float: left;
    width: 50%;
}
.div_forms > label {
    float: left;
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0 0;
    width: 100%;
}
#info_cliente input[type="text"] {
    height: 30px;
    width: 90%;
}
#info_cliente input[type="tel"], #info_cliente input[type="email"] {
    height: 30px;
    width: 90%;
}
legend {
    background: #f9f3e3 none repeat scroll 0 0;
    border: 1px solid #f19900;
    color: #e76200;
    font-size: 13px;
    font-weight: 700;
    padding: 0 8px;
    position: relative;
}
#info_cliente input[type="submit"] {
    background: #f8af40 none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 10% 0 0;
    padding: 5px 10px;
}
.tipo_usuario {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}
.tipo_usuario > label {
    float: left;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px 0 0;
}
.tipo_usuario > input {
    float: left;
    margin: 5px 0 0;
}
.tecsa_advertencia {
    color: #696969;
    font-family: roboto;
    font-size: 36px;
    font-weight: 300;
    margin: 20px 0;
    text-align: center;
}
.cincuenta {
    float: left;
    width: 50%;
}
.cincuenta > label {
    color: #666;
    float: left;
    font-weight: 700;
    margin: 10px 0 0;
    width: 100%;
}
.cincuenta input {
    float: left;
    height: 30px;
    width: 95%;
}
#actualiza_datos > input {
    background: #f8af40 none repeat scroll 0 0;
    border: medium none;
    clear: both;
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 5px 10px;
}
.error_login {
    color: red;
    float: left;
    font-weight: 800;
    margin: 0;
    width: 100%;
}
#recuperando label {
    color: #999;
    float: left;
    font-weight: 800;
}
#correo_contrasena {
    clear: both;
    float: left;
    height: 30px;
    width: 45%;
}
#recuperando input[type="submit"] {
    background: #f8af40 none repeat scroll 0 0;
    border: medium none;
    clear: both;
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 5px 10px;
}
.contenido2.menos {
    min-height: 550px;
}
@media only screen and (max-width: 750px) {
	.left_div {
		width: 100%;
	}
	.new_customers {
		min-height: 0;
	}
	.new_customers {
		min-height: 0 !important;
	}
}

