/*inicia el css de la barra del menu de navegacion*/

.menu1{
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	height: 45px !important;
	backdrop-filter: blur(60px);
	border-radius: 30px 30px 30px 30px;
	left: calc(50% - 200px);
	
}

/*inicia el css del menu de siguiente anterior*/
.menu1 td img{
	position: relative;
	margin: 4px;
	height: 20px;
	bottom:3px;
	
	
}

.menu{
	position: absolute;
	
}


td img{
	height: 35px !important;

}

body{
	padding: auto;
	margin: auto;
	background: rgb(193, 188, 188);

		
}


.hand{
	cursor:pointer;
}

@media (max-width: 400px) {
	
	.menu{
		height:30px !important;
	}

	
	td img{
		height: 30px !important;
		width: 120px !important;
	}
}