@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=WDXL+Lubrifont+TC&display=swap');
#osito{
	width:450px;
	height:450px;
	border-radius:100%;
	border:10px solid blue;
	padding:10px;
	filter: opacity(.5);
}
#osito:hover{
	border:10px solid yellow;
	filter: opacity(1);
}
#foto{
	width:100%;
	border-radius:0%;
	border:none;
	padding:0px;
	filter:none;
}
#menu{
	width:100%;
	background-color: Dodgerblue;
}


#menu th a{
	color:black;
	text-decoration:none;
	font-family: "WDXL Lubrifont TC", sans-serif;
	font-size:25pt;
}
#menu th a:hover{
	color:yellow;
}
#caja01{
	width:100%;
	height:600px;
	background:url(FOTOS/03.jpg);
	background-size:200%;
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
}
#caja01 table{
	padding-top:50px;
	width: 40%;
}


#caja02{
	width:100%;
	height:250px;
	background-color:dodgerblue;
}
#caja02 table{
	padding-top:´50px;
	width: 40%;
}

#caja03{
	width:100%;
	height:250px;
	background-color:green;
}