*{
    margin:0;
    padding:0;
	font-size: 100%;
	font:12px Khmer UI,Calibri,Arial,Sans-Serif;
}
body{
	background-size: auto;
	background-color:#fff;
	background-image: url('fondo1.png');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
}
p,br{clear:left;}

input,select,textarea,input[type="text"],input[type="password"]{
	width:160px;
	height:26px;
	text-align:left;
	padding:4px;
	font: 13px  Calibri,Arial,Sans-Serif;
	border-width:1px;
	border-radius:8px;
	display:block;
}
select{
	width:187px;
	height:28px;
	margin:6px 4px 0 0;
}

input[type="button"],input[type="submit"],input[type="reset"],.button{
    padding: 3px 5px !important;
	margin:20px 0 0 35px!important;
    background: #6B809B;
    color: #fff;
    border: solid 1px #666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    transition-duration: 0.4s;
	height:32px;
	font-size:18px;
	text-align:center;
}
input[type="button"]:hover,input[type="submit"]:hover,.button:hover{
    background: #2F4F4F;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
input[type="button"]:active,input[type="submit"]:active,.button:active{
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #000;
    border: solid 1px #203E5F;
}
.button-icon{font-size:18px;margin-top:6px;padding: 3px;height:20px!important;}
.button-ext{width:100px!important;font-size:14px;text-decoration:none;}
.button-ext i{font-size:18px;}

input[type="checkbox"],input[type="radio"]{
	width:12px;
	height:12px;
}
input[type="file"]{
	width:200px;
}
input.i_calen{width:160px;border-left:0px;}

/*********************CSS LABELS******************************/
label{
	width:160px;
	height:22px;
	float:left;
	text-align:center;
	padding:2px;
	font: 20px Calibri,Arial,Sans-Serif;
	display:block;
	clear:both;
	color:#fff;
}
.label-icon{
	font-size:18px;
	margin:6px 0 0 0!important;
	padding:2px;
	width:20px!important;
	height:22px!important;

	border-width:1px 0 1px 1px;
	border-style:solid;
	border-color:#2F4F4F;
	background:#F5F5F5;
	float:left;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}


.login_div{
	position:absolute;
	left:calc(50% - 300px);
	top:calc(50% - 150px);
	padding:0;
	display:block;
	width:600px;
	height:300px;
	border:2px solid #6b809b;
	border-radius:20px;
	background:transparent;
	box-shadow: 3px 3px 3px #b2b2b2;
}
.login-login{
	width:235px;
	height:220px;
	border:2px solid #6b809b;
	border-radius:10px;
	background:transparent;
	float:left;
	margin:10px;
	padding:10px 20px;
	color:#000035;
	font: 20px Calibri,Arial,Sans-Serif;
}
.login-login input,.login-login label{
	margin:0 0 5px 30px;
}

.login-login p{
	font: 20px Calibri,Arial,Sans-Serif;
	margin-bottom:30px;
}
.login-login input[type="button"]{
	margin:60px 0 0 30px;
}
.login-login input[type="text"],.login-login input[type="password"]{
	border:2px solid #6B809B;
}
.login_div h1{
	display:block;
	width:592px;
	margin:-1px 0 0 -1px;
	border-width:0;
	border-radius:20px 20px 0 0;
	height:24px;
	text-align:center;
	padding:5px;
	font-size:22px;
	background:#6B809B;
	color:#fff;
}

/*/////MENU////////////////////////////////*/
.logo-emp{
	display:table;
	width:auto;
	max-height:200px;
	position:absolute;
	top:10px;
	left:30px;
}
.logo-unika{
	position:absolute;
	top:10px;
	right:30px;
}

.logo-sbm{
	position:absolute;
	top:20px;
	right:30px;
}

