	/* HOJA DE ESTILO PARA EL LIBRO DE VISITAS */
	/* Body y enlaces */
	
	body {
	background-image: url(fnpape01.jpg);
	font-family:  "Comic Sans MS", sans-serif; 
	font-size: 10pt
}

	
	
	/* Generales */
	table {
	width: 90%;
}

	td {
	text-align: left;
	font-size: 10pt;
	vertical-align : top;
}
	
	hr {
	text-align: center;
	width: 100%;
	color: #0000FF;
	background : transparent;
	line-height : normal;
}

 /* Formato de la tabla */
 
	.presenta	{
		font-size: 14pt;
		font-weight: bold;
		color: #000080;
		text-align: center;
		background : transparent;
	}
 
	.centro {
	text-align: center;
}
	.datos 	{width: 20%;}
	.resto 	{width: 80%;}

	/* Eliminación de bordes para gráficos con enlaces */
	.menu01 {
		border : none;
	}
	
/* Tipos de Textos */
	.titulogr {
		text-align: center;
		color: #800080;
		font-weight: normal;
		font-size: 18pt;
		background : transparent;
	}

	.menor {font-size: 9pt}
	.fuerte {
		font-weight: bold;
	}