.registro-desplegable-wrapper {
	width: 100%;
	background-color: #034895;
	height: 35px;
}

.registro-desplegable {
	background-color: white;
	border: 1px solid #034895;
	border-top: 0px;
	border-top-left-radius: 0px;
	padding: 15px 20px;
	display: none;
	width: 305px;
	z-index: 99999;
	position: absolute;
	top: 35px;
	right: 24px;
}

.registro_desp_big {
	width: 660px !important;
}
/* 
.datosSection input[type=text] {
	width: 105px;
}

.datosSection label {
	margin-right: 10px;
	margin-left: 10px;
}

.dniClass {
	width: 75px !important;
}

.direccionClass {
	width: 296px !important;
}

.numeroClass {
	width: 40px !important;
}

.numeroClass {
	width: 40px !important;
}

.pisoClass {
	width: 128px !important;
}

.restoDireccionClass {
	width: 345px !important;
}

.cpClass {
	width: 50px !important;
}

.poblacionClass {
	width: 183px !important;
}
*/
.centerAlign {
	text-align: center;
}

.errorSection {
	width: 100%;
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	float: left;
	display: none;
}

.errorSection ul {
	list-style: none;
}

.inputError {
	border-color: #953B39;
	color: #B94A48;
}

.login_input {
	float: left;
	width: 200px;
	margin-bottom: 8px;
}

.login_label {
	clear: left;
	float: left;
	padding-top: 5px;
	width: 85px;
}
/*
.crear-section {
	width: 660px;
}
*/
.recordar-section,.login-section {
	width: 300px;
}

.close_desplegable {
	width: 100%;
	text-align: right;
}

.ui-autocomplete-panel {
	z-index: 9999999 !important;
	width: 160px !important;
}

.login-section {
	display: block;
}

.recordar-section,.crear-section {
	display: none;
}

 
.registro-completo .crear-section {
	display: block;
/*	font-family: 'Merriweather Sans', sans-serif, Arial, Helvetica;
	padding: 15px;
	border: 4px solid #003470;
	border-radius: 5px;
	margin: 40px auto;
	background-color: #F1F1F1 !important;
	*/
}

.registro-completo h1 {
	color: #003470;
	font-size: 31px;
	margin: 0;
}
