body{
	font-family: "MS Sans-serif", sans-serif;
	background-color: #008080;
}

#main{
	position: relative;
	z-index:4;
	height: 96.5vh;
}

.directaccess{
	width: fit-content;
	text-align: center;
	padding-bottom: -1vh;
	position: relative;
}

.directaccess a{
	text-decoration: none;
}

.directaccess p{
	color: #c0c0c0;
	font-weight:0;
	font-size:100%;
	position: relative;
	bottom: 40px;
	text-decoration: none;
}

footer{
	position: fixed;
	bottom: 0%;
	left:0%;
	height: 3.5vh;

}


/* menu */
#menu{
	background-color: #64a2d8;
	width: 100vw;
	height: 100%;
	background-image: linear-gradient(#b9cfcf, #fdfdfd 2%, #c0c0c0 5%);
	display: flex;
}


#inicio{
	position:relative;
	top: 0.25vh;
	left: 0.25vw;
}


#inicio div{
	height:3vh;
	width:100px;
	box-shadow: 1px 1px 3px #424949;
	display: flex;
	justify-content: center;
	align-items: center;
}

#inicio div a{
	display: flex;
	align-content: center;
	text-align: center;

}

#inicio div a img{
	position: relative;
	right: 5px;
	top:0.2vh;
}

#fecha div{
	width: 100px;
	padding-right: 5px;
	height: 3vh;
	position: fixed;
	bottom: 2px;
	right: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: inset 0 0 3px #424949;
}




#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	display:table;
	width: 80px;
}

/* items del menu */

#menu ul li {
 background-color:#c0c0c0;
 box-shadow: 0px 0px 2px 0px #333 inset;
}
/* enlaces del menu */
#menu ul a {
 display:block;
 color: black;
 text-decoration:none;
 font-style: italic;
 font-weight:700;
 font-size:14px;
 padding-top:0.25vh;
 letter-spacing:0.75px;
}



/* efecto al pasar el ratón por los items del menu */

#menu ul li:hover {
 background:#aaa;
}

