body {
	font-family: verdana;
	background-color: #000000
}
#atras{
    top:0;
	width:100%;
	position:absolute;
	z-index:-1;
	overflow:hidden;
	border:0;

}

#nombre{
	font-family: Verdana;
	height: 10%;
	text-align: center;
	
}

#bajada{
	border-top: 25%
	width: 10%;
	font-size: 30px;
}
#jotito{
	position: absolute;
	top: 70px;
	left: 40%;
	height: 30%;
	width: 15%;
    font-size: 30%
}
#menu{
	float:left;
	width: 20%;
	height: 80%;
	text-align: center;
}
.menu{
	font-family: Arial;
	font-size: 25px;
	border:hidden;
	table-layout: fixed;
	text-align: center;
}
.menu td:hover{
	background-color: #FFFFFF;
}
.menu a:link{
	text-decoration: none;
	color:#D8D8D8;
}
.menu a:visited{
	text-decoration: none;
	color:#D8D8D8;
}