
	#web {width:70%;margin:auto;background-color: #f3f4fc}
	h1 {text-align:center;
			font:bold 4em georgia;
			padding:40px;
			color:white;
			background-color:rgb(26, 141, 255)		;}
	h2 {	font:bold 2em georgia;
			padding:15px;
			background-color:violet		;}

	table, tr, th, td {border:solid 2px rgb(26, 141, 255);border-collapse: collapse;padding:5px;}
	thead {background-color: rgb(26, 141, 255); color:white;}
	caption	{font: italic bold 1.5em georgia; color:rgb(26, 141, 255);}
	table#entidades {width:300px;margin:auto;}
	table#atributos {width:600px;margin:auto;}
	td.tabla1,.tabla2 {text-align: center;font:bold 1.1em georgia; background-color: #bef}
	dt {font:bold 1.2em cambria; color:rgb(255, 90, 61);margin-top: 10px;}

a{text-decoration: none}
a:link {color: green; font: bold  1.3em arial}
a:visited {color: green; font: bold  1.3em arial}
a:hover {font: italic 1.4em cambria}
a:active {color: yellow}

h1:hover {color: violet}