/* Hoja de estilo para Gorka's Web Page */

	A { 
		text-decoration: none;
		font-weight: bold;
	}
	h1 {
		text-align: center;
	}
	P, .texto {
		font-family: Verdana,Arial, Helvetica;
		font-size: 10pt;
	}
	.mini {
		font-family: Verdana,Arial, Helvetica;
		font-size: 8pt;
	}
	.enlace {
		font-family: Verdana,Arial, Helvetica;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
	}
	.subenlace {
		font-family: Verdana,Arial, Helvetica;
		font-size: 8pt;
		text-decoration: none;
		font-weight: normal;
	}
	.barra, .volver {
		font-family: Verdana,Arial, Helvetica;
		font-size: 8pt;
		text-decoration: none;
		font-weight: normal;
	}
	.titulo2 {
			font-family: Verdana, Arial, Helvetica;
			font-size: 12pt;
			font-weight: normal;
			text-align: center;
			color: white;
			border-width: thin;
			border: none;
			margin:0;
			background: maroon;
	}
	BODY {
		background: white;
	}



