.contenido {
	position: relative;
}

.contenido:before, 
.contenido:after { 
	content: " "; display: table; 
}

.contenido:after { 
	clear: both; 
}

.columna {
	width: 50%;
	padding: 10px 60px;
	float: left;
}

.contenido label {
	display: inline-block;
	padding: 40px 5px 5px 2px;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

label{
	font-size: 1em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	color: #0f0f0f;

}

.contenido input,
.contenido textarea,
.contenido select {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 1.2em;
	padding: 1px 10px;
	color: #888;
	display:block;
	width: 50%;
	background: transparent;
}

.contenido input,
.contenido textarea {
	border: 3px solid #02d2ff;
	border-radius: 10px;
}

.contenido textarea {
	min-height: 200px;
}

.contenido input:focus,
.contenido textarea:focus,
.contenido label:active + input,
.contenido label:active + textarea {
	outline: none;
	border: 3px solid #00589c;
	border-radius: 10px;
}

.contenido select:focus {
	outline: none;
}

::-webkit-input-placeholder {
    color: #888;
    font-style: calibri;
}

:-moz-placeholder {
    color: #888;
    font-style: calibri;
}

::-moz-placeholder {
    color: #888;
    font-style: calibri;
}

:-ms-input-placeholder {
    color: #888;
    font-style: calibri;
}

.registrate{
	text-align: center;
	padding-top: 40px;
	clear: both;
}
button .md-close{
	background: #090218;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}

button .md-close:hover {
	background: #130430;
}
.md-close{
	background: #090218;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.md-close:hover {
	background: #130430;
}

.contenido input.boton {
	background: #090218;
	border: none;
	color: #000;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}
.contenido input.md-trigger {
	background: #090218;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1em;
	border-radius: 10px;
	letter-spacing: 1px;
}
.contenido input.md-trigger:hover {
	background: #130430;
}

.contenido input.boton:hover {
	background: #130430;
}
.codrops-top {
	background: #130430;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	font-size: 0.7em;
	line-height: 2.2;
}

@media screen and (max-width: 70em) {
	.columna {
		width: 50%;
	}
	.columna:nth-child(3) {
		width: 100%;
	}
.contenido input,
.contenido textarea,
.contenido select {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 1.4em;
	padding: 5px 10px;
	color: #000000;
	width: 80%;
	background: transparent;
}
}

@media screen and (max-width: 48em) {
	.columna {
		width: 100%;
		padding: 10px;
	}
}