body{
	background-color:rgb(64,30,23);
}
.bodyContainer{
	width: 100%;
	height:100vh;
	position: absolute;
	left:0%;
	top:0%;
}
.logoContainer{
	width: 100%;
	height: 10vh;
	display: inline-block;
	position: relative;
}
.formContainer{
	width: 100%;
	height: 45vh;
	display: inline-block;
	position: relative;
}
.buttonsContainer{
	width: 100%;
	height: 35vh;
	display: inline-block;
	position: relative;
}
.footerContainer{
	width: 100%;
	height: 10vh;
	display: inline-block;
	position: relative;
}
.tableContainer{
	width: 100%;
	height: 45vh;
	display: inline-block;
	position: relative;	
}
.paqueteria{
	color:rgb(253,216,0);
	font-weight: bold;
}
.paqueteria a{
	color:rgb(0,174,217);
}
.tel-enlace{
	color:rgb(253,216,0);
}