.formRegistro{
	padding-top:30px;
	width:700px;
	margin:0 auto;	 
}
.formRegistro h1{
	font-family: 'Dancing Script', cursive; 
	font-size:22px; 
	text-shadow: rgba(0,0,0,0.5) 0px 5px 10px;
	margin-bottom:10px;
}
.formRegistro form{
	background:rgba(0,0,0,0.8);
	padding:50px;	
	height:1450px;
	color:white;
	padding-bottom:130px;
	border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5); -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);  -o-box-shadow: 0 5px 15px rgba(0,0,0,0.5); -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.5); -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.formRegistro .labels{
	float:left !important;	
	margin-top:10px;	
	font-family: 'Amaranth', sans-serif;
	font-size:15px;
}

.formRegistro input, select{
	width:360px;
	margin:10px;
	height:30px;
	padding-left:5px;
	padding-right:5px;
	border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px;
}
.formRegistro select{
	width:373px;
	margin:10px;
	height:30px;
	padding-left:5px;
	padding-right:5px;
	border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px;
}
.formRegistro select{
	cursor:pointer;
}
.formRegistro .sexo{
	margin:10px !important;
	width:20px !important;
	height:20px !important;
	padding-left:5px !important;
	padding-right:5px !important;
}

.formRegistro .sexo:hover{
	cursor:pointer;
}

.formRegistro textarea{
	margin:10px;
	border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px;
	padding:5px;
}

.formRegistro button{
	
	background: rgb(224,201,107); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,201,107,1) 0%, rgba(188,134,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,201,107,1)), color-stop(100%,rgba(188,134,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,201,107,1) 0%,rgba(188,134,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,201,107,1) 0%,rgba(188,134,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,201,107,1) 0%,rgba(188,134,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(224,201,107,1) 0%,rgba(188,134,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c96b', endColorstr='#bc8609',GradientType=0 ); /* IE6-9 */

	color: white;
	width:150px;
	height:40px;
	border:0;
	font-weight: bolder;
	margin-left:100px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	font-family: arial, sans-serif;
	font-size:15px;
	margin-top:20px;
	
}
.formRegistro button:hover{
	cursor:pointer;
	background: rgb(188,134,9); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(188,134,9,1) 0%, rgba(224,201,107,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,134,9,1)), color-stop(100%,rgba(224,201,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(188,134,9,1) 0%,rgba(224,201,107,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(188,134,9,1) 0%,rgba(224,201,107,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(188,134,9,1) 0%,rgba(224,201,107,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(188,134,9,1) 0%,rgba(224,201,107,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8609', endColorstr='#e0c96b',GradientType=0 ); /* IE6-9 */
	color:white;
}
.formRegistro #errores{
	color:white;
	margin-top:-10px;
	background:red;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;	
}
.ctrlEdit{
	color:white;
	margin-left:12px;
	margin-top:-10px;
	font-size:15px;
	font-family: 'Amaranth', sans-serif;
	
}
.ctrlElim{
	color:white;
	margin-left:12px;
	margin-top:-10px;
	font-size:15px;
	font-family: 'Amaranth', sans-serif;
}
