body {
	color: white;
	background-color: black;
}

a:link {
	color: #000099
	}
a:visited {
	color: #990099
	}
a:active {
	color: #000099
	}
a:hover {
	font-weight:bold;
	color: #000099
	}

div.cuerpo{
	text-align: center;
	position:relative;
	width:100%;
	z-index:1;
	}

div.menu {
	background-color: black;
	text-align: center;
	position: fixed;
	bottom: 0em;
	width:100%;
	z-index:2;
}
div.porencima {
	background-color: black;
	position: fixed;
	text-align: center;
	top: 0em;
	width:100%;
	z-index: 3;
}
div.galstand {
	background-color: black;
	text-align: center;
	position: fixed;
	top: 227px;
	width:100%;
	z-index:2;
}
div.galstandmin {
	text-align: center;
	position:relative;
	width:100%;
	top: 15em;
	z-index:2;
}
table.centrada{
	margin-right:auto;
	margin-left:auto;
}

table.galeria{
	margin-right:auto;
	margin-left:auto;
	border-collapse:collapse;
}

img.btmenu{
	border: 0px solid;
}
img.imgsb{
	border: 0px solid;
}
