*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body{
	background: url(../img/palmarito.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 10px;
}

main{
position: center;
}

footer{
position: center;
text-align: center;
font-family: roboto;
color: #FFFFFF;
font-size: 15px;
font-weight: bold;

}
.contenedor_inicial h1{
	font-weight: normal;
	font-family: cambria bold;
	color: #fff;
	text-align: center;
	padding: 14px 0;
	font-size: 40px;
}

.contenedor_inicial .titulo .datos .requisitos h1{
	font-weight: normal;
	font-family: cambria bold;
	color: #fff;
	text-align: center;
	padding: 14px 0;
	font-size: 40px;
}


.contenedor_inicial {

	background: rgba(0, 0, 0, .7);
	width: 90%;
	max-width: 650px;
	margin: auto;
	padding: 5px 35px;
	margin-top: 30px;
	padding-bottom: 30px;
	border-radius: 10px;
	}

.contenedor_inicial .datos label{
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: Roboto;
	position: relative;
}

.contenedor_inicial .datos input, textarea, select {
	background: rgba(0, 0, 0, .8);
	border: none;
	outline: none;
	border-bottom: 2px solid #0168fd;
	width: 100%;
	padding: 12px;
	margin-bottom: 20px ;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	font-family: Roboto;
	

}

.contenedor_inicial .datos textarea {
resize: vertical;
max-height: 150px;
min-height: 50px;
}

.contenedor_inicial .datos .btn_submit{
	width: 100%;
	font-family: Roboto;
	outline: none;
	background: #0168fd;
	font-size: 16px;
	border: none;
	color: #fff;
	padding: 15px 0;
	cursor: pointer;
	transition: all.5s ease;
	
}

.contenedor_inicial .btn_submit: hover{
	background: #f29718;
	
}

.contenedor_inicial .requisitos label, input {

	display: inline-flex !important;
	color: #ffffff;
	font-family: Roboto;
	font-size: 18px;
	background: rgba(0, 0, 0, .3);
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	
	}

	
}