html, body
{
	height: 100%;
	text-align: center;
	font-family: sans-serif; color: #000;
}

body {
	text-align:center;
}

#distancia { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
		}

#contenedor {
	margin: 0px auto 0px;
	position: relative;
	width: 600px;
	height: 400px;
	text-align: left;
	clear: left;
}

#contenido
{
	text-align: center;
}

#contenido a {
	text-decoration: none;
}

#contenido img {
	border: 0px;
}

#barrainferior {
	padding: 5px;
	width: 98%;
	position: fixed;
	bottom: 0px;
	text-align: right;
	font: bold 8pt sans-serif;
}

#barrainferior a {
	text-decoration: none;
	color: #000000;
}

#barrainferior a:hover {
	border-bottom: dotted 1px #000000; 
}

.grisnegrita {
	color: gray;
	font-weight: bold;
}