#rectangulo{ 
	height: 500px;
	width: 80%;
	border-radius: 10% ;
	margin: 65px auto ;
	background-color: #fff0ff;
}
/*#4b1c71, #7f4ca5, #b57edc, #dbb6ee, #fff0ff*/
body{
	min-height:100vh;
	margin:0;
	background: linear-gradient(to bottom right, #4b1c71, #dbb6ee);
}
/*color de titulos principales #7f4ca5*/
.title{
	color: #ffffff;
	position:absolute;
	margin: -50px 700px ;
	font-size: 40px;
	text-shadow: 0 0 5px#000000;
   
}
/*tamano y posicion del logo*/
#logo1{
	position: relative;
	top: 25px;
	left: 50px;
	width: 350px;
    height: 350px;
	
	  
}
#tbl{
	position: relative;
	left: 600px;
	top: -270px;
	font-size: 40px;
	width: 500px;
	height: 30px;
	

}
#tbl2{
	position: relative;
	left: 600px;
	top: -220px;
	font-size: 40px;
	width: 500px;
	height: 30px;
	

}
#titulo1{
	margin: auto;
	background-color: #dbb6ee;
}
.altura1{
	height: 80px;
}

#boton1{
	position: relative;
	left: 65px;
	font-size: 30px;
}
#boton2{
	position: relative;
	left: 150px;
	font-size: 30px;
}
#botu1{
	position: relative;
	left: 65px;
	font-size: 30px;
}
#botu2{
	font-size: 30px;
	position: relative;
	left: 150px;
}