* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	background: #000000;
	background-image: url('/img/fondo_login.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	background-position-y: center;
}

textarea {
	max-width: 240px;
	min-width: 240px;
	max-height: 150px;
	min-height: 40px;
}

a {
	text-decoration: none;
	color:#fff;
}

a:hover {
	text-decoration: underline;
}
/*.............MENU..................*/
header {
	background: transparent;
	width: 65%;
	margin:20px;
	}
header nav {
	background: #fff;
	overflow: hidden;
		font-size: 125%;
}
header nav ul {
	list-style: none;
}
header nav ul li {
	float:left;
}
header nav ul li a {
	padding: 8px 20px;
	display:block;
	color: #fff;
	text-decoration: none;
}
header nav a:hover {
	background: #fff;
}
/*................................*/

.cont_fila {
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.cont_vacio {
	flex: 1;
}

.cont_login {
	text-align: center;
	width: 400px;
	margin: 0 70px;
}

.enlace {
	text-decoration:underline;
}

.enlace_btn {
	color: black;
	text-decoration: none;
}

.contenedor {
	max-width: 400px;
	margin-left: 60%;
	color: #fff;
	padding: 10px;
}

.titulo {
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	margin: 35px 0 20px 0;
}

.border {
	border:none;
	margin: 0 40px 20px 40px;
	border-top: 2px solid #b3cd34;
}

.formulario {
	display: flex;
	background: transparent;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}

.campo_form {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 10px;
	position: relative;
}

.entrada_campo{
	width: 300px;
	border-radius: 0 3px 3px 0;
	padding: 15px;
	height: 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 18px;
	border: none;
	vertical-align: top;
}

.formulario .form-group {
	width: 100%;
	margin-bottom: 10px;
	color: #00ebb9;
	padding: 0px 20px;
}

.formulario input[type="text"],
.formulario input[type="password"],
.formulario input[type="email"],
.formulario input[type="tel"],
.formulario input[type="number"],
.formulario textarea,
.formulario select {
	padding: 3px;
	height: 40px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 18px;
	border: 1px solid #555555;
	vertical-align: top;
	width: 240px;
	
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.formulario .icono {
	padding: 10px;
	height: 40px;
	text-align: center;
	width: 48px;
	font-size: 18px;
	line-height: 18px;
	background: #D8D8D8;
	display: inline-block;
	color:#000;
	vertical-align: top;
	border: 1px solid #555555;
}

.formulario .icono.izquierda {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}


.marca_obligatorio{
	width: 10px;
	color: red;
	font-size: 30px;
	margin: 0 0 0 5px;
	position: absolute;
	top: 15px;
	right: -15px;
}

.texto_obligatorio{
	color: red;
	font-size: 20px;
}

.formulario .error ul {
	padding: 0 15px;
}

.formulario .error ul li {
	margin-bottom: 10px;	
}

.boton_enviar{
	margin: 20px 10px 0 10px;
	padding: 5px;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	width: 150px;
	background: #61c2cb;
	color: #000000;
	border: 1px solid #555555;
	border-radius: 5px;
}

.formulario .submit-btn {
	padding: 10px;
	margin: 10px 0;
	text-align: center;
	width: 100px;
	max-height: 48px;
	font-size: 18px;
	line-height: 18px;
	background: #61c2cb;
	display: inline-block;
	color: #000000;
	cursor: pointer;
	border: 1px solid #555555;
	border-radius: 5px;

	/*-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;*/
}

.texto-registrate {
	margin: 30px 20px;
	font-size: 18px;
	text-align: center;
}

.texto-registrate a {
	text-decoration: underline;
}

.texto-hcaptcha {
	margin: 30px 20px;
	font-size: 15px;
	text-align: center;
}

.texto-hcaptcha a {
	text-decoration: underline;
}

.contenido article {
	padding: 30px;
	background: #fff;
	color: #fff;
}

.contenido article p{
	margin-bottom: 10px;
		color: #fff;
}

/*--------------------------------------------- RESPONSIVE DESIGN -------------------------------------------------------*/
@media only screen and (max-width: 1050px) and (min-width: 0px) {
	.cont_vacio {
		display: none;
	}

	.cont_login {
		text-align: center;
		width: 400px;
		margin: 0;
	}

  	.contenedor  {
		max-width: 100%;
		width: 100%;
		margin-left: 0%;
		color: #fff;
		padding: 10px;
	}
	body {
		/*background: #f1f1f1;*/
		background: #000000;
	} 
	.texto-registrate a {
		/*display: block;*/
		font-size: 18px;
	}
} 