:root {
	--rojo:#6666ff;
	--boton:#fff;
	--fondo-registros:#cccccc;
	--boton-seleccion:#e29321;
	--fondo-menu:#fff;
	--fondo-reservado-anular:#fff;
	--texto-reservado-anular:#6666ff;
	--fondo-reservado:#6666ff;
	--texto-reservado:#fff;
	--texto-boton:#fff;
	--objetos-seleccion-hora:#6767ff;
	--menubg:#fff;
	--menu-seleccion-bg:#eeefff;
	--fondo-menu:#fff;
	--fondo-idiomas:#ffffff;
	--texto-idiomas:#606078;
	--boton-seleccion-google:#dc5246;
	--boton-seleccion-email:#898989;
	--boton-seleccion-fb:#ec7e1d;
	--fondoLoginPanel:rgba(255,255,255,0.85);
	--texto-background:#777777;
}

/* Close Button */

#divmsg {
    display: block;
    position: fixed;
    z-index: 9000;
    overflow: hidden;
    width: 100%;
    height: 100%;
	
}

.hidden {
display:none!important;
}

#loginoutreg ul {
	padding: 0;
}

#loginoutreg ul:not(.seleccionsalon) {
	margin: 10px;
}
	
.contselectsalon label {
  margin-left:0!important;
  display: block;
  position: relative;
  border: 3px solid #fff;
  border-radius: 3px;
  color: #fff;
  /*white-space: nowrap;*/
  cursor: pointer;
  user-select: none;
  transition: background-color .2s*/;
  height:100%;
}

.sexo label {
	margin-left:0!important;
	display: inline-block;
	position: relative;
	border: 3px solid #fff;
	border-radius: 3px;
	color: #fff;
	padding:10px 10px 10px 30px;
	margin:15px;
	cursor: pointer;
	user-select: none;
	transition: background-color .2s*/;
	height:100%;
}
.sexo{
	margin: 0 0 0 0;
	padding:0 0 0 0;
	background-color:#fff;
}

.sexo label::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 15px;
  height:15px;
  border: 3px solid #fff;
  border-radius: 100px;
  transition: background-color .2s;
}

.sexo label:hover, .sexo input:focus + label {
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}

.sexo label:hover, .sexo input:focus + label::before {
  background-color: #fff;
}

.sexo input:checked + label {
  background-color: rgba(240,90,70,0.5);/*#ab576c;*/
}

.sexo input:checked + label::before {
  background-color: #fff;
}

.labelsalon {
	margin:0 0;
}

.selsalon{
	margin: 0 0;
	height:320px;
	overflow-x:hidden;
	overflow-y:auto;
}

.selsalon li{
	margin: 0 0!important;
}
	
.contselectsalon label:hover, .contselectsalon input:focus + label {
  box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

.contselectsalon label:hover, .contselectsalon input:focus + label::before {
  background-color: #fff;
}

.contselectsalon input:checked + label {
  background-color: var(--boton-seleccion-fb); /*rgba(240,90,70,0.5);/*#ab576c;*/
}

.contselectsalon input:checked + label::before {
  background-color: #fff;
}

.wrapper1sl:nth-child(n+3) {
	font-size:1.1em;
}

.wrapper2sl:nth-child(n+1){
	font-size:12px!important;
}

.wrapper0sl {
	width: 100%;
	display: inline-block;
	    margin: 1px 0 0 5px;
}

.button {
	margin:40px 0!important;
}

.icon-big {
	font-size:14px!important;
}
	
.nopadding {
	padding:0 0;
	display:inline-block;
	width:340px;
}

.jumping-left{
  animation-duration: 2s;
 -webkit-animation: jump 1.5s ease 0s infinite normal ;
 animation: jump 1.5s ease 0s infinite normal ;
}

@-webkit-keyframes jump {
  0%{
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
  }
  25%{
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
  }
  100%{
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
  }
}

@keyframes jump {
  0%{
	transform: translateX(-10px);
  }
  25%{
	transform: translateX(-40px);
  }
  100%{
	transform: translateX(-10px);
  }
}


.nopadding{
/*padding:0 0 0 0;*/
}
	
[class*='close-'] {
  color: #fff;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  right: 5px;
  border-radius:20%;
  border-style:solid;
  border-color:#ffffff;
  background-color:#ff0000;
  border-width:2px;
}

.close-classic:after {
  content: 'X'; /* ANSI X letter */
}

.close-thin:after {
  content: '×'; /* UTF-8 symbol */
}

.close-thik:after {
  content: '✖'; /* UTF-8 symbol */
}

html {
	    vertical-align: baseline;
}
body {
	padding:0 auto;
	margin:0 auto;
}

/*Change text in autofill textbox*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

input, select, textarea {
	-webkit-appearance: none;
	-webkit-border-radius:0;
	border-radius:0;
}

input[type='checkbox'], input[type='radio'] {
	-webkit-appearance: checkbox!important;
	appearance: checkbox!important;
	-webkit-border-radius:2px!important;
	border-radius:2px!important;
}

.background h2{
    position: relative;
    font-weight: 100;
    font-style: normal;
    font-family: 'JosefinSansRegular';
    color: var(--texto-background);
    font-size: 36px;
    text-align: center;
    line-height: 36px;
    margin-top: 15px;
    margin-left: 0;
}


#contenedor_global{
	position:absolute;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	min-height:560px!important;
}


.bg {
	position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.centered-register {

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#page-wrap {
	position:absolute;
    width: 420px;
    /*height: 560px;*/
    background: 0;
    z-index: 200;
    box-sizing: content-box!important;
	border-radius:8px;
	overflow:hidden;
	box-shadow:1px 1px 100px -10px black;
}

#page-wrap-register {
	position:relative;
    width: 750px;
    height: 560px;
    background: 0;
    z-index: 2;
    box-sizing: content-box!important;
}

.middlepartnofb {
	display:inline-block;
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
	/*padding:5px;*/
	background-color:var(--fondoLoginPanel);	
}

.middlepart {
	float:left;
	width:199px;
	height:100%;
	overflow:hidden;
	padding:5px;
	background-color:var(--fondoLoginPanel);
}

div.middlepart:nth-child(2) {
	margin:0 0 0 2px!important ;
}

.gapfix2 {
	height:105px;
}
.contenidologin{
	overflow:hidden;
	position:relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

.logocontent {
	position:relative;
	width:100%;
	height:105px;
	color:#ffffff;
}

.background {
    position: absolute;
    background-color: var(--fondoLoginPanel);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#11ffffff',endColorstr='#11ffffff');
    width: 100%;
	height:100%;
}

.background-white {
	position: absolute;
    background-color: rgb(250,250,250);
    width: 100%;
	height:100%;
}

.flip-container {
    margin-top: 3px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    height: 105px;
	background:0!important;
	overflow:hidden;
	z-index: 2;
	background-color: rgba(190,190,190,0.55);
}

.flip-container2 {
    margin-top: 3px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    height: 65px;
	background:0!important;
	overflow:hidden;
	z-index: 2;
}

.flip-container-button {
    margin-top: 3px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    height: 50px;
	background:0!important;
	overflow:hidden;
	z-index: 2;
	display:block;
}

.form-container {
    margin-top: 3px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
	text-align:center;
	background:0!important;
	background-color:#ffffff!important;
	border-top:10px;
	border-color:#6767ff;
	overflow:hidden;
	z-index: 2;
}

.logincontainer-input input{
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.logincontainer{
	height:380px;
}

.regcontainer {
	height:380px;
}

.linecontent {
	/*height:120px!important;*/
	margin:0 0 0 0!important;
	z-index: 2;
}

.loginboxcont {
	height:100%;
	border:0;
	padding:0;
}

/*
en principal.css
.fieldcontent {
	margin:2px 0 2px 0;
	overflow:hidden;
	background-color:var(--fondo-registros);
	border-radius: 3px;
	border-color:trasparent;
	margin:0px 0px auto;
	color:#ffffff;
	display:flex;
}
*/

.fieldcontent-blue {
	margin:2px 0 2px 0;
	overflow:hidden;
	border-radius: 3px;
	border-color:trasparent;
	margin:0px 0px auto;
	min-height:40px;
	/*width:85%;*/
	color:#ffffff;
	display:flexbox;
	text-align:center;
	color:var(--texto-boton-navegacion);
	cursor:pointer;
	line-height:40px;
	background-color:var(--menu-seleccion-bg);
}

.fieldcontent-fb {
	background-color:var(--boton-seleccion-fb);
	color:var(--texto-boton-navegacion)!important;
}

.fieldcontent-red {
	background-color:var(--boton-seleccion-google);
	color:var(--boton)!important;
}

.fieldcontent-email {
	background-color:var(--boton-seleccion-email);
	color:var(--boton)!important;
}

.fieldcontent-big {
	margin-top:1px;
	height:50px;
	font-size:1.2em;
	line-height:50px;
	text-align:left;
	padding-left:10px;
}	

.disabled {
	background-color:rgba(60,60,60,.5)!important;
	cursor:not-alowed!important;
}
	


.fieldcontent:hover {
	background-color:#fcfcfc;
	-webkit-transform:all 0.5;
	box-shadow:inset 0px -4px 0px var(--menu-seleccion);
	color:var(--menu-seleccion);
}

.fieldcontent:focus {
	background-color:#fcfcfc;
	-webkit-transform:all 0.5;
	box-shadow:inset 0px -4px 0px var(--menu-seleccion);
}


.fieldtext {
	/*float:left;*/
	width:calc(100% - 50px);
}


.login-title{
	font-size:1.3em;
	font-weight:normal;
	vertical-align: middle;
}

.inputform {
	width:100%;
}

.empty {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
}

.logbutton2 {
	
	overflow:hidden;
	margin-top:-15px;
	padding:0 3px;
	width:180px;
}

.logbutton2nofb {
	/*position:absolute;*/
	overflow:hidden;
	margin-top:-15px;
	padding:5px 25px;
	width:100%;
}

.logbutton2 p, .logbutton2nofb p {
	color: var(--texto-background);
    font-weight: 100;
    font-style: normal;
    font-family: 'JosefinSansRegular';
    font-size: 20px;
	line-height:10px;
	vertical-align:top;
	
}
.logbutton2 p:nth-child(2), 
.logbutton2nofb p:nth-child(2){
    font-family: 'JosefinSansRegular';
    font-size: 14px;
	margin-top:-10px;
	line-height:12px;
}

.clear {
	overflow:hidden;
	border:0px;
	height:1px;
	width:100%;
}

#loginout, 
#loginout-login,
#loginoutreg, 
#loginoutreg-login{
	overflow:hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;	
	z-index: 2;
}

#loginout:not(.fb-data-fill), #loginoutreg:not(.fb-data-fill),
#loginout-login:not(.fb-data-fill), #loginoutreg-login:not(.fb-data-fill) {
    margin-top: 3px;
	margin-bottom: 3px;
	background-color:#6767ff!important;
	background:0!important;
}

#loginout:not(.logtusdatos):not(.fb-data-fill), #loginoutreg:not(.logtusdatos):not(.fb-data-fill),
#loginout-login:not(.logtusdatos):not(.fb-data-fill), #loginoutreg-login:not(.logtusdatos):not(.fb-data-fill) {
	height:360px;
	max-height:400px;
	margin:0;
}

#loginout.fb-data-fill, #loginoutreg.fb-data-fill,
#loginout-log.fb-data-fill, #loginoutreg-log.fb-data-fill {
	height:400px;
	max-width: 440px;
}
	
.logtusdatos {
	/*min-height:560px;*/
}

#logininreg, #logininreg-login {
	/*
	width:auto;
	max-height:420px;
	*/
	position:relative;
	float:left;
	margin-left:0;
	/*top: 4px;*/
	background-color: #ffffff;
	text-align: center;
	padding: 0;
	/*-webkit-transition:all 0.5s ease-in-out;*/
	-webkit-transition:margin 0.5s cubic-bezier(.85,-0.01,.19,.99);
	transition:margin 0.5s cubic-bezier(.85,-0.01,.19,.99);
	width:100%;
}

#logininregtusdatos {
	width:100%;
	height:100%;
	position:relative;
	float:left;
	margin-left:0;
	top: 4px;
	background-color: #ffffff;
	text-align: left;
	padding: 0;
	-webkit-transition:all 0.5s ease-in-out;
}

.gaptusdatos {
	width:100%;
	/*height:100px;*/
	}
	

.formgap, .formgap-login {
	/*float:left;*/
	display: inline-block;	
	margin:0 0;
	padding:0 0;
	list-style-type: none;
	list-style: none;
}

.salnav li{
	margin:0 0 10px 0!important;
	min-height:60px;
	text-align:left;
}

.formgap:not(.gaptusdatos), .formgap-login:not(.gaptusdatos){
	/*height:320px;
	width:420px;*/
	width:100%;
	text-align:center;
	overflow:hidden;
	/*position:relative;*/
}

.formgap li, .formgap-login li  {
	list-style-type: none;
	list-style: none;
	margin: 0px 0px 17px 0px;
	/*width:95%;*/
}

.nextbutton-cont{
	position:absolute;
	bottom:0;
	width:100%;
	display:flex;
	text-align:center;
}


.seleccionsexo {
	width:100%!important;
}


#loginout, #loginout-login  {
	/*width: 502px;*/
	height: 381px;
}

#loginin {
	/*width: 394px;*/
	height: 336px;
}
*/
#logoimg{
	position:absolute;
	padding: 35px 0 0 35px;
	width:64px;
	height:64px;
}

#logimg {
	position: relative;
	margin: 0 auto 20px auto;
	top: 10px;
	width: 90px;
	height: 90px;
}

h1.logotitulo {
	float:right;
    color: #ddddff;
    letter-spacing: 1px;
    font-weight: 100;
    font-style: normal;
    font-family: 'JosefinSansRegular';
    font-size: 34px;
    z-index: 2;
    margin: 38px 0 0 0;
    padding: 5px 10px 0 10px;
}
#icono {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 380px;
	border-color:var(--objetos-seleccion-hora);
	border-style:solid;
	border-width:3px;
	/*background: #6767ff;*/
	overflow: hidden;
	margin:10px;
}

#head {
	position: relative;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background-color:var(--objetos-seleccion-hora);
	margin: 20px auto 0 auto;
}

#body {
	/*position: absolute;
	top: 38px;
	left: 11px;
	width: 60px;
	height: 60px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 90px;
	background-color:var(--objetos-seleccion-hora);
	margin: 20px auto 0 auto;
	*/
}

input[type="text"], input[type="password"] {
    color: #525252;
    background-color: transparent;
    /*font: 18px 'Lato',sans-serif;
	padding: 7px 2px 4px 0px;   
    float: left;
	*/
    font-weight: bold;
    border: none;

	width:100%;
    margin: 0;
	outline:none;
    box-sizing: content-box!important;
}

#mail {
	height: 35px;
}

#password {
	/*height: 27px;*/
}


#gapfix {
	position: absolute;
    display: block;
	top: 476px;
	height: 36px !important;
	width: 100%;
}

#gapfixReg {
	/*position: absolute;*/
    display: block;
	/*top: 495px;*/
	height: 10px !important;
	width: 100%;
}

#gapfixRegResetpw {
	position: absolute;
    display: block;
	height: 10px !important;
	width: 100%;
}

.resetPassForm{
	    margin: 0!important;
    padding: 0!important;
}

div.ui-bt, input[type="submit"], .logbutton {
	position: relative;
	display: block;
	font-family: 'JosefinSansSemiBold';
	color: var(--texto-boton-navegacion);
	/*padding: 6px;
	line-height: 20px;*/
	font-size: 17px;
	
	text-decoration: none;
	background-color:var(--boton-seleccion-fb);
	/*max-width: 350px;*/
	border-radius: 5px;

	border: 0;
	cursor: pointer;

	height: 40px;
	-webkit-appearance:none;
	-webkit-border-radius:0;
}


.login a, .logbutton a {
	color: #14184D;
}

.login {
	height: 36px;
	width: 100%;
}

.logbutton {
	margin: 3px 0 0 3px;
	width: calc(80% - 15px);
	height: 34px;
	padding: 0;
}

.logbutton a {
	line-height: 31px;
}

.blogin {
	width: 100% !important;
}

.rlogin {
	width: 100% !important;
}

/**** Etiquetas de la izquierda ****/

#left1, #left2 {
	
    width: 40px;
	margin: 0 0 0 5px;
    left: 14px;
	font-size: 30px;
	/*
	height: 40px;
	float:left;
	line-height: 34px;*/
	color:inherit;
}

#left1 {
    top: 180px;
}

#left2 {
    top: 180px;
}

#left1 a, #left2 a {
	display: block;
	z-index: 100;
	color:inherit;
	text-align:center;
	/*color: #ffffff;*/
}


.corner {
    width: 0px;
    height: 0px;
    border-style: solid;
    position: absolute;
}

.bl {
    border-width: 6px 0 0 12px;
    border-color: #71699e transparent transparent transparent;
    left: 0;
    bottom: -6px;
}

/** Estilos formulario **/

#formularioiniciosesion li {
	width:100%;
	margin-top: 5px;
}
#formularioiniciosesion ul {
	list-style-type: none;
	list-style: none;
	margin-top: 30px;
	padding: 0 0;
	display: inline-block;
	width:85%;
}

/*
#formularioiniciosesion ul li:nth-child(1) {
	margin: 0 0 10px 0;
}

#formularioiniciosesion ul li:nth-child(2) {
	margin: 0 0 10px 0;
}

#formularioiniciosesion ul li:nth-child(3) {
	margin: 0 0 10px 0;
}
*/
/****** Estilo errores inputs ******/

.inputerror {
	-moz-box-shadow: 0 0 3px #ff0000;
	-webkit-box-shadow: 0 0 3px #ff0000;
	box-shadow: 0 0 3px #ff0000;
}

.inputerror::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ff0000;
}
.inputerror::-moz-placeholder { /* Firefox 19+ */
  color: #ff0000;
}
.inputerror:-ms-input-placeholder { /* IE 10+ */
  color: #ff0000;
}
.inputerror:-moz-placeholder { /* Firefox 18- */
  color: #ff0000;
}

p.contrasenaolvidada {
	/*color: #0E0D39;*/
	font-size: 16px;
	line-height:25px;
	vertical-align:middle;
	font-weight: 600;
	padding: 0;
	margin: 0;
	font-size: 0.9em!important;
}
p.contrasenaolvidada a {
	color: #14184d;
	cursor: pointer;
	font-family: 'JosefinSansRegular' !important;
	padding: 0;
	margin: 10px 0 0 0;
}

/********** RESET PASSWORD ********/
p.resetpass {
	font-size: 16px;
	font-family: 'JosefinSansRegular';
	color: #0E0D39;
	padding: 0;
	margin: 0;
}

#errbutton-login {
	top:0px;
	left:0px;
	position: absolute;
	top:70px;
	left:35px;
}

.error {
	position:relative;
	background: #ff4422;
	color: #ffffff;
	font-family: 'JosefinSansSemiBold';
	font-size: 16px;
	width: 80%;
	min-height:70px;
	border-radius:5px;
	padding: 5px 35px 0 5px;
	z-index:100;
	text-align:center!important;
	overflow:hidden;
}

.error a:nth-child(1) {
	font-size: 20px;
	font-family: 'JosefinSansBold';
	color: #ffffff;
	float:right;
	padding:3px 5px;
}




/*bocadillo de errores en los input */
.noshow {
	display:none;
	float:clear;
}

/*
/*Yasmina*/
/* en principal.css

.errbox {
	overflow:hidden;
	background-color:#ff3322;
	padding:5px,5px,3px,20px;
	display:block;
	border-radius:3px;
	width:280px;
	color:#ffffff;
}

.errbox span {
	margin:3px;
	text-align:center!important;
	font-family:lato,arial;
	font-size:12px;
}
	
.errorarrow {

	margin:3px 0 0 17px;
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 9px solid #ff3322;
}

.errbox a {
	color:#ffffff;
}

.bien {
	background-color: #ffffff;
	color: #4c4c4c;
	font-family: 'JosefinSansRegular';
	font-size: 20px;
	padding: 10px;
	height:400px;
	width: 400px;
	border-radius:3px;
	margin: 210px auto 0 auto;
	text-align: center;
	z-index:1000;
}

.bien a {
	margin:10px auto;
	font-size: 20px;
	font-family: 'JosefinSansBold';
	color: #000000;
}


.bien span {
	width:100%;
	text-align:center;
	display:inline-block;
}

.bien span:nth-child(2){
	font-size:20px;
	margin:20px 0;
}

.bien span:nth-child(3){
	margin:20px 0;
	font-size:16px;
}

.bien span:nth-child(3){
	margin:20px 0;
	font-size:16px;
}

*/

.iconodiv{
	width:90px;
	margin:20px auto;
	display:center;
	justify-content:center;
}

.iconodiv img{
	height:50px;
	width:50px;
	color:#99ff99;
	padding:-50%;
	content='';
}

.regbutton {

}

/********* REGISTRO **********/

#regimg {
	position: relative;
	width: 100%;
	height: 40px;

	/*float: left;*/
}

#regimgtusdatos {
	position: relative;
	width: 54px;
	height: 40px;
	margin: 10px 30px 5px 10px;
	float: left;
}


#ricono {
	position: absolute;
	width: 54px;
	height: 54px;
	border-radius: 74px;
	border-color:var(--objetos-seleccion-hora);
	border-style:solid;
	border-width:3px;
	/*background: #6767ff;*/
	overflow: hidden;
	top:-5px;
}

#rhead {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: var(--objetos-seleccion-hora);
	margin: 15px auto 0 auto;
}

#rbody {
	position: absolute;
	top: 18px;
	left: 6px;
	width: 44px;
	height: 45px;
	border-top-left-radius: 55px;
	border-top-right-radius: 55px;
	border-bottom-left-radius: 74px;
	border-bottom-right-radius: 74px;
	background-color: var(--objetos-seleccion-hora);
	margin: 20px auto 0 auto;
}



.reglogin {
	width: 100%;
	color:#FFF;
}

table.regtable {
	width: 90%;
	border-collapse: collapse;
	font-family: 'JosefinSansRegular'; 
	color: #2c2c48;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	table-layout: fixed;
}

table.regtable td {
	padding: 0 0 8px 0;
}

table.regtable strong {
	font-family: 'JosefinSansBold';
	color: #ff0000;
	font-size: 18px;
	line-height: 12px;
}

table.regtable p {
	padding: 0;
	margin: 0 -40px 0 40px;
	text-align: left;
	font-size: 16px;
}

table.regtable span {
	padding: 0;
	margin: 0 10px 0 0;
	text-align: left;
	float: left;
}

table.regtable input[type="text"],
table.regtable input[type="password"] {
	width: 90%;
	margin: auto;
}

table.regtable input[type="radio"] {
	margin: 0 -17 0 -17;
}

.labe {
	font-size: 16px;
}

table.sexo {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	text-align: left;
	table-layout: fixed;
	color: inherit;
	vertical-align: middle;
	display: inline;
}

table.sexo td:nth-child(1),
table.sexo td:nth-child(3) {
	padding: 0 0 0 8px;
	margin: 0;
}

table.sexo td:nth-child(2) {
	padding: 0;
	margin: 0;
}
/* Las proximas dos etiquetas definen la lista desplegable */
ul.sexo {
	margin: 0 !important;
}

ul.sexo li {
	margin:0 10px;
	padding: 0 5px;
}

div.selectreg {
	background: url('../img/arrow_blue.png') no-repeat 96% 0;
	height: 22px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 5px;
	border: 2px #b4aeb0 solid;
	margin: 0;
	width: 173px;
}

.estilistas {
    border: 0px!important;
    background-color: var(--objetos-seleccion-hora)!important;
    overflow: initial!important;
}

select.prefer {
	font-family: 'JosefinSansRegular';
	background: transparent;
	border: none;
	font-size: 14px;
	height: 22px;
	padding: 2px 6px 2px 6px;
	border-radius: 5px;
	width: 190px;
}

/* Anchura del boton submit */

.registro {
	width: 742px;
	width: 100%;
}

p.mandatory{
	font-family: 'JosefinSansRegular';
	font-size: 17px;
	margin: 20px 0 10px 0;
	padding: 0;
	text-align: left;
}

.mandatorytusdatos {
	padding: 20px!important;
	margin: 10px 0 0 0!important;
}

p.mandatory strong {
	font-family: 'JosefinSansBold';
	font-size: 18px;
	color: #ff0000;
	line-height: 14px;
}

div.formgap, .formgap-login {
	font-family:JosefinSansBold;
}

div.formgap input[type="checkbox"]:not(old) + label:not(.selsalon){
	display: inline !important;
	line-height: 12px !important;
	margin: 0;
}

div.formgap input[type="radio"] {
	position:absolute;
	left:-9999px;
}

div.formgap input[type="radio"]:not(old) + label:not(.selsalon) {
  background-color: rgba(180,180,220,1)!important;
  color:var(--objetos-seleccion-hora);
}


div.formgap input[type="radio"]:active + label:not(.selsalon) {
  opacity: 1;
}

div.formgap input[type="radio"]:checked + label:not(.selsalon) {
  background-color: var(--menu-seleccion)!important;
  color:var(--texto-boton)!important;
  border: 1px solid #9A9A9A;
}

div.formgap input[type="radio"]:not(checked) + label:not(.selsalon) {
  background-color: rgba(200,200,200,0.7)!important;
  color: rgba(110,110,110,0.7)!important;
  border: 1px solid #9A9A9A;
}

div.formgap input[type="checkbox"]:checked + label:not(.selsalon) {
  background-color: rgba(56,56,56,0.7)!important;
  border: 1px solid #9A9A9A;
}


div.formgap label:not(.contselectsalon:nth-child()) {
	float:left;
	border: 1px solid rgba(180,200,220,0.15);
	background-color: rgba(180,200,220,1) !important;
	box-sizing: border-box;
	display: block;
	/*height: 40px;*/
	margin-left:15px;
	padding: 10px 5px 10px 10px;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-radius: 3px;
}
	
.sexo label{
	width: 90px;
}

.contselectsalon label{
	width:100%;
	overflow:hidden;
}

div.formgap label:hover, div.formgap label:focus, div.formgap label:active,
div.formgap label:hover, div.formgap label:focus, div.formgap label:active {
  /*border: 1px solid rgba(10, 20, 250, 0.5);
  background-color: rgba(50,50,250,0.5);*/
}
*/

label .facebook {
	display:inline-block;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	background-color: #2b2bff !important;
	color:#ffffff;
	background-size: 290px;
	padding: 0;
	margin: 0 4px 0 4px;
	border:none;
	width:100%;
}

#loginboxcont {
	max-height : 580px;
	border:none;
	margin-left:-30px;
}

.continuar {
	width:56px;
	height:40px;
	margin: 0 0 0 245px;
	background-image:url(../img/left_arrow.png)
}

@media (max-width: 874px) {
}

@media (max-width: 840px) {
	
	
	#logininreg {
		/*width: 100%!important;*/
	}
	.continuar {
	width:46px;
	height:40px;
	border-color:#6666ff!important;
	margin: 0 auto 0 auto;
	background-image:url(../img/bottom_arrow.png)
	}
}

@media (max-width: 480px) {
	body {
		/*overflow: hidden;*/
	}
	
	/*
	.centered {
    margin-top: -280px!important;
    margin-left: -190px!important;
	}
	#page-wrap {
    width: 380px!important;
	}
	*/
	.formgap {
		/*width:380!important;*/
	}
	
	.middlepart {
	overflow:hidden;
	width:calc(50% -5px);
	height:100%;
	margin:0 0 0 2px;
	padding: 5px 0 2px 0;
	}
	
	#logininreg {
	/*max-width:400px;
	height: auto;
	height:960px;
	position:relative;
	float:left;
	margin-left:0;
	/*
	top: 4px;
	background-color: #ffffff;
	text-align: center;
	padding: 0;
	-webkit-transition:all 0.5s ease-in-out;*/
	}
	
	.logbutton2 p {
	float:clear;
	margin-top:18px!important;
    font-weight: 100;
    font-style: normal;
    font-family: 'JosefinSansRegular';
    font-size: 22px;
	vertical-align:top;
	line-height:18px;
	
	}
	.logbutton2 p:nth-child(2) {
    font-size: 12px;
	vertical-align:top;
	line-height:10px;
	margin-top:-12px!important;
	}	
	
	p.contrasenaolvidada {
		font-size:12px;
		font-family: 'JosefinSansRegular' !important;
		line-height: normal;
	}
	
}

@media (max-width: 380px) {
	header {
	}
	
		#loginoutreg ul {
	    /*width: 100%;*/
		/*padding:0 10px;*/
	}
	
	.formgap {
		/*width:340px!important;*/
	}
	

	
	/*#loginoutreg {
	margin: 0 0 0 0!important; 
    width: 100% !important; 
	}*/
	
	#gapfix {
		top: 475px !important;
	}
	
	div.selectreg {
		width: 143px !important;
	}
	select.prefer {
		width: 160px !important;
	}
	
	
	#page-wrap {
    width: 360px!important;
	}
	
	/*
	.centered {
	width:360px!important;
    margin-top: -260px!important;
    margin-left: -180px!important;
	}
	*/
	

}



@media (max-width: 320px) {
	header {
		height: 90px !important;
	}
	
	.formgap {
		/*width:280px!important;*/
	}
	

/*
	#loginoutreg {
	margin: 0 0 0 0!important; 
    width: 100% !important; 
	}
	*/
	
	#gapfix {
		top: 475px !important;
	}
	
	div.selectreg {
		width: 143px !important;
	}
	select.prefer {
		width: 160px !important;
	}
	
	
	#page-wrap {
    width: 310px!important;
	}
	
	#loginoutreg ul {
	    /*width: 100%;
		/*padding:0 10px;*/
	}
	
	h1.logotitulo {
		font-size: 28px!important;
		padding: 5px 5px 0 5px;
	}
	
	.logoimg-login {
		max-width: 100px!important;
		max-height: 50px;
		margin: 20px 0 0 20px;
	}	
	
	.background h2 {
		font-size: 28px;
	}
	
	p.contrasenaolvidada {
		font-size:0.9em;
		font-family: 'JosefinSansRegular' !important;
		line-height: normal;
	}
	
	.logbutton2 p:nth-child(2), .logbutton2nofb p:nth-child(2) {
		font-size: 12px;
	}

	/*
	.centered {
	width:300px!important;
    margin-top: -240px!important;
    margin-left: -180px!important;
	}
	*/
	

}

}