body{
	margin: 0;
	padding: 0;
	outline: none;
	font-family: "Calibri";
}

.txt{
	height: 35px;
	width: 250px;
	border: none;
	border-radius: 5px;
	background-color: #EEE;
	padding: 4px;
}

.txt:hover{
	background-color: #CCC;
}

#cad_table{
	height: 220px;
	margin: 0 auto;
	padding: 10px;
	border: none;
	margin-top: 80px;
}
#btnCad{
	width: 100px;
	height: 30px;
	background-color: #EFEFEF;
	border-radius: 4px;
	border: 1px solid #CCC;
}

.btn{    
	width: 100px;
	height: 30px;
	background-color: #EFEFEF;
	border-radius: 4px;
	border: 1px solid #CCC;

}

.button{display:none;}

#control_adm{
	height: 180px;
	margin: 0 auto;
	padding: 10px;
	border: none;
	margin-top: 20px;
}
.left{
	position: absolute;
    left: 0px;
    width: 200px;
    padding: 10px;
}
.right{
	position: absolute;
    right: 10px;
    width: 200px;
    padding: 10px;
}