*{
	box-sizing:border-box;
}
body{
	background-color:#020640;
}
#contenido{
	background-color:#020640;
	height:auto;	
}
#cont-form{
	position:absolute;
	left:20%;
	top:38%;
	width:60%;	
}

.titulo{	
	padding:20px;
	background-color:#3F4048;
	color:white;
	font-size:25px;
	font-weight:100;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom: 5px solid;
}
.form{
	margin: 0 auto;
	width:80%;
	height:auto;	
	top:32%;
	background-color:#020640;	
	border-radius:10px;	
	border:3.5px solid;
	color:white;
	opacity:0.95;
}
/*input{
	margin:8px;
	margin-bottom:25px;
	padding:6px;
	border-radius:10px;
	font-family: 'Kaisei HarunoUmi', serif;
	font-weight:600;
	font-size:90%;
	color:black;
	width:9%;	
	text-align:center;
	box-sizing:border-box;
	font-size:15px;
	
}*/
.input{
    border:none;
}
.radio{
    margin:8px;
	margin-bottom:25px;
	padding:6px;
	border-radius:10px;
/*	font-family: 'Kaisei HarunoUmi', serif;*/
	font-weight:600;
	font-size:90%;
	color:black;
	width:9%;	
	text-align:center;
	box-sizing:border-box;
	font-size:15px;
	border:none;
}
.fecha{
	margin:8px;
	margin-bottom:25px;
	padding:6px;
	border-radius:10px;
/*	font-family: 'Kaisei HarunoUmi', serif;*/
	font-weight:600;
	font-size:90%;
	color:black;
	width:9%;	
	text-align:center;
	box-sizing:border-box;
	font-size:15px;
	border:none;
	
}
input:focus{
	background-color:#C7D8EE;
}
p{
	margin-left:3%;
/*	font-family: 'Kaisei HarunoUmi', serif;*/
	font-weight:500;
	font-size:16px;
	color:white;	
}

.fondo{
	position:relative;
	left:0%;
	width:100%;
	height:auto;
}
.fecha{
	width:auto;
}

.descripcion{
	position:relative;
	left:10%;
	width:70%;
	height:25%;
}
.pre{
	height:7%;
}
.lib, .pre, .prod{
	margin:8px;
	margin-bottom:25px;
	padding:5px;
	border-radius:10px;
	font-family: 'Kaisei HarunoUmi', serif;
	font-weight:600;
	font-size:90%;
	color:black;
	width:9%;	
	text-align:center;
}
.boton{
   	display:flex;
	justify-content:center;
	text-align:center;
}
.ingresar{
	width:28%;
	height:10%;
	color:white;
	font-size:22px;
	background-color:#0B16BB;
	border:20px;
	border-radius:20px;
/*	position:relative;
	left:32%;
	text-align:center;*/
	padding:6px;
}
h2{
	text-align:center;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

