body{
	background-image: url('fondo_imms.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.btn{
	width: 90%;
	height: 50%;
	text-align: left;
	background-color: #28B463;
	color: white;
	border-radius: 5px;
	border: 1px solid;
	border-radius: 0%;
}
.atras{
	width: 20%;
	padding: 10px;
	position: fixed;
	bottom: 30px;
	left: 30px;
	text-align: center;
	border: 0px solid;
	background-color: greenyellow;
	color: black;
}
.btn2{
	width: 90%;
	height: 50%;
	border-radius: 5px;
	text-align: left;
	border: 1px solid;
	background-color: #006116;
	color: white;
}
table{
	position: absolute;
	top: 200px;
	left: 100px;
	text-align: center;
	margin-left: 10%;
	margin-right: 20%;

}
th{
	color: blueviolet;
	width: 200px;
	height: 50px;
	text-align: left;
}
td{
	width: 380px;
	height: 100px;
	text-align: center;
}
.titulo{
	position: absolute;
	top: 10px;
	left: 555px;
	right: 250px;
}
.sub{
	position: absolute;
	top: 60px;
	right: 250px;
}
.dir{
	position: absolute;
	top: 100px;
	right: 250px;
}
.logo{
	position: absolute;
	top: 20px;
	right: 0px;
}
.num{
	position: absolute;
	top: 135px;
	right: 250px;
}
.name{
	position: fixed;
	top: 890px;
	right: 0px;
	left: 1635px;
}
#unos{
	padding-left: 100px;
}
input:hover{
	box-shadow: 0px 0px 10px 4px #CFCC00;
	border: 1px solid black;
	background-color: #DFD37A;
	border-radius: 5px;
}