.contentForm {
	width: 600px;
	height: auto;
	float: left;
	margin-left: 100px;
}

.contentFormContacto {
	width: 1000px;
	height: auto;
	float: left;
	margin-top: 150px;
	margin-bottom: 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	background-color: rgba(255,255,255,0.5);
}

::-webkit-input-placeholder { color: #333; } /* WebKit */
:-moz-placeholder { color: #333; } /* Firefox 18- */
::-moz-placeholder { color: #333; } /* Firefox 19+ */
:-ms-input-placeholder { color: #333; } /* IE 10+ */

.contentFormLogin {
	width: 600px;
	height: auto;
	float: left;
	margin-left: 150px;
	margin-bottom: 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	background-color: rgba(0,0,0,0.2);
}

.contentFormLogin {
	width: 800px;
	height: auto;
	float: left;
	margin-bottom: 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	background-color: rgba(255,255,255,0.5);
}


.pass {
	color:#FFF; 
	text-decoration:underline; 
	font-weight:300; 
	font-size:18px;
	transition: all 0.3s;
}

.pass:hover {
	text-decoration:none;
	color:#333; 
}

.rowForm {
	width: 96%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 2%;
}

.contentLabel {
	width: 200px;
	height: 30px;
	float: left;
	padding-top: 10px;
	text-align: right;
	font-size: 18px;
	color: #333;
}

.contentLabel p {
	font-size: 16px;
	color: #333;
	margin-right: 5px;
}

.contentInput {
	width: 400px;
	height: 35px;
	float: left;
	text-align: left;
	padding-top: 5px;
}

.contentInput select {
	width: 95%;
	height: 35px;
	padding-left: 1%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border: 2px solid #7198FF;
	font-size: 16px;
	color: #333;
	font-family: 'Comfortaa', cursive;
}

.contentInput select:focus {
	outline: none;
}

.contentInput input {
	width: 95%;
	height: 35px;
	padding-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border: 2px solid #7198FF;
	background-color: #FFF;
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	color: #333;
}

.contentLabelText {
	width: 200px;
	height: auto;
	float: left;
	padding-top: 10px;
	text-align: right;
}

.contentLabelText p {
	font-size: 18px;
	color: #333;
	margin-right: 5px;
}

.contentText {
	width: 400px;
	height: auto;
	float: left;
	text-align: left;
	padding-top: 5px;
}

.contentText textarea {
	width: 95%;
	height: 150px;
	padding-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #666;
}

.btnSend {
	width: 180px;
	height: 50px;
	text-align: center;
	z-index: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #FF8F00;
	cursor: pointer;
	color: #FFF;
	transition: all 0.3s;
}

.btnSend:hover {
	background-color: #D75B00;
}

.btnSend p {
	color: #FFF;
	font-size: 18px;
	padding-top: 13px;
}

.rowBtnForm {
	width: auto;
	height: auto;
	float: left;
	margin-left: 300px;
	margin-top: 25px;
}

.verificacionForm {
	width: 200px;
	height: 20px;
	float: left;
	text-align: left;
	margin-left: 200px;
}

.verificacionForm p {
	font-size: 12px;
	color: #666;
}

.optionForm {
	width: 200px;
	height: auto;
	float: left;
	margin-top: 3px;
	text-align: left;
	margin-left: 200px;
}

.optionForm input {
	font-size: 14px;
}

.contentFormRegister {
	float: left;
	width: 70%;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 2%;
	margin-left: 13%;
}

/* Formulario de Contacto */
input:focus {
	outline: none;
}

select:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

.contentFormIndex {
	width: 100%;
	height: auto;
	float: right;
}

.contentFormIndex  input {
	width: 89%;
	height: 60px;
	margin-left: 2%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #FAFAFA;
	border: 0px;
	font-family: 'Comfortaa', cursive;
	color: #000;
	font-size: 22px;
	font-weight: 300;
	padding-left: 1%;
}

.titleFormIndex {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.titleFormIndex p {
	font-size: 40px;
	font-weight: 300;
	color: #FFF;
}

.msgFormIndex {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.msgFormIndex p {
	color: #333;
	font-size: 24px;
	font-weight: 300;
}

.nameFormIndex {
	width: 50%;
	height: 50px;
	float: left;
	text-align: center;
}

.emailFormIndex {
	width: 50%;
	height: 50px;
	float: left;
	text-align: center;
}

.textFormIndex {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}

.textFormIndex textarea {
	width: 87%;
	height: 100px;
	margin-left: 5%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #FAFAFA;
	border: 0px;
	font-family: 'Comfortaa', cursive;
	color: #000;
	font-size: 22px;
	font-weight: 300;
	padding-left: 1%;
}

.btnFormIndex {
	width: auto;
	height: auto;
	float: left;
	margin-left: 42%;
	background-color: #5B7BDD;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	text-align: center;
	font-weight: 300;
	font-size: 22px;
	color: #FFF;
	border: 2px solid #365FD6;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px 20px 10px 20px;
	transition: all 0.5s;
}

.btnFormIndex:hover {
	border: 2px solid #365FD6;
	background-color: #365FD6;
	cursor: pointer;
}

.imgCaptcha {
	width: 40%;
	height: 35px;
	float: left;
	text-align: right;
}

.imgCaptcha img {
	vertical-align: middle;
}

.contentCaptcha {
	width: 60%;
	height: 35px;
	float: left;
	text-align: left;
	font-weight: 300;
	color: #F5F5F5;
	font-size: 18px;
}

.contentCaptcha input {
	width: 80%;
	height: 32px;
	margin-left: 3%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #FAFAFA;
	border: 2px solid #7198FF;
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding-left: 1%;

}

.rowFormCaptcha {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
}

input[type="checkbox"] {
	width: 25px;
	height: 25px;
	margin-top: 10px;
	margin-left: 15px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	border: 2px solid #7198FF;
	color: #333;
}