body {
	background-color: black;
	color: white;
	font-family: "verdana";
	font-weight: bold;
	background-image: url("./background.jpg");
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: center center;
}

.logocentrado {
    top: 50%;
	left: 50%;
    margin-top: -55px;
    margin-left: -300px;
    position: absolute;
	user-select: none;
}

.ayudadiv {
    top: 100%;
	left: 100%;
    margin-top: -20px;
    margin-left: -20px;
    position: absolute;
	user-select: none;
}

.ayudalink {
	font-size: 8px;
	color: #0973b8;
}