/* CSS Document */
/* CSS para Notas- Informativas (Objetivo Digital) */
/* Ahora tambien para las paginas de la Maestria de Ceincias Politicas */
p		{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10pt;
	margin-left: 18pt;
	margin-right: 18pt;
	/* text-align: justify; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	
a:link		{	color: black; text-decoration: underline}
a:visited	{	color: #006699; text-decoration: underline}
a:active	{	color: black; text-decoration: underline}
a:hover		{	color: black; text-decoration: underline}

.navegacion		{
	color: #666666;
}

.titulo_libro		{
	text-align: center;
	font-size: 14pt;
	margin-top:	5pt;
	margin-bottom: 5pt;
	font-weight: bold;
	color: #0069B3;
}

.titulo		{
	text-align: center;
	font-size: 18pt;
	margin-top:	5pt;
	margin-bottom: 5pt;
	font-weight: bold;

}

.subtitulo		{
	font-size: 12pt;
	font-weight: bold;
}

.libro		{
	font-size: 8pt;
	font-style: italic;
}

.autor		{
	font-size: 10pt;
	text-align: center;
	font-weight:bold;
}
