.block-title-2 {
	border-bottom: 1px solid #CECECE;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 10px 0 0;
	position: relative;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 28px;
	color: rgb(52, 73, 94);
}
.regForm {
	color: #34495E;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 21px;
	}
.regForm select {
	width: 100%;
	border-color: #DDDDDD;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	color: #888888;
	font-size: 14px;
	height: 36px;
	}
.regForm input[type="text"], .regForm input[type="password"], .regForm input[type="email"] {
	border-color: #DDDDDD;
	border-radius: 3px 0 0 3px;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	color: #888888;
	font-size: 14px;
	margin-bottom: 10px;
	height: 36px;
}
.regForm .btn {
	border: medium none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	padding: 6px 12px;
	transition: all 0.25s linear 0s;
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	background-color: #3498db;
	color: #FFFFFF;
}
#sexo {
	width: inherit;
	display: block;
}
#provincia {
	width: inherit;
	display: block;
}
#dni {
	width: 180px;
}

