body {
	background-color: #F1DEB3;
	background-image: url(images/fondo1.gif);
	background-repeat: no-repeat;

}
div#libros{
	background-image: url(images/libros.jpg);
	background-repeat: no-repeat;
	height: 225px;
	width: 200px;
	position: absolute;
	top: 205px;
}

ul{
	margin-top: 16px;

}
li{
	list-style: none;
	font-family: Trebuchet MS;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	line-height: 23px;
	margin-left: -15px;
}

li a:link,a:visited{
	text-decoration: none;
	color: #fff;
}

li a:hover{
	font-weight: bold;
	color: #000;
}

div#intro{
	position: absolute;
	top:200px;
	left:230px;
	width: 450px;
	text-align: justify;
}

.destacado1{
	font-family: Trebuchet MS;
	font-size: 11pt;
	font-weight: bold;
}

.tipo1{
	font-family: Trebuchet MS;
	font-size: 10pt;

}

div#pie{
	position: absolute;
	top: 500px;
	left: 20px;
	width: 700px;
	font-size: 8pt;
	font-family: Trebuchet MS;
	text-align: center;
}
a.enlace:link,a.enlace:visited,a.enlace:active{
	color: #5B481D;
	text-decoration: none;
	font-weight: bold;
}

a.enlace:hover{
	color: #9C895E;
	text-decoration: none;
}
