body {
	margin: 2px; padding: 0;
	background-image: url(../img/fondo.png);
	background-repeat: repeat;
	padding-bottom: 1px;
	font-size: 12px;
	color: aliceblue;
	font-size: 18px;
}
main{
	margin: 30px;
}
.inicio-page ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    gap: 4px;
    width: 100%;
    flex-wrap: wrap;
    font-weight: bold;
	overflow: hidden;
}
.inicio-page a {
	font-size: 22px;
	color: black;
	text-decoration: none;
	background-color: rgb(232, 158, 70);
	padding:15px ;
	text-align: center;
	font-weight: bold;
	/* font-size: 20px;
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	flex-basis: 70px;
	color: azure; */
} 
.inicio-page a:hover{
	background-color: rgb(233, 212, 93);
}
.inicio-page{fg

}