body		{
		background-Image: url(ficheros/fondo1.jpg);
		background-repeat: repeat-y;
		background-position: left;
		}

p		{font-size:16; 
		color:black; 
		text-indent:1cm; 
		text-align:justify;
		margin:0, 30px, 0, 20px;
		}

h1		{font-size:30; color:blue; text-align:center;	}
h2		{font-size:24; color:blue; text-align:center;	}
h3		{font-size:20; margin-left:10px	}

img	.normal		{border-Style:"none"; }
	.apaisada	{border-Style:"groove"; border-Width:3; width:320; height:240; }
	.retrato	{border-Style:"groove"; border-Width:3; width:240; height:320; }
	.logo		{border-Style:"none"; width:120; height:160; }

