	@font-face {
		font-family: bloody;
		src: url('../font/bloody.ttf'); }
	@font-face {
		font-family: young;
		src: url('../font/young.ttf'); }
	@font-face {
		font-family: ponderosa;
		src: url('../font/ponderosa.ttf'); }
		
	.jorge { text-decoration: underline; }
	
	#horario { text-align: center;
			width: 45px;
			background-color: rgb(238,232,170);
			font-family: Helvetica;
			font-size: 1em;
			color: rgb(124,252,0); }
		
	h1  		{ font-family: young, bloody, ponderosa; 
			font-size: 250%; 
			letter-spacing: 10px; 
			text-align: center; 
			text-shadow: rgb(0,100,0) 5px 5px 8px;
			border-top-width: 4px;
			border-radius: 25px;
			border-top-style: dotted;
			border-top-color: #007000;
			border-bottom-width: 3px;
			border-bottom-style: double;
			border-bottom-color: #007000; }
			
	h2  		{ font-family: Georgia, Serif; 
			word-spacing: 3em;
			margin-left: 27px; }
			
	body	{ font-family: Arial;
			background-color: #FFA500; }
	
	img	 	{ text-align: left; 
			vertical-align: top;
			margin-top: 20px;
			margin-right: 5px;
			margin-left: 20px;
			padding: 13px;
			border-width: 15px;
			border-style: solid;
			border-color: #007000;
			border-radius: 0px 25px 25px 0px;
			width: 200px;
			height: 200px; 
			margin-bottom: 30px; 
			box-shadow: 0px 0px 86px #FFFF00; }
			
	table	{ border-radius: 25px; 
			box-shadow: 0px 0px 60px #FFFF99; }
	
	
	