/* Hoja de estilo de Los amores de Eros y Psique */

body {
	background: url(bg.gif) gray;
	font:small/1.5em 'Lucida Grande','Trebuchet MS',Verdana,Arial,sans-serif;
	margin:0;
	}

#contenedor {
	width: 600px;
	border: 1px solid black;
	margin: 1em auto 2em auto;
	padding: 0px;
	background:#fff;
}

#contenido {
	position:relative;
	padding: 2em;
	}

h1 {
	text-align:center;
	color:#999;
	font-weight: 400;
	line-height:1.2em;
	}

.rompecabezas {
	text-align:center;
	border:1px solid #666;
	line-height:0;
	width:300px;
	margin:2em auto 2em auto;
	}

p {
	width:450px;
	margin:2em auto 2em auto;
	}

a {
	text-decoration: none;
	font-weight:bold;
	color:#c00;
	}

a strong {
	color:white}

a:hover strong {
	color:#c00;
	}

p.link { 
	text-align:center;
	}

.creditos {
	width:300px;
	margin:2em auto 2em auto;
	}

