/* CSS Document */
body{
	background-image: url(../image/bibhistoria.gif);
}
DIV#menu {
	float: right;
	width: 320px;
	padding: 2px;
	overflow:auto;
	height: 340px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
DIV#menu ul {
	color: #CC0000;
	list-style-type: square;
	display: block;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
DIV#menu li {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
DIV#menu a{
	border: 1px dotted #330099;
	font-size: 90%;
	font-weight: bold;
}
DIV#menu a:hover{
	border: 1px solid #330099;
}
DIV#menu p {
	font-size: 70%;
	margin: 1px;
	padding: 0px;
}

DIV#libro, DIV#libro h2, DIV#datos_libro a, DIV#datos_libro a:hover{
	border-color: #990000;
}
DIV#libro h2 {
	background-color: #990000;
	color: white;
}

