
.TituloColeccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666633;
}
.TituloLibro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.LemaLibro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	font-weight: normal;
}
.Autor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.celdaColecciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666633;
	text-indent: 3px;
	cursor:hand;
	height: 20px;
}
.celdaColeccionesRojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9c0000;
	text-indent: 3px;
	cursor:hand;
	height: 20px;
}
.coleccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font : #666633;
	font-weight: bold;
	text-indent: 3px;
	cursor:hand;
	height: 20px;
	border-right: 1px;
	border-right-color: #666633;
}
.nombrelibro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	text-indent: 3px;
	color: #666666;
	cursor: hand;
	vertical-align: middle;
	visibility: hidden;
	display: none;
}
a.enlace {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font : #666633;
	font-weight: bold;
	text-indent: 3px;
	height: 20px;
	border-right: 1px;
	border-right-color: #666633; 
color: #666633; 
text-decoration: none; 
} 
a.enlace:hover { 
font-size: 13px;
	font-weight: bold;
	text-indent: 3px;
	height: 20px;
	border-right: 1px;
	border-right-color: #666633; 
color: #9C0000; 
text-decoration: none; 
} 