*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:'Arial';
}
ul{
	list-style: none;
}
.page{
	width: 801px;
	background:#FFF;
	margin: 20px auto;
}
body,
.form{
	background: #b3c8d9;
}
.header,
.logon,
.radios,
.fieldset-custom,
.galery,
ul,
nav,
.teclado{
	display: flex;
}
.header{
	justify-content: space-between;
	height: 80px;
}
nav,
.header,
.teclado{
	align-items: center;
}
.header,
.logon,
.radios,
.fieldset-custom,
.galery,
nav,
footer{
	width:95%;
	margin:auto;
}
nav{
	justify-content: flex-end;
	background:linear-gradient(to bottom,#103e95 ,#0d2e74);
	height: 31px;
	padding: 0 16px;
	margin-bottom: 40px;
}
nav ul li{
	font-size: 12px;
	padding: 0 5px;
	color: #FFF;
}
.form{
	width: 297px;
	height: 310px;
}
.banner{
	width: calc(100% - 297px);
}
.banner img{
	width: 100%;
	height: 310px;
}
*{
	color: #0C2E72;
}
.controls{
	padding:9px;
}
.radios-item{
	width: 50%;
	font-weight: 600;
	padding: 12px ;
	font-size: 11px;
}
input[type=radio]{
	height: 17px;
	width: 17px;
}
.fieldset-custom{
	margin-bottom: 5px;
}
.fieldset-custom .label
{
	width: 25%;
	display: block;
	position: relative;
}
.fieldset-custom .select,
.fieldset-custom .input{
	width: 36.5%;
}
.fieldset-custom .select,
.fieldset-custom .input{
	padding: 0 5px;
}
.fieldset-custom>div select,
.fieldset-custom>div input{
	width: 100%;
	position: relative;
}
.fieldset-custom>div label{
	font-size: 11px;
	font-weight: 600;
}
.teclado{
	justify-content: flex-end;
	font-size: 11px;
	gap: 5px;
}
.teclado img{
	height: 15px;
}
.register{
	border: #0C2E72 1px solid;
    padding: 6px;
    padding-left: 8%;
    padding-right: 8%;
    background: #0C2E72;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    display: block;
    font-size: 11px;
    margin: 15px 0;
}
.dashed{
	height:1px;
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px dotted #FFF;
}
.dosenuna img{
	height: 90px;
}
.dosenuna img:nth-of-type(2){
	position: relative;
	top: -4px;
}
.unasola img{
	height: 167px;
}
.galery{
	overflow: hidden;
	position: relative;
	top: -5px;
}
footer{
	top:-15px;
	font-size:11px;
	position: relative;
}
.footer ul li{
	padding:0 3px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance:none;
}
button{
	height: 21px;
	width: 82px;
	font-size: 11px;
	font-weight: bold;
}