#contenido {
			border-left:solid 1px #000000;
		border-right:solid 1px #000000;
	padding:1% 5%;
max-width: 1288px;
margin: 0px auto;


}
#inicio{
	background:#141921;
}
h3{
	margin-top:40px;
	font-size:36px;
	margin-bottom:10px;
}
h3~p{
	font-size:16px;
	font-weight:bold;
}
legend{
	font-weight:bold;
}

form{
	margin-top:20px;
	position:relative;
	margin-bottom:60px;
	width:100%;
}
fieldset{
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	border:dotted #999999 2px;
}
fieldset label{
	clear:both;
	margin-left:10px;
	display:block;
	margin-bottom:1px;
}
input, textarea{
	height:30px;
	border:#000 solid 1px;
	width:95%;
	
	margin-left:10px;
	margin-bottom:10px;
}
textarea{
	height:150px;
}

#chek label{
	margin-left:35px;
padding-top:20px;
	font-size:9px;

	
}
#chek input{	position:absolute;
	
	width:15px;

}
ul{	list-style:none;
}
#hora li{
	width:30%;
	display:inline-block;
	height: 80px;
}
#hora .uno{
	margin-right:15px;
	float:right;
}
#hora .dos{
	display:block;
	margin-right:30px;
	float:left;
}

 .tres{
	display:block;
	margin-right:30px;

}

#verify{
	position:relative;
	width:100%;
	display:inline-block;
}

#verify input{
	float:left;
	width:20px;
	margin-right: 15px;
	margin-bottom: 0;
	height: 15px;
}

#verify small{
	display:block;
	color:#999;
	text-align:justify;
	font-size:11px;
	line-height:14px;
}


button{
	display:none;
	color:#FFF;
	background-color:#000;
	padding:5px;
	border:none;
	margin:0 auto;
	margin-top:15px;
	cursor:pointer;
	transition:.35s;
}
.btn{
	display:block;
}

button:hover{
	padding:5px 15px;
}
/* button{
	position:absolute;
	border:0;
	border-radius:0;
	background:#999;
	width:100px;
	height:50px;
	line-height:50px;
	bottom:-60px;
	left:50%;
	transform:translateX(-50%);
} */
@media screen and (min-width:860px){

.uno{
	width:45%;
	float:left;
}
.dos{	width:45%;
float:right;
}
form::after{
	content:"";
	display:block;
	clear:both;
}	
#verify{
	position:relative;
	width:46%;
	
}
@media screen and (max-width:380px){
	#hora li{
		height: 80px;
	}
}
