html ,
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#FFFFFF;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h4 ,
p {
	margin:0;
	padding:0;
	margin-bottom:1em;
}
#contenedor {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	margin-bottom:-25px;
	position:relative;
}
#terminador_pie {
	clear:both;
	height:25px
}
#pie {
	width:100%;
	position:relative;
	height:25px;
}
#pie .contenido {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
#pie .contenido p {
	text-align:center;
	margin:0;
	padding:0;
}
#cuerpo {
	min-height:800px;
	height:800px;
}
* > #cuerpo {
	height:auto;
}
a#enlace-entrar {
	display:block;
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imagenes/sprites/punto-index.jpg);
	background-repeat:no-repeat;
	background-position:392px 292px;
	outline:none;
	text-align:left;
	text-indent:-9999px;
}