BODY { background: white url("./fondos/pergamino.jpg");
  	background-attachment: fixed; 
  	color: black; 
  	margin: 0; padding: 10px; }
  	
A { color: blue; text-decoration: none }
A:hover { text-decoration: underline }
A:visited { color: #5050D0; }
A:active { color: red }
  	
H1, H2, H3 {text-align: center; font-style: italic;}
H1, H2 {font-family: Monotype Corsiva, Bookman Old Style, Arial, cursive; }
H1 {font-size: 300%; }
H2 {font-size: 200%; }

P {text-indent: 50px; text-align: justify;
	margin-left: 10px; margin-right: 10px; }
P.cita {font-family: Monotype Corsiva, Bookman Old Style, Arial, cursive;
	font-size: 125%; font-style: italic;
	margin-left: 50px; margin-right: 50px; margin-bottom: 20px; }
P.cita:first-letter { font-size: 150%; font-weight: bold; }
HR.media {width: 50%; text-align: center; }

STRONG {font-size: large; font-weight: bold; }

IMG {border-width: 0;}

DIV.centrado {text-align: center; }
