	body {
	  
		background-image: url("../imags_estilos/negrito.jpg");
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: top center;	}

	h1 {
		color: #005172;
		font-family: "Swiss 721 BT", arial, sans-serif;		
		font-style : italic;
		font-weight: bold;
		font-size: 40px;			}

	h2 {
		color: #00ffff;
		font-family: Calibri, arial, sans-serif;		
		font-style : italic;
		font-weight: bold;
		font-size: 20px;			}

	table.ejemplo { border-width: 3px;		}
	
	th {	text-align: center;
		font-family: Calibri, arial, sans-serif;
		font-style : italic;
		font-weight: bold;
		font-size: 15px;			}


	td {	text-align: left;	}

	p {	text-align: justify;	}


	a:link {color: blue;	}

	a:visited {color: red;	}

	a:hover {color: orange;
		font-style: italic;	}
	