
/* Contenido */

#contenido {
	float: right;
	width: 640px;
	margin: 0 70px 0 0;
}

#contenido ul {
	margin-left: 2em;
}


/* Bibliografía */

.titulo-libro {
	font-style: italic;
}


/* Enlace */

.enlace {
	min-height: 130px;
	clear: left;
}

.enlace h3 {
	font-size: 1.077em;
	font-weight: bold;
}

.enlace p {
	position: relative;
	top: -0.8em;
}

.enlace img {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	padding: 3px 8px 15px 8px;
	margin: -2px 0.5em 30px 0px;
	background-image: url(elementos/sombra_100x100.png);
	z-index: 1;
}

.enlace a {
	color: rgb(15%,15%,15%);
}


/* Acerca de Mirabilia Ovetensia */

#imagen-autor {
	width: 400px;
	height: 300px;
	padding: 10px 24px 38px 24px;
	background-image: url(elementos/sombra_400x300.png);
}

#cc-logo {
	display: block;
	width: 88px;
	height: 33px;
	margin: 0 auto;
}


/* Enlace para descargar */

.enlace-descargar {
	white-space: nowrap;
}

.enlace-descargar img {
	width: 18px;
	height: 18px;
	margin: 0px 4px -4px 4px;
}