.autor {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFF99;
}
.descripcion {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-transform: none;

}
.editorial {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.titulo {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.seccion {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000066;
}
.destacado {
	text-transform: uppercase;
}
.fondo {
	background-image: url(destacado.jpg);
	background-repeat: no-repeat;
}
a {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

